Page 1 of 1

FrondEnduser Logout Button?

Posted: Wed Apr 28, 2010 9:00 am
by dalton
Hallo,

also mein problem besteht ja darin.. das ich ein Logout Button habe, und jetzt weis ich nicht wie ich den Link vom Frondenduser Logout auf den Logout Button Kriege?
Hab das so probiert:

Code: Select all

{$startform} 
<a href="{$url_logout}">
<img title="Logout" onmouseover="this.src='images/logout_top_over.jpg';" onmouseout="this.src='images/logout_top.jpg';" src="images/logout_top.jpg" alt="Logout" width="214" height="34" />
</a>
{$endform}
Aber dies Klappt leider nicht. Weis jemand wie ich das mache?

mfg nico

Re: FrondEnduser Logout Button?

Posted: Fri May 07, 2010 10:58 am
by cyberman
Was genau geht denn da nicht?

{$url_logout} ist doch eigentlich die richtige Variable für den Logout-Link ...

Re: FrondEnduser Logout Button?

Posted: Fri May 07, 2010 12:17 pm
by owr_bgld
Höchstwahrscheinlich zwar eine blöde Frage, aber mangels Angaben: Wird das logout auch auf die Seite eingebunden, z.B.:

Code: Select all

{cms_module module="FrontEndUsers" form="logout"}