It’s actually a custom menu item that was created. It’s a questionnaire (Winner’s Questionnaire is the name of the page) that should only be visible to admin’s when logged in. So it’s not a built in menu item. I didn’t write the original code and as mentioned above I’m new to BuddyPress so this is pretty foreign to me.
I’m not sure that really helps but hopefully it’s enough to give me a general answer to point me in the right direction.
The WP function to determine if the current user is an administrator is:
is_super_admin()
So something like:
if ( is_super_admin() )
// show the menu item