Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111204
    JosephVSite
    Participant

    Hi. How do I add a sidebar to the forum? I tried adding a code I found in another support thread to my functions file and it didn’t work for me.

    This is what I found and tried that didn’t work:
    –to add a sidebar to forum page add this to child theme’s functions:
    add_filter(‘ups_sidebar’, ‘force_bbpress_sidebar’, 20);

    function force_bbpress_sidebar ( $sidebar ) {
    return x_is_bbpress() ? ‘REPLACE_THIS_WITH_SIDEBAR_ID’ : $sidebar;
    }

    I would give my credentials sooner, but I don’t see where I have the option to make a reply private until support replies.

    #1111205
    JosephVSite
    Participant
    This reply has been marked as private.
    #1111481
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Upon checking your setup, it is working well. You just need to add widget in your forum sidebar in the widget area.

    I have added pages widget in the forum widget for testing.

    http://soccerkittens.com/wp-admin/widgets.php – widget area

    Hope it helps.

    Thanks.

    #1120630
    JosephVSite
    Participant

    Excellent! Thanks for your help.

    Best,
    Deborah

    #1120802
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1111204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>