GDPR privacy disclaimer
This form will send me your email address and your IP address.
If you don't want that, don't use this form!
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...