haven’t, but it looks reasonable.
doesn’t that just make it so anyone who goes to bbpress can work as you?
I just ran into this myself… Didn’t think to check here for a workaround. I have bbpress installed as /forum/ and my approach was to add an htaccess with the following:
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/(.*)?$ /forum/$1.php [PT,QSA]
It seems to be working fine.