SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  23 May 2005 14:13
I added an Rss feed to the seo-board.  Took about 3 minutes using 2RSS.com (http://www.2rss.com/software.php?page=rss20docs)

Main page... at the bottom...

http://www.newjerseyhunter.com/
Posted:  23 May 2005 14:41
Dragthor,
your site is getting better and better
How's traffic from search engines?
Posted:  23 May 2005 19:43
that's very cool!
Thanks for the RSS link - will have to give it a try!
Posted:  23 May 2005 21:10
Here is sql code for the Rss feed:

Select topic_title As Title, topic_id as Link, Concat('Replies: ', topic_numreplies, '<br>Views: ', topic_numviews) as Description, FROM_UNIXTIME(topic_created_time) as Date, topic_poster_name as Author From seo_board_topics Order By topic_id DESC LIMIT 25
Posted:  23 May 2005 21:11
Thanks Histro.  However, I am still  behind in incorporating your fixes/changes. [smirk]

I am scared to turn on the url friendly posts file names.
Posted:  25 May 2005 21:39
Dragthor

Sorry this isn't directly to doo with SEO but

Tried the Rss feed and cant get it to work.
The sql code works ok in phpmyadmin but when added into the rss20.php file it fails to display. Any Ideas ?
Posted:  25 May 2005 21:46
Sorted it out
My fault
In the SQL string forgot to add a , after the file limit
you SQl string should read like this

"Select topic_title As Title, topic_id as Link, Concat('Replies: ', topic_numreplies, '<br>Views: ', topic_numviews) as Description, FROM_UNIXTIME(topic_created_time) as Date, topic_poster_name as Author From seo_board_topics Order By topic_id DESC LIMIT 25",

This now works well
Many thanks for the tip
Posted:  04 Jun 2005 01:17
Can someone help me work this out? I've tried uploading rss20.php and follow the install steps but I still don't know how this actually works. A quick guide would be nice
Posted:  10 Jun 2005 15:04
Man.. check out me new feed!  So much better than the last one.

http://www.newjerseyhunter.com/rss/rss.php

Now I just need to figure out how to convert/parse the forum BBCodes...  then it would be even sweeter!
Posted:  10 Jun 2005 23:43
dragthor, why did you remove the 'SEO-Board' Link at the bottom of your main homepage???
Posted:  11 Jun 2005 05:39
Actually, the main page is not the forum itself. Click on All Forums to see the main forum. I got that wrong too before