I know many sites that are using bbPress for code are using the ‘Crayon Syntax Highlighter’ plugin. Have you had a look at this plugin? Will that do what you require?
I’m seeing the same issue with WP 3.8 and bbPress 2.5.1 when MemberDeck 1.2.1 is activated. I reached out to their developer and with debugging turned on the following error occurs with the bbp_setup_current_user function/hook:
The current user is being initialized without using $wp->init()
I see a ticket for this already filed with both bbPress and upstream in WordPress:
https://bbpress.trac.wordpress.org/ticket/2412
https://core.trac.wordpress.org/ticket/24169
no, i mean the default loaded for people who don’t have a gravatar. the one that is assigned by bbpress. I know how to change my gravatar
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
Hi,
.bbp-template-notice {
display: none !important;
}
and
.bbp-template-notice p {
display: none !important;
}
Are causing the message that no search results were returned to be hidden, which causes part of the blank page. Along with that you also have a minus margin on your sliderdiv which cause a lot of the bbpress forum to go underneath it.
Good luck!
I’m not 100% on what is happening without seeing a site link, if you can find out where the coupons are being rendered then you could wrap them in if(!is_bbpress()) { }
HI
I need to know how to make bbpress in Arabic into a English website?
Best Regards
i don’t know why this one was so hard for the support people to answer, but the hook I was looking for was
add_filter( 'bbp_get_reply_content', 'lp_access_enforcement', 99,2);
this allows me to take the content just before it is posted on the screen and manipulate it how I want. now my forums here
http://thelightningpath.com/forum/subject/the-need-for-spirit-to-sustain-a-growing-baby/
can be locked down. people now need to pay for a subscription to get access to certain forums on my site.
i’m posting this for anybody else that might want to expand on bbpress’s limited access functionality.
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.
Be sure to check bbPress versions (latest 2.5.1) and if you are up to date then the developer/mods may have to update the POT files also, which is something to forget easily.
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?
File _pot in pt_BR (Brazilian) and I have this working perfectly, select only those options that are not translated and has nothing on file to reference them. There’s no way in the bbpress files even I translate these terms? Because it seems that this file _pot complete and translated all but the select only those terms that are in English yet.
Don’t know in to which language you are trying to translate, looks like Brasilian (which is I think is almost Portugese).
There is a _pot (in the language folder) file that comes with bbPress, that you can translate and use on your bbPress and hopefully submit for others to use also if they need it.
If the current translation of BR/PO is wrong feel free to change it and submit it.
The creator/developer of bbPress or the Mods, can not help in translations, they just have to trust anybody whom submits a translation.
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
Hi Stephen.
Thanks for your message. I have identified the conflicting plugin. It is WPML Media. I’ve logged the problem with them and waiting for their assistance. Is there is anything further BBPress can do to resolve this conflict?
Thanks,
Olivia
This typically occurs if there is a plugin conflict.
Have you tried to see if bbPress is conflicting with another plugin?
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
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.
Hi
My BBPress plugin isn’t appearing in my WP menu. I installed it as instructed and the widgets are appearing but I can’t add new forums from my main WP menu.
Is anybody else having this problem. Does someone know how to fix this please?
I’m using the latest versions of WP and BBpress.
My web site address is http://www.mooshimode.com.au.
Thanks
Olivia
mgParticipant
I have a site where if I reply to an existing thread and then want to edit my reply once posted, clicking the “edit” link lands me at some other forum post.
Really baffled by this????
Site URL: http://howtothinksideways.com/
WP ver: 3.7.1
bbPress ver: 2.5.1
i guess i should have mentioned this was multisite also the domain gotgame.com.
First step: no role not attached to any site.
Second step: get participant role (all permissions look normal under bbPress Advanced Capabilities) but still cannot view the forums with a 404.
any other thing i can try here?
thanks!
You can definitely achieve the look of that forum with bbPress 🙂 good luck!
Stephen, while I got your attention.
is there a hook to get access to bbpress posts as they are submitted into the database, similiar to wordpress hooks like wp_insert_post_data, where I can get access to the post body and alter it?
Yes, now I see it, but have no idea, but looking at the link you gave ..
body.bbPress should be body.bbpress for one (no CAPITAL B)
You could try the ” ! important ” attribute with it just before the “;”
and what the “>” are doing in the css, is something I have never seen
But since the menu does not come from bbPress, but from the WP side, maybe you should look there.
Sorry, could not be of more (any) help
Hmm You are not understanding, this picture will make it clear.
It is not right for everyone.
When you click on the menu item Forum, and are brought to the Forum page, the incorrect page is then highlighted.
See here with arrows to show you what I mean: http://bit.ly/1gZvkXd
What SHOULD be happening, is that Forums should be highlighted as that is the correct page, and what the site loading for the current page.
I see on this thread https://bbpress.org/forums/topic/navigation-problem-current_page_item-not-set-for-forums-in-navigation-tabs/ someone had tried to solve it using CSS, to force highlighting the correct menu item, but I am having trouble with that, and looking for assistance.
-r