Skip to:
Content
Pages
Categories
Search
Top
Bottom

Oh, bother….can you spare a dime!?


  • JLee
    Participant

    @karado58

    Hello,

    Just found this support forum….great to find you!!

    How the heck do I permanently remove/disable “Oh, bother! No topics were found here.” and it’s accompanying yellow box??

    I tried plugins, moving files, nothing worked. I would like it gone, regardless it there are topics or no topics!

    Thanks.

    K58

Viewing 5 replies - 1 through 5 (of 5 total)

  • Robin W
    Moderator

    @robin-w

    the easiest way is

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topics Index Styling and tick item 16 don’t show this message

    if you want to do it using FTP then

    find
    wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-topics.php

    transfer this to your pc and remove

    <div class="bbp-template-notice">
    	<ul>
    		<li><?php esc_html_e( 'Oh, bother! No topics were found here.', 'bbpress' ); ?></li>
    	</ul>
    </div>

    and save (this file must exist, but we just make it empty!)

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/feedback-no-topics.php

    bbPress will now use this template instead of the original


    JLee
    Participant

    @karado58

    Robin W,

    You’re amazing, it worked!!

    Thank you so much for the quick reply and support!!

    Thank you, Robin!!


    Robin W
    Moderator

    @robin-w

    great – glad you ae fixed !!


    JLee
    Participant

    @karado58

    Robin,

    bbp style pack By Robin Wilson

    Just realized you are the creator of bbp style pack plugin…INCREDIBLE contribution to the “bbPress community”!!

    Thank you!!


    Robin W
    Moderator

    @robin-w

    🙂 thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar