My changes are working on index.php for forum titles with question marks in them, but it's not stripping question marks from the nav. Any suggestions?
I'm also still trying to sort out changes to my .htaccess that will permit me to incorporate the forum title as a pseudo-directory, like so:
http://[domain]/forums/[forum_title]/t123-[thread_title].html
I tried adding:
RewriteRule ^(.*)/(t([0-9]+)-(.*).html$ showthread.php?t=$2 [L]
But this breaks the forums entirely... every page generates a 404 error. Any suggestions?