Skip to:
Content
Pages
Categories
Search
Top
Bottom

Roles for specific forum

Published on November 5th, 2017 by deanljbirch

Hey all,

Within the bbPress on my site I have an announcements forum.

I need this forum to allow new topics from admins & moderators only but allow participants to reply.

Participants must be able to create topics in other forums though.

bbPress Toolkit was advised however, this is causing a conflict with the theme styling so I need to look at other avenues.

Any advice

Forum specific notification email addresses

Published on November 4th, 2017 by joneuroscape

Is there a way to configure a different email address for sending notifications for different forums?

Even if the forum_id or topic_id was included in the bbp_subscription_mail_headers filter, then I could set this easily.

$headers = apply_filters( ‘bbp_subscription_mail_headers’, $headers, $forum_id );

filter search by forum or category

Published on November 4th, 2017 by Eric Malalel

The search feature is really nice but searches on all forums.
My site is designed so any user has access to only specific forums.
When they do a search, I want to search only into these forums.
I have the id’s of these forums.
How can I do that, filter the search only on these forums id’s?

search fails when used with accented characters in search string

Published on November 4th, 2017 by Eric Malalel

If I run a search with the search string “repond”, I get the list of topics containing “répond”, which is fine for me.
If I run a search with the search string “répond”, I get nothing, which is not fine at all.
Either I need to configure something, or you forget that there are people around the world using languages with accented characters.
Please advise.

Recent topics widget – omit closed topics

Published on November 4th, 2017 by abelw

Hi

I am using a the recent topics bbpress widget that shows that last 5 topics in the forum to every logged-in user.

Is it possible to prevent closed topics from showing up in the list? Or is that a feature request?

Cheers
AbelW

robots text

Published on November 4th, 2017 by Jerry

I uased method 2 when installing bbPress and use

as my front page. That is the only forum page I would like to appear in google search results. I tried 10 different ways in my robots.txt fils and can’t get i right. I have no hidden forums. the yoast seo plug is too big for my small sites.

No Labels Community Forums

Thank you for your time.

Jerry

tinymce not working on replies

Published on November 3rd, 2017 by Eric Malalel

I use bbPress 2.5.14 on latest WP.
I have enabled TinyMCE with this code:

add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
function bbp_enable_visual_editor( $args = array() ) {
	$args['tinymce'] = true;
	$args['quicktags'] = false;
    return $args;
}

It works well when a user posts a new topic.
But when a user wants to reply to a topic, the tinyMCE editor is displayed but is not editable.
I can’t see any error in the browser console.
Please advise.

Custom error message for blocked users

Published on November 2nd, 2017 by bhammondCVL

I have a site where certain users are blocked from accessing the forums. But if they access the forum URL, all they get is a generic “that page can’t be found” message. Is there any way to customize this message to let them know that their user level has no access to the forums?

Exporting Vanilla Forums, importing to bbPress

Published on November 2nd, 2017 by Constant Concepts

Hi, I am new to Vanilla Forums and have been assigned a migration project. I am finding little and conflicting information in Google searches. Can someone please let me know the best way to export all Vanilla Forums data and import into bbPress? Thank you!

Cant’ translate some words in French

Published on November 1st, 2017 by vinnysud

Hey, sorry if it has been answered before…
The are some words that don’t seem to be translated in French like “at” or “by” in the forum main page.
Therefore i tried to translate them with loco translate, but the translation is written as 100% done, and I can’t find any correspondance in the translation file.

issue

What can I do ?

Thanks a lot!

Skip to toolbar