Forum Replies Created
-
In reply to: bbPress 2.5.2
Nice, and this bug https://bbpress.trac.wordpress.org/ticket/2468 is also very annoying for working forums, the ux is terrible.
In reply to: url redirection bug : bbpress 2.5Please, put this oooold bug in the todo list :/
In reply to: url redirection bug : bbpress 2.5Bug still present, i reroll to bbpress 2.4 still here :/
In reply to: url redirection bug : bbpress 2.5I’m sorry but the devs should really correct this, cause it’s a bad ux for forum users, i found many thread talking about this specifical issue since 2 years (-_-) and it’s has never been corrected :
Permalinks for replies on long topics lose /page/ and number
https://bbpress.trac.wordpress.org/ticket/2291
I will bump the topic since i have a correct answer to this issue.
In reply to: url redirection bug : bbpress 2.5up!
In reply to: tags allowed in bbpressup ?
In reply to: url redirection bug : bbpress 2.5up ?
In reply to: Roles and Capabilities in bbPress 2.2the bad tweak :
function bbp_filter_blog_editable_roles( $all_roles = array() ) {
// Loop through bbPress roles
foreach ( array_keys( bbp_get_dynamic_roles() ) as $bbp_role ) {// Loop through WordPress roles
foreach ( array_keys( $all_roles ) as $wp_role ) {// If keys match, unset
if ( $wp_role == $bbp_role ) {
//unset( $all_roles[$wp_role] );
}
}
}return $all_roles;
}bbpress/core/capabilities/
And then Moderators are back……. I’m sure i missed something but plugins like “members” don’t do the trick. And i just want basic forum moderation works now.I will never understand why endusers have to put their hands in the mess of bbpress and hack/tweak it just to use this plugin >:( I can’t trust in your plugin every updates are hell.
Then, don’t work as a dirty pig, and update the doc when you change such important things like roles! It just a little more repectfull for end users.
In reply to: Roles and Capabilities in bbPress 2.2I’ve never used plugins for user roles.
And i don’t understand anything :i can’t promote users as moderators anymore, Moderator roles no longer exist inside wordpress and every wordpress roles wich are not admins can’t moderate forums.
Then old moderators can’t log in wp-admin to edit bbpress subjects/replies anymore but they can edit replies and topics inside forums…
What the hell is this mess?? Why wasn’t it said before i upgrade??