The “js minify” feature of performance plugins such as W3TC breaks the bbpress Visual editor. Which code can I add to the “exclude” list to make it work again? Ie. I’m looking for the bbPress TinyMCE/Visual editor js code to add to that list.
WP 3.8
bbPress 2.5.1
as you can see below,
my forum display has got some extra text.
http://www.nammavidyaranyapura.org/groups/civic-issues-719392211/forum/
how to remove the same.
Hi all. is there some way for me to change the default gravatar image (mystery man) to something CUSTOM (i.e. that I made). There must be a way. i don’t like the generic image and i don’t want to usee one of the other gravatar images
HI
I need to know how to make bbpress in Arabic into a English website?
Best Regards
I’m trying to make this checkbox checked by default: Create a Group -> 4. Forum -> Group Forum -> “Yes. I want this Group to have a forum.”
I found the code that handles this at /plugins/bbpress/includes/extend/buddypress/group.php, a function called create_screen. I’d like to customize this function, so I copied the function to a plugin script. I figure I have to do something like
remove_action(‘whereever_the_hook_for_the_group_creation_thing_is’, ‘create_screen’);
add_action( ‘whereever_the_hook_for_the_group_creation_thing_is’, ‘create_screen’ );
to get my custom version to replace the stock version, but I don’t know where the hook is or how to go about finding it.
The dialog in bbPress for inserting a link into a post by default shows a search box and a list of existing content on the site.
I am using WooCommerce on the same WordPress installation as bbPress. The problem is that WooCommerce coupons use Pages. This means all of my coupons (often ones that are created for specific people or specific purposes) can be publicly displayed in this list.
I’ve edited my css to display: none; this section, but I’m not satisfied with this solution as it is still possible for someone to change the css and view these pages.
Is there a way I can disable this feature? How might I go about modifying the code to remove it?
Even with the translation files for pt_BR, select this options not translated. How can I translate those options that are in the select’s as Open, spam and so on.?
Hi
I just installed BBPress and created a forum but I don’t have permission to edit it! I can’t find a setting to fix this.
Does anyone know how to resolve this?
Thanks
Olivia
Hello,
The search functionality w/ our bbpress works fine, however, when a user types in a term that isn’t found within the forum, we just get a blank page.
For example, please visit the link below and type “rerunning” in the search.
http://goo.gl/kL9wSt
How would I go about resolving this?
Any advice would be greatly appreciated.
So I have a main forum with about 5 different sub forums.
I would like the main forum to have a background image, and the 5 sub forums to have their own. The topics in the main forums will keep the main forum background image and the topics in the sub forums will keep that particular sub forum background image as well. Is it possible?
If there is no easy way I figure I could hack it. Create pages with the different backgrounds, make the forums transparent, and iframe it. Or insert the php code to call the forums in on that page, how to do that I don’t know but I guess I’ll figure it out if no one can help here as I expect. Would be great if a plugin could do all this but I doubt such a one exists. Thanks for any help.