MyBB Community Forums

Full Version: Request | seo url - making it like wordpress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In terms of difficulty, I can't imagine it to be too difficult to include the forum name (once you cache the threads, just grab and parse the names of the forums from the forumcache). (unless you want to generate a forum tree of URLs... >_> ie /forum/my-category/my-forum/my-thread-t-1.html)
Probably the main issue is the relative URL addressing. I guess this could be solved with a <base href= > tag, but I'd need to check that.
ZiNgA BuRgA Wrote:In terms of difficulty, I can't imagine it to be too difficult to include the forum name (once you cache the threads, just grab and parse the names of the forums from the forumcache). (unless you want to generate a forum tree of URLs... >_> ie /forum/my-category/my-forum/my-thread-t-1.html)
Probably the main issue is the relative URL addressing. I guess this could be solved with a <base href= > tag, but I'd need to check that.

thank you for your reply.. hope someone can do this
I'm looking forward to a mod that can do this to.

But instead of assigning a "tid" it can go like this if two or more threads share the same topic name:



http://codeshq.site88.net/codes-hq-annou...ame-a.html

http://codeshq.site88.net/codes-hq-annou...ame-b.html

etc... until it reaches z, then at that point it adds on another letter...
http://codeshq.site88.net/codes-hq-annou...me-aa.html

http://codeshq.site88.net/codes-hq-annou...me-ab.html
bumped
I'd love to see such plugin and with tids not aa, bb. I am ready to pay too.
Pages: 1 2