Additional Front End Users module features
Previous article Next articleA few extra's that help you using the Front End Users module in CMS Made Simple™.
Show/hide other content
To show and hide other content on a page, you need to detect if someone is logged in into the Front End Users module.
{$feu_userid = feu_smarty::get_current_userid()}
{if empty($feu_userid)}
<p>You are NOT logged in</p>
{else}
<p>You are logged in</p>
{/if}
<p>You are NOT logged in</p>
{else}
<p>You are logged in</p>
{/if}
Comment Form
ReviewManager
ReviewManager
0 Comments
No comments yet...