Hi, I want to disable the default bbpress .css file. I searched through the forums and found several solutions, but none seem to work.
I used to deregister bbp-default-bbpress with the code below, but that doesn’t work anymore after the WP 3.8 upgrade.
add_action( 'wp_print_styles', 'deregister_bbpress_styles', 15 );
function deregister_bbpress_styles() {
wp_deregister_style( 'bbp-default-bbpress' );
}
WP 3.8
bbpress 2.5.1
Thanks!
Hello, I am not sure if this is the right spot for this topic, but I am noticing an issue with the new WP 3.8 release on all my sites using bbPress with WP. When my clients or myself go to edit or create a new post/topic/forum, the publish date icon is repeating horizontally. This clears up when I disable bbPress by itself and know it to be across sites I recently updated. A screenshot can be seen here. Any help in resolving this issue would be great!
I am preparing WordPress as a website with a forum for owners with sick dogs. Included in the website is a medical glossary plugin. It has worked so well on the pages that I have purchased their Pro+ version.
https://wordpress.org/plugins/enhanced-tooltipglossary/
The problem I am having is that the tooltip plugin is not recognizing terms inside the forum topic or posts and the tooltips are not coming up on hover:
http://www.secondchanceaihadogs.com/forums/topic/test/
CM support says “I am not sure how bbpress use post and if it use the content filters on them. If it does it will show the tooltip”
I could use some help. Should I be asking here about this, the designer of the theme or go back to CM support for the answer how to make this work?
Currently the new feature (bbPress 2.5) of Subscribe to Forum returns plain text email. Perhaps this was a conscious decision to implement it in that way. I’d implore either changing the content-type default to TEXT/HTML or be given an option within the admin settings.
Typically you would only need to add the following:
add_filter('wp_mail_content_type',create_function('', 'return "text/html";'));
…before @wp_mail
I’d like to allow anybody who visits my site to post to a forum without having to login. Is this possible and if so, how do I do it?
Is it possible to limit the BBpress search box in scope?
I would like to exclude certain forums/fora from the search results, but do not know where I can find the search function or how to edit properly to achieve my goal.
Help would be really appreciated!
This is how my forum looks.
Main
– forum1
– forum2
—-post [sticky]
—— forum2a
——– [inset sticky post from forum2 here!]
——– post
—- forum2b
– forum3
In other words; I’d like to have my sticky posts display in all the child forums of one particular forum.
Unfortunately I have NO idea how to do that.
Is there a kind soul who could help me?
Hello,
Is there documentation on how to build a plugin for the new version of bbpress?
When I installed the bbPress Sidebar it does not show up on my website. http://chickenreview.com/forums/.
I am using The Thesis Theme 1.8.5
The bbPress version is 2.5.1
I downloaded and activated the bbPress WP Tweaks for the sidebar. I have tried all the wrappers in this plug-in.
Is there a way to allow spectators reply to topics, but disallowing them to create topics? Or simply hide the topic creation button/box from them?