solved visible profile and register required blog/articles

resif
@resif
6 years ago
187 posts
i want to show user profiles to everyone ... but make viewing to blog/articles with register...

which settings i need...
updated by @resif: 12/25/18 10:31:43AM
douglas
@douglas
6 years ago
2,767 posts
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!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags