visible profile and register required blog/articles
Using Jamroom
There are no settings for this, you'll want to modify the templates and add an {if} statement to check to see if the user is logged in. Maybe something like this...
{if jrUser_is_logged_in()}
show profile menu
{else}
You must be logged in to see the profile menu.
{/if}
this would probably need to be either in your profile_header.tpl or the profile_menu.tpl
Hope this helps!