MAMS Logout

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
RobV10
New Member
New Member
Posts: 8
Joined: Fri Jul 08, 2022 5:20 pm

MAMS Logout

Post by RobV10 »

I'm trying to find the right syntax to have a 'Logout' function in the main navigator. I'm just wanting to be able to click on 'Logout' and then have it log out the use and return to Home page. I don't want to create another form for that. Any suggestions on the MAMS syntax to do that?

Thanks in advance....
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: MAMS Logout

Post by DIGI3 »

I haven't checked that it's the same in MAMS, but I grabbed the following from a site with that feature in FEU:

Code: Select all

{if isset($url_logout)}
  <a href="{$url_logout}" title="Logout"><i class="fa fa-sign-out"></i> Logout</a>
{/if}
It should be the same or similar, and {get_template_vars} may help.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “Modules/Add-Ons”