Search Results for 'bbpress'
-
Search Results
-
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.12Hey there,
I got a penalty on my bbpress forum that I recently found out. Traffic from Google was dropping starting march 2017. Analyse shows only /topic/ is affected.
I dont know what to do. Should I delete topics with low text and quality? Should I close the forums and leave only relevant content?
I have no idea. None of the new content is indexed well. I tried to update and clean old topics, but they are not getting new traffic.Any help is appreciated!
I am now using WordPress 4.8 and a theme called Newspaper X, installed bbpress 2.5.13. As you can see in my website:
It displayed some texts and most of them are non-functional. I have tried to disable all plugins and stuff like that, still not working. It kind of worked when I tried some default theme. Is there a way to fix it? Thanks
Topic: Only show forum with content
I have several bbPress forums in my WordPress site and I want to only show forums wit content on my forum page. By default it shows all forums Any ideas on how to do this?
Please and Thanks in advance!Wordpress version: 4.7.5
bbPress version: 2.5.13Topic: Crash Victim
Crash Victim
After days of working to find the error, it is BBPRess.
Somewhere between the last couple updates of both bbpress and WP and php 7.0/7.1 all things have failed.
At least that is when we have been able to trace it back to.
Anyone have any ideas how to get it working?
Thanks
Robyn