Search Results for 'bbpress'
-
Search Results
-
Topic: Cant access forum
i installed bbpress few days ago and didn’t use anything till now because its showing this error from first day
This page isn’t working
only4gamers.ml is currently unable to handle this request.
HTTP ERROR 500i tried to fix this problem myself but i cant. please tell me how to solve this problem ?
forum link
http://only4gamers.ml/forums/forum/upcoming-games-2/WP : 4.8
BBpress : 2.5.13Website : Only on private access (I use a test version of my website for all upgrade before to mupgrade by official website)
After the upgrade (from 2.5.12 version) my sidebar has disappeared on my forums…
What can I do?
Thanks for your support to fix it.
Benoit
Hi!
Im using buddypress and wordpress in general with bbPress. I want to know if somebody knows a way to give ALL forums a set of default topics. So for every new buddypress group if there is a new forum they already have a basic set of topics. Anyone know how to achieve this without setting it up yourself everytime a new group is added or a new forum is being created.
Topic: Missing Toolbar
Wordpress version: 4.8.1
BBPress version: 2.5.13-6410.
Theme: Vantage
Toolbar is missing in bbpress for new posts and comments when using MSIE version 11.0.9600 but it is visible with Chrome.Any ideas. Thanks.
Hello all, I’m using WordPress 8.0 and bbPress2.5.13.
I have added this function to add the visual tab to the editor:
function enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'enable_visual_editor' );When I signed in as admin is everything OK, the editor tab is selected by default and I can start to type. However, when I do as a participant no tabs are selected and I have to select one of them in order to start to type. This is not intuitive at all for participants that want to write a post in the forum and eventually they will leave.
Why is happening that? Can anyone give me support? Thank you in advance 🙂
Hi,
I’m developing a site for a client (Worpdress 4.8.1) and I’m using bbPress 2.6-beta-2 to handle forums. The client’s main administrative account uses the WordPress role “Editor” and the bbPress role “Keymaster.” I want my client to keep most of the Keymaster capabilities, but I want to remove the Forum Settings page from their admin dashboard menu. I’m wondering if this can be done with the hide_menu() function.
For native wordpress pages, the function looks something like this:
remove_submenu_page( ‘<filename>.php’, ‘<filename>.php’ );
Can this work with the bbPress Settings page, and if so, which filename should appear in the function?Peace,
AngelaHi all,
I wonder if it’s possible, if not already, that when I post a blog post on my WP site, it’ll automatically add a post in my bbPress forum? I found a plugin which is 4 years old, but can’t find anything anywhere. If this something others may want? Or is there a way to do this now?
Thanks allWordpress 4.8.1 bbpress 2.5.13
hello,
This is a multisite, site 1, admin is https://swissinformatics.org. bbpress is activated on https://magazine.swissinformatics.org. so bbpress sends mail to noreply@magazine.swissinformatics.org. WRONG, no mailer for this mail. In WordPress settings of the magazine subsite, the address is sidm@swissinformatics.org. noreply@swissinformatics.org also exists.
I looked everywhere in bbpres and wordpress settings. WHERE can I change this noreply address?
Thank you very muchTopic: Favorite Option Not Working
Hi,
I have bbpress installed and for some reason the favorite option won’t work. The favorite tab is there, but when you click “Favorite” it simply change to “0” – the option of “un-favorite” as I believe it should. The favorite stream won’t populate after either.
Any help would be appreciated!
Thanks!
Ann
Topic: group forum slug
Hi,
I am trying to change the group forum slug. E.g.
from
‘mysite.com/groups/mygroup/forum’
to
‘mysite.com/groups/mygroup/discussion’I am using this code:
function gi_rename_group_slug() { global $bp; if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) { $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['slug'] = 'discussion'; } } add_action('bp_init', 'gi_rename_group_slug');Unfortunately, nothing happens. What is the error? Thanks in advance.
—-
WP 4.8
bbpress 2.5.12