Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove default css

Published on December 19th, 2013 by koendb

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!

Issue with repeating publish date icon

Published on December 19th, 2013 by Morisu

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!

How To: Forum Posts Show CM Tooltip Glossary On Hover

Published on December 18th, 2013 by Matoca

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?

Subscribe to Forum, HTML Responses

Published on December 18th, 2013 by xmasons

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

How do I disable Login?

Published on December 18th, 2013 by AlanSilverman

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?

Limit search in scope

Published on December 18th, 2013 by vanderhavecn

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!

Sticky post not appearing in child forums

Published on December 18th, 2013 by vanderhavecn

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?

How to Build Plugins for 2.5+

Published on December 18th, 2013 by

Hello,

Is there documentation on how to build a plugin for the new version of bbpress?

bbPress Sidebar not showing on site

Published on December 17th, 2013 by Chicken Review

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.

Allow Spectators reply but not create topic

Published on December 17th, 2013 by kokocipher

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?

Skip to toolbar