Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change TinyMCE to not add paragraphs

Published on May 14th, 2017 by blasterspike

Hi,
I have followed this documentation page

Enable Visual Editor


to enable TinyMCE. Now I would like to change the default behavior of TinyMCE to not add a paragraph for each new line but use instead <br>.
For WordPress I have to use this

function tinymce_remove_root_block_tag( $init ) {
    $init['forced_root_block'] = false; 
    return $init;
}
add_filter( 'tiny_mce_before_init', 'tinymce_remove_root_block_tag' );

But the TinyMCE in bbPress doesn’t get this setting.
I have tried to do something like

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

but it doesn’t work.
How can I pass that “forced_root_block” to the TinyMCE enabled for bbPress?

Thanks

Massimo

Fix slugs (forums/forum/support-clinic)

Published on May 14th, 2017 by Young Prodigy

Hi there,

I have enabled forums on my site, but it seems like my forum URL is here:
www.satdecoded.com/forums/forum/support-clinic/

It’s set to private, so you may not be able to see it, but I’ve taken screenshots below.

The Forum Root (which is being used as a prefix slug for all forum related content) is “forums.” I’ve checked yes to the show prefix option.

Then in the single forum settings, I see that the it shows “forum” (singular, not “forums”).
Here is a screenshot of my settings: http://prntscr.com/f7m2ca

The forum I created is called “Support Clinic.” It shows up at a URL that says “/forums/forum/ support-clinic/” Here’s a screenshot of my URL: http://ibb.co/iKJrvk

How can I get rid of the “forum” in the middle? I just want it to say “/forums/support-clinic/”

I’ve also set my forum to “Private” (I was logged in as admin when I took the screenshot), so now that gets doubled too: “Private: Private: Support Clinic”

I only want it to say “Private” once. How can I do that?

Thank you!

UI issue in ../extend/buddypress/groups.php

Published on May 12th, 2017 by rgilman

This is both feedback and a request.

I’m working on simplifying the UI of a Commmons In A Box site, which means I’m working with both BuddyPress and bbPress. While working on the group/forum page, I found that the forum title is hard coded as a simple h3 with no selectors into wp-content/plugins/bbpress/includes/extend/buddypress/groups.php at line 767. This is just before the content-single-forum template call.

My request is that the forum title be moved from groups.php and into content-single-forum.php where it can be customized through the normal child theme process. Let me know if there is a better place than here to file this as an issue.

Thanks!

No Forum role created for new user

Published on May 12th, 2017 by vbsql7

When users Register, they are not given a role in the bbPress form. It remains blank and I have to assign it manually.

I have turned on the feature to “Automatically give registered visitors the [Participant] role”

Site: SohoSpark.com

bbPress version: 2.5.12-6148.

WP version: 4.7.4

Theme: Bliss by Bluthemes 3.1.0

Active Plugins:

All In One SEO Pack

bbp style pack

Better Click To Tweet

Captcha by BestWebSoft

Contact Form by BestWebSoft

Google Analytics

Hide Admin Bar From Non-admins

PixelYourSite

Search & Replace

Smart Forms

Thrive Visual Editor

UpdraftPlus – Backup/Restore

WP Edit

bbPress User Ranks Released

Published on May 12th, 2017 by pre55

Hi,

Just wanted to share a newly released plugin available called bbPress User Ranks and it allows you to create user ranks, star ranks, RPG ranks, user badges and month badges which display on forums and user profiles. It also has widgets and shortcodes.

You can view all the features and screenshots here:

http://pre55.com/downloads/bbpress-user-ranks/

You see the free lite version here:

https://wordpress.org/plugins/bbp-user-ranks-lite/

The plugin was created as I had been using the brilliant bbp user ranks plugin created by Robin W and although this worked great for what I initially wanted I eventually needed something a little more custom.

I have therefore built my plugin from scratch incorporating lots of great features I think will increase engagement for any bbPress forum.

Let me know what you guys think, if you have any suggestions please let me know.

Seo for bbPress

Published on May 12th, 2017 by Luizik

Hello, dear!
Can you help me with seo question? If anyone creat any topic, how can i do the seo title to be created automatically from the title of the topic and seo description from the content of the topic?

Thank you for any answere..

I need help with move to bbpress

Published on May 12th, 2017 by Michaล‚

Hi,

I need help with migrating forums from the xoops system (xoops.org). The forum is based on the “newbb” module very similar to “phpbb”. I tried alone using available converters in bbpress package but unfortunately it only moves forum categories. Will there be a willing person to help with this?

Regards, Michal and sorry for my english ๐Ÿ˜‰

I get HTTP ERROR 500 when i visit forum root

Published on May 12th, 2017 by torbjorn96

This is a issue on my clients website. When i visit the forum root, or the settings for the forum inside WP-Admin i only get a HTTP 500 error. Does anyone know what this can relate to, or have any questions that may help me getting this fixed? ๐Ÿ™‚

woocommerce membership plugin does not work with participant role bbpress

Published on May 12th, 2017 by mariekekarssen

I have communicated and struggled with this issue for weeks now with Woocommerce, but after much trial and error this is the short version:

I have a website with woocommerce/woocommercemembership and subscriptions. The subscribed members automatically also have a buddypress profile and access to bbpres forums. Non subscribed people can look at the forums, but you have to be a member to participate.

This works great on the subscribing side, a little less great but managable on the buddypress side, because cancelled orders still get a profile, but that’s an admin job of once a week, but.. i really have an issue with bbpress, because the membership plugin is able to create also other membership privileges and content and that does not work if the member has a forum role of participant. If i make every member a moderator (would not know how to do that automatically by the way) then all membershipplugin functionality works great. Can anyone help me here? Woocommerce is searching too.

Topic Heading not visible on the detail page

Published on May 12th, 2017 by mktunicus

Hi,
I am not able to view the topic heading ( topic title) on my forum’s detail page

Nifty Elliott Wave Probabilities

Main Forum Page is:

Trader’s Forum

Also, the customers are not getting emails after checking the notify me

Please advice us as soon as possible.

Skip to toolbar