sovvyg (@sovvyg)

Forum Replies Created

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

  • sovvyg
    Participant

    @sovvyg

    spot on, when i move to TwentyFifteen it shows… nightmare! Thanks for helping me to ID the issue, should have tried that ages ago in hindsight


    sovvyg
    Participant

    @sovvyg

    hi vinod i have already deleted and re-installed but i will try the other steps youve mentioned


    sovvyg
    Participant

    @sovvyg

    fdarn, i am using shortcodes to embed the forums but it doesn’t show on the core pages either. I have tried removing all of the forum shortcodes from the site and this doesn’t seem to make any difference.


    sovvyg
    Participant

    @sovvyg

    I can’t see any issue in the template file, both breadcrumbs and subscription is on there as it should be. I have made a child file and removed and readded the breadcrumbs which reflects fine but the subscribe button just isn’t showing

    In template file:

    <?php bbp_breadcrumb(); ?>
    
    <?php bbp_forum_subscription_link(); ?>

    If anyone could help id be so grateful, im probably missing something minor!


    sovvyg
    Participant

    @sovvyg

    Hi Vinod,

    thanks for getting back to me, unfortunately that has already been selected so is not the issue.. i have done a plugin conflict test and nothing changes. i’m stuck 🙁

    Best
    Lauren


    sovvyg
    Participant

    @sovvyg

    i also have no search function 🙁


    sovvyg
    Participant

    @sovvyg

    never mind ive done it, thanks to you i merged your solution with mine and hey presto!

    function vvd_add_notice_before_topic_form() {
        
            echo '<div class="bbp-forum-content">';
    		echo bbp_forum_content();
    		echo '</div>';
        
     }
     add_action( 'bbp_theme_before_topic_form_notices', 'vvd_add_notice_before_topic_form' );

    Thanks again for your help 🙂


    sovvyg
    Participant

    @sovvyg

    Hi Vinood, thanks for the code, it works perfectly.

    The only issue is that the text will need to be different for each forum which is why i was wondering if there was a way to pull the text from the forum description rather than add the custom text in the php file if that makes sense.

    If there is not a way then i will make the descriptions more global but ideally i’d be able to make each unique or have none at all.

    Thanks, Lauren

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