Skip to:
Content
Pages
Categories
Search
Top
Bottom

tinyMCE has not selected tab for participants

Published on August 3rd, 2017 by JC

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 πŸ™‚

Remove Settings Capability for Editors

Published on August 3rd, 2017 by highgatecreative

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,
Angela

Any way to auto publish WP blog posts to bbPress forum?

Published on August 3rd, 2017 by gavinsims

Hi 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 all

bbpress sends mails with wrong address

Published on August 3rd, 2017 by Gilbert

WordPress 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 much

Favorite Option Not Working

Published on August 2nd, 2017 by annlouise99

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

group forum slug

Published on August 2nd, 2017 by Georgio

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

Forum category with subforum not displaying topics

Published on August 2nd, 2017 by sapstudent

Hi Team,

Here is my situation. I have bbpress installed in my site(sapstudent.com/community). I am displaying it under ‘Community’ page using following two short codes.


Viewing 25 topics - 13,576 through 13,600 (of 27,127 total)

Here SAP HANA, SAP Data Services & SAP BO Business Intelligence are categories, everything else are forums.

Now when I click on lets say ‘SAP HANA'(https://www.sapstudent.com/community/forum/sap-hana), it only displays forums under this category, however I would like to have recent topics below forums section as I have in ‘Community’ page.

The other issue I have is, if I use both

,
Viewing 25 topics - 13,576 through 13,600 (of 27,127 total)
shortcodes on my main forum page, I am getting two search boxes(one above forum list and other one above topics list). To avoid this, I have disabled ‘Allow forum wide search’.Ideally how can I disable seachbox for
Viewing 25 topics - 13,576 through 13,600 (of 27,127 total)
shortcode, so that I will have only one search box on my main page which is above forum list.

Create new topic in index

Published on August 2nd, 2017 by pre20

Hi

I have the Forum root should show – Topics by freshness

But, how can I add a New topic button there? I installed the bbp style but it adds the button in the forums view, not in the topics/index videw.

Thanks

2017 Google penalty – what to do?

Published on August 2nd, 2017 by dandr69

Hey 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!

forum not working properly and only display text

Published on August 2nd, 2017 by captainallen

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:

Home


http://tomorrowlan.gg/forums/

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

Skip to toolbar