Tagged: x
-
AuthorPosts
-
July 31, 2016 at 4:25 pm #1111204
JosephVSiteParticipantHi. 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.
July 31, 2016 at 4:25 pm #1111205
JosephVSiteParticipantThis reply has been marked as private.July 31, 2016 at 10:14 pm #1111481
NicoModeratorHi 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.
August 7, 2016 at 12:34 am #1120630
JosephVSiteParticipantExcellent! Thanks for your help.
Best,
DeborahAugust 7, 2016 at 5:50 am #1120802
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1111204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
