I just made one, check it out !
https://wordpress.org/plugins/bbpress-votes/
Allow users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example.
I have mydomain.com
My bbpress is at
mydomain.com/bbpress
but I use a subdomain
forums.mydomain.com which redirects on it.
I put an .htaccess file inside /bbpress with this content
Redirect 301 /register.php http://www.mydomain.com/wordpress/wp-login.php?action=register
Redirect 301 /bb-reset-password.php http://www.mydomain.com/wordpress/wp-login.php?action=lostpassword
But it does nothing. Chmodd is 755.
I try too with
Redirect 301 /bbpress/...
and
Redirect 301
(no start slashes)
and it does not work either.
Any idea ?
Thanks !
Any idea ?
Got this problem too and it doesn”t change anything when I re save the role map…
With #1.0.2.
I thinking to start developping a plugin.
I’m not a real coder but i’ll try.
Anyway, I think the problem is that bbpress uses names and not levels (like wordpress) for roles, so it will be hard to do, no ?
If you have ideas, if you want to help me, please feed this threat !