Code: Select all
{cms_module module=CustomContent}
{if $ccuser->loggedin() && $ccuser->memberof('clients')}
{content}
{/if}
Code: Select all
{cms_module module=CustomContent}
{if $ccuser->loggedin() && $ccuser->memberof('clients')}
{content}
{/if}
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('clients') && CC-USERNAME == $page_alias}
{content}
{/if}
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('clients') && $ccuser->username() == $page_alias}
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.