SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  31 Aug 2009 07:00
Hristo, any chance we can get a dynamic XML sitemap feature built into this forum? If not, could you do a custom one for me for some $$$?
Posted:  02 Sep 2009 13:38
Email me.
btw. How's the forum doing after the seo url mod?
Posted:  04 Sep 2009 17:18
I'm next to that request.
Guys, if you have this mod - please email me. Thanks!
Posted:  02 Oct 2009 14:56
it would be great if you`d post a link to that mod here
Posted:  17 Jun 2010 16:47
I too need ur mod !! dat displays url like title/htm and not article.htm
Posted:  08 Jul 2010 13:15
Hristo, do you have this xml sitemap mode available? I'd like to to build one inside my forum, but it seems like a useless work if you already got the code. Would you please share it? Thanks.
Posted:  08 Jul 2010 15:31
It is a custom mod that I was paid to make. So I cannot release it to the public.
Posted:  09 Jul 2010 08:36
I see. It's ok )

I'm sure I can write this code, it should be quite simple if it's not realtime sitemap builder. Here's the idea: get all the "topic_id" and "topic_numreplies" from "seo_board_topics" table. And then build every page url, one by one, basing on $postsperpage count. And run on cron every week or two. Am I on the right way?
Posted:  09 Jul 2010 11:46
My solution does not use cron jobs. It generates the sitemap on the fly with a script. To account for possible sitemap limitations (number of urls, file size) I use sitemap indices. So the script generates an index of sitemap files and the same script provides the multiple sitemap files.
Hope that helps