solved Setting blog privacy

perrie
@perrie
7 years ago
435 posts
Hi everyone,
I would like to know if there is a way to set the blogs so that only members can see it when non-members are looking at the homepage. I would like the rest of the homepage to show, but we do feature some blogs, but usually they are for members only.
updated by @perrie: 09/18/17 10:49:03PM
paul
@paul
7 years ago
4,326 posts
Wrap the section of code in a 'jrUser_is_logged_in()' statement -
{if jrUser_is_logged_in()}
The code only to be seen by members
{/if}



--
Paul Asher - JR Developer and System Import Specialist
perrie
@perrie
7 years ago
435 posts
Which template would that be in?
michael
@michael
7 years ago
7,714 posts
perrie:
Which template would that be in?

Take a look at this video made for Zach who had the same question:

Forum Question: How to adjust a template