SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / Mod Rewrite Changes?
Posted:  14 Dec 2006 14:52   Last Edited By: risi
Hello, I am using SeoBoard already for 2nd year that good staff for quickies.

Well I would like to change some small part of script inside of modrewrite functions.
for example..  The Link

http://forums.seo-board.com/article520.htm should look like http://forums.seo-board.com/520/modrewrite.htm
I mean  potsID/article_name.htm

Code:

  if ($pagenum==1)

    return ($modrewrite == 0) ? $forumscript.'?a=vtopic&t='.$topic_id : $forumdir."article$topic_id.htm";

  else

    return ($modrewrite == 0) ? $forumscript.'?a=vtopic&t='.$topic_id.'&p='.$pagenum : $forumdir."article$topic_id-$pagenum.htm";

what should I put instead of topic_id-$pagenum.htm ???

Well I'm little out of controll and really need your help. Thank you.
Posted:  14 Dec 2006 15:47
You can't reference a post just with its ID. You need to include the page number as well. And frankly, I don't see the point. The less '/' in an URL, the more SEO friendly it is (contrary to the SEO "experts" advice).
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  15 Dec 2006 04:01   Last Edited By: risi
I think I made Some mistake when Explaining you the situation.
http://forums.seo-board.com/article520.htm should look like http://forums.seo-board.com/520-article_name.htm
or if not - then 520.article_name.htm

No its not about Googling the Website its just about Learning how to make it.

I am Running SeoBoard on My local drive because I work on Project of SeoCMS and I would like to integrate SEOBOARD as Core Forum because it is exactly the system I need.

I am having quite Cool bugs because my System is USING UTF-8  if you could give me some advice I would aprotiate it.
Thank you.
Posted:  15 Dec 2006 18:01
There was a topic some time back, someone had make a mod with the exact thing you are looking for. Search for the old topics.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  16 Dec 2006 02:14
Thank you.