Viewing 1 replies (of 1 total)
  • Plugin Author Dennis Morhardt

    (@gigalinux)

    This is not possible, because for this are changes in the theme are necessary. But you can do it for yourself. Wrap the menu items into this code:

    <?php if ( is_user_logged_in() ): ?>
    The menu item
    <?php endif; ?>

    Now the items are only showed if the user is logged in.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Private BuddyPress] Hide BuddyPress menue’ is closed to new replies.