-
Author
-
December 18, 2013 at 17:41 #8520
krecikm
ParticipantHow can I change sidebar in forum? I created new sidebar – don’t work. I tried register new sidebar (id=forum_sidebar) in functions.php and in sidebar.php get this:
<?php if (!is_bbpress()) {?>
<?php generated_dynamic_sidebar();
}
else{
get_sidebar('forum_sidebar');
echo 'test-forum';
} ?>
In forum page I don’t get anyone sidebar because get_sidebar don’t work but ‘test-forum’ visible in forum pageDecember 20, 2013 at 14:48 #8610Abe
KeymasterHi, I think there is a plugin for that. check http://wordpress.org/plugins/bbpress-wp-tweaks/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 00:22 #13185misterwho
Participanthello @krecikm can you tell is step on how to this?
the plugin that Abe is referring is not working for me
March 22, 2014 at 00:33 #13192Abe
KeymasterA new sidebar will appear under Appearance – Widgets that can be used only for bbPress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 01:40 #13221misterwho
Participanthey sorry for this I tried this again and it works
March 23, 2014 at 02:13 #13273Abe
KeymasterStarting with version 2.6 you will be able to set a custom page layout just for bbPress pages, meaning to be different than the site’s default one.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘sidebar bbpress’ is closed to new replies.