I`ve implemented the hack temporarily through .htaccess , and it seems to works great. Especially seeing that PR* only drops one level from inedex to any thread. Currently it drops two from index to category, but this is unnecessary, and can be fixed by just deleting this slash:
<a href="$bburl/f$forum[forumid]
/">$forum[title]</a>
<a href="$bburl/f$forum[forumid]">$forum[title]</a>
One thing I would really like to see implememnted into the hack, is the code for rewriting the path to the next pages of threads listed, like
"Pages (3): [ 1 2 3 > "
would get SE friendly. The current code is quite wast and it`s dynamic so I don`t know if it`s possible, is it?
Like
http://www.radiomute.com/forumdispla...5&pagenumber=2
could be transformed into
http://www.radiomute.com/f261000252 ?
Then all threads would be crawled
*PR= Page Rank, used by google as the main meassure of page importance. The higher, the better!