Re: Topics Per Page plugin – new problem
By the way, once we do get this working, you’ll need to add these three rules to the .htaccess in /Forum/
because bbPress’s rule generator is not complete (and for my plugin to work)
RewriteRule ^topic/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^forum/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^page/([0-9]+)/?$ /Forum/?page=$1 [L,QSA]
(put them just before </IfModule>
)