Hi Jessicana,
If you want to make it yourself very easy, install my ‘bbP Toolkit’ where you can just flag away these boxes.
If you don’t want to install the plugin but want to play with CSS, then the below should hide the message, but not only that one as also these ones will be gone:
โ You must be logged in to create new topics
โ Your account has the ability to post unrestricted HTML content
– Maximum file size allowed
– …
.bbp-template-notice {
display: none;
}
.bbp-template-notice.info,
.bbp-template-notice.error,
.bbp-template-notice.important,
.bbp-template-notice.warning {
display: block;
}
EDIT: Moderators are asleep, ssssttt !
Pascal.
@casiepa
‘bbP Toolkitโ did not work for multisite for me. Does it work for multisites?
Ahhh, correct, not supported on MU yet, sorry. Check later for the plugin if you’re interested.
For now use the CSS.
Pascal.
I will revise the structure of the forums to make them: Category>forum>topics
@casiepa
but any way, I should not receive any message when I use categories>parent forums>child foums>topics.
This is a deficiency in bbpress to show such messages.
I’m wondering if this is related to the WordPress 4.4 issue…
@jessicana can you update to WordPress 4.4.1 and let me know if it is still an issue or 4.4.1 fixes the issue please ๐
WordPress 4.4.1 Security and Maintenance Release
> If you donโt want to install the plugin but want to play with
> CSS, then the below should hide the message…
Thanks, Pascal: That worked perfectly!
Eric Pretorious
Portland, OR
> Thanks, Pascal: That worked perfectly!
One, very important correction: If visitors to the site aren’t logged in, they see nothing – not even the warning that “You must be logged in to…” ๐
There must be an easy way to do away with that “Oh bother!…” bit of text without leaving visitors in the dark. ๐
Maybe I should just manually change the source:
[root@cp bbpress]# grep -r bother *
languages/bbpress.pot:msgid "Oh bother! No forums were found here!"
languages/bbpress.pot:msgid "Oh bother! No replies were found here!"
languages/bbpress.pot:msgid "Oh bother! No search results were found here!"
languages/bbpress.pot:msgid "Oh bother! No topics were found here!"
templates/default/bbpress/feedback-no-topics.php: <p><?php _e( 'Oh bother! No topics were found here!', 'bbpress' ); ?></p>
templates/default/bbpress/feedback-no-replies.php: <p><?php _e( 'Oh bother! No replies were found here!', 'bbpress' ); ?></p>
templates/default/bbpress/feedback-no-search.php: <p><?php _e( 'Oh bother! No search results were found here!', 'bbpress' ); ?></p>
templates/default/bbpress/feedback-no-forums.php: <p><?php _e( 'Oh bother! No forums were found here!', 'bbpress' ); ?></p>
Eric Pretorious
Portland, OR