I really liked the idea of the titles in the url so I played aroung with modrewite and came up with this:
RewriteRule ^/f([0-9]+)-(.*)\.html$ /forumdisplay.php?forumid=$1 [L]
This tells modrewrite to forward any url fXID-XTEXT-.html to the forumdisplay.php?forumid=$XID url, this way you can have any text you want but since the ID is used in the URL, it is possible to use one rewrite rule for every forum.
To go along with this, you need to modify your forumbit templates to use the link
<a href="f$forum[forumid]-$forum[url].html">
No files need to be changed as far as I can recall.
So far I am testing this on a template that my users don't access so please confirm this works for you before putting it on a live site.
Thanks for the wonderful hack, I had limited spidering in the past and it worked wonders so I can only expect even better results from this deep spidering system.
Hello,
how can I use "titles in urls" for topics? Can you say me that? I have use it in my IPB and it's very sexy. :cheesy:
Thanks ;)