BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Right Panel without BP
- This topic has 14 replies, 2 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
April 17, 2015 at 5:04 pm #39078@style960I saw in a reply to a previous forum post that Boss can be used without BP activated. However when logged-on to a site without BP, the right slide panel becomes active but remains empty, and it’s not possible to assign a different menu or content. How can I use Boss without Buddypress?
Answers
April 18, 2015 at 1:08 pm #39102April 18, 2015 at 1:09 pm #39103@alyssa-buddyboss
AlyssaParticipantAlso to clarify is this on mobile, desktop or both? And this is the WP toolbar, correct?
April 18, 2015 at 4:58 pm #39110@style960@tjchester Purely the WP toolbar, and only on mobile yeah. I can’t see/envisage anything other issue.
April 19, 2015 at 1:48 pm #39128@alyssa-buddyboss
AlyssaParticipant@style960 when I disable BP the menu does not display when logged out. When logged in it shows the log out button. I guess if you really wanted you could hide the button on mobile but then you would need to add a log out button somewhere.
April 19, 2015 at 2:24 pm #39133@style960@tjcheste I have no problem adding a logout option but I’d ideally like to populate that panel I’m just not sure how I can do that, although I can see header.php would need to be amended. I’m no longer using BP.
April 20, 2015 at 8:38 am #39142@alyssa-buddyboss
AlyssaParticipant@style960 unforutnately this has to be done through the WordPress codex like this:
function custom_admin_bar_render() { global $wp_admin_bar; $wp_admin_bar->add_menu( array( 'parent' => 'my-account', 'id' => 'edit', 'title' => __('Edit Page'), 'href' => admin_url( 'edit.php') ) ); } // and we hook our function via add_action( 'wp_before_admin_bar_render', 'custom_admin_bar_render' );
April 20, 2015 at 2:37 pm #39158@style960@tjchester Ok I’ll have a read of the codex, and see what I can do. Thanks.
April 21, 2015 at 10:52 am #39204@alyssa-buddyboss
AlyssaParticipantNP
April 21, 2015 at 1:20 pm #39216@style960@tjchester Is there no easy way to just call a different menu for this panel?
April 21, 2015 at 6:53 pm #39227@alyssa-buddyboss
AlyssaParticipant@style960 this menu is the wp toolbar. There is no integration for other menus. Sorry.
April 22, 2015 at 3:09 am #39233@style960@tjchester I resolved this with the use of a Toolbar plugin. Right slide panel is functional again, thanks.
April 22, 2015 at 10:39 am #39246@alyssa-buddyboss
AlyssaParticipant@style960 Great, care to share the plugin in case someone else stumbles upon this post?
April 22, 2015 at 11:26 am #39253@style960@tjchester Yeah – https://wordpress.org/plugins/wp-symposium-toolbar/
You can do all sorts with the toolbar. I just re-directed the WP Avatar link, and added a custom menu to the User menu.April 23, 2015 at 9:27 am #39269@alyssa-buddyboss
AlyssaParticipantAwesome plugin, thanks! I’ll close this out now.
- The question ‘Right Panel without BP’ is closed to new replies.