Search Results for 'bbpress'
-
Search Results
-
Hi there, I was wondering if there are any known user role conflicts between Ultimate Member and bbPress.
I have ‘Standard’ role and a few other user roles in Ultimate Member. Standard role has limited menu items. I have set the conditional menus in Appearance>Menus to allow certain menus to disappear when Standard user is logged in. When Standard user is logged in, the menu items appears as I have set until I click on the menu item that goes to the bbPress forum, and those hidden menu items appear – that are not supposed to appear for Standard user role. It baffles me that it is only the forum page that it is do this.
Any known conflict between the two plugins?
Hey everyone,
I would like to remove the “Forums” tab from the profile menu, but don’t know how to do it.
I tried the css method and the PHP method.
NOTE: I’m using both BBPress and Buddypress, but the tab is generated by BBPress.Topic: Admin Forums and Permissions
So I’m trying to allow Editors to manage forums and forum posts. I was able to set all the capabilities to allow them to manage topics and replies but in the admin panel forum access is still denied and the page is entirely hidden from the admin side.
I did run across this topic but it’s 3 years old – is this still an issue?
Here’s what the capabilities look like that have been added:
[moderate_comments] => 1 [manage_categories] => 1 [manage_links] => 1 [upload_files] => 1 [unfiltered_html] => 1 [edit_posts] => 1 [edit_others_posts] => 1 [edit_published_posts] => 1 [publish_posts] => 1 [edit_pages] => 1 [read] => 1 [level_7] => 1 [level_6] => 1 [level_5] => 1 [level_4] => 1 [level_3] => 1 [level_2] => 1 [level_1] => 1 [level_0] => 1 [edit_others_pages] => 1 [edit_published_pages] => 1 [publish_pages] => 1 [delete_pages] => 1 [delete_others_pages] => 1 [delete_published_pages] => 1 [delete_posts] => 1 [delete_others_posts] => 1 [delete_published_posts] => 1 [delete_private_posts] => 1 [edit_private_posts] => 1 [read_private_posts] => 1 [delete_private_pages] => 1 [edit_private_pages] => 1 [read_private_pages] => 1 [list_users] => 1 [create_users] => 1 [delete_users] => 1 [edit_users] => 1 [publish_forums] => 1 [edit_forums] => 1 [edit_others_forums] => 1 [delete_forums] => 1 [delete_others_forums] => 1 [read_private_forums] => 1 [read_hidden_forums] => 1 [publish_topics] => 1 [edit_topics] => 1 [edit_others_topics] => 1 [delete_topics] => 1 [delete_others_topics] => 1 [read_private_topics] => 1 [publish_replies] => 1 [edit_replies] => 1 [edit_others_replies] => 1 [delete_replies] => 1 [delete_others_replies] => 1 [read_private_replies] => 1 [manage_topic_tags] => 1 [edit_topic_tags] => 1 [delete_topic_tags] => 1 [assign_topic_tags] => 1 [spectate] => 1 [participate] => 1 [moderate] => 1 [throttle] => 1 [view_trash] => 1 [keep_gate] => 1As far as I can tell they’re exactly the same as the keymaster ( with some additional capabilities ) so why is the Forums still unaccessible in the admin panel?
Topic: bbPress (Replies)
I am having a small issue with something.
I want visitors to be able to make topics, but I DO NOT want anyone to be able to reply for now. It seems I am unable to stop replies, as well as I would like visitors to be able to post topics without filling out there name and/or email.
Any help with this, I have looked at many plugins to help but found nothing.I am new to bbPress. Please let me know if I can redesign the categories page to look different than the forum topics.
Topic: Restricting to Single Forum
Hi
Is it possible to limit the WordPress plugin bbpress to a single forum? I want to only have a single forum on my site, where users can create new topics within that forum. I’d like to remove the Forum List page entirely as well.I’ve tried putting the shortcode from this post (Restricting bbpress to a single forum) on my individual forum page, but that didn’t seem to work…
Please let me know your thoughts!
Topic: Bug in bbPress
I am using WordPress 4.8 multisite and noticed a bug in bbPress 2.5.12 and 2.5.13 (possibly older versions as well) with PHP 7.1.6.
Lines 1798-1805 of includes/forum/functions.php is
// Default to public status if (empty( $post_stati ) ) { $post_stati[] = bbp_get_public_status_id(); // Split the status string } elseif ( is_string( $post_stati ) ) { $post_stati = explode( ',', $post_stati ); }For me $post_stati looks to be an empty string so the if is evaluating to true and the next line is failing with this error:
Fatal error: Uncaught Error: [] operator not supported for strings in /srv/www/tilth.org/current/web/app/plugins/bbpress/includes/forums/functions.php on line 1800
Changing line 1799 to:
if (is_array( $post_stati) && empty( $post_stati ) ) {looks to fix the error.
Perhaps adding a line inside the conditional of
$post_stati = array();is a better fix.
Topic: Profile pic bug?
Hi, on my site Greenkeepitsimple.dk the profile pictures are too wide, how do i fix it?
I use bbPress 2.5.13-6410
And the newest wordpress versionHere is a picture of the problem
pictureHello everyone,
in my site bbpress multilingual is not working properly. in my site, i use wpml for language dropdown. but in english its not showing the other language name into dropdown, but in dutch language dropdown, english is showing into dropdown. i m giving u the two link.
http://webdev.wordpress-developer.us/bbq/forums/
http://webdev.wordpress-developer.us/bbq/nl/forums/
kindly help me about the issue
Regards
SubhenduThe breadcrumb in bbpress is great to let us see where we are in the forum, but when I want to go back to the main page to see all forums, I click on the word ‘Forums’ in the breadcrumb… but it doesn’t take me back to that page. Instead, it just seem to refresh the page I am on. Any advise and help to get that working?
Topic: phpbb imported users
Hi,
I’m trying to import a phpbb forum (3.0.12) to a new bbpress (2.5.13) installation.
Everything works well, except that I’d like that imported users that exist in the wordpress (4.8) installation are automatically linked to subjects, messages, etc…
As mention in this post, I could delete “imported_…” accounts and choose the existing users. But I have more than 1100 matches. One by one is just terrible…
I tried to modify the “bbpress/includes/admin/convert.php” file but with no success.
Is there any way “automate” this ?
Thank you.Hi,
after importing an old vanilla forum with the bbpress tool, When I apply some repair jobs, (1 at time) as:Recalculate last activity in each topic and forum
Recalculate the position of each reply
Count replies in each forum
the replies are deleted from the forum. This happens only in the remote site, in the local site it works fine. Any idea?
thank you

Hi all,
I am aware of this plugin BBPress Topics for Posts : “https://wordpress.org/plugins/bbpress-post-topics/”.
It creates wordpress posts as topics in BBPress Forum and also posts all the comments of that post as replies to the same topic created in the Forum.
The problem with this plugin is it replaces the comments in the WP post with a link to the forum topic for further discussion and one cannot comment further.
Along with the link for discussion, I want the comments to be enabled so a user with no time can just leave a comment and go.
I read this feature is going to be part of core BBPress 2.6. Could somebody confirm on this?
Any solutions availabe also, I am ready to pay.
Regards
Gana