Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

on edit-profile page, doesnt show information placed in $User.SignedIn.

Hello there,
I have small problem regarding user signedIn.
I have this code in default.master.tpl

{if $User.SignedIn}
{module name="MeModule"} ----- line-1
{else}
{signin_link} ----- line-2
{/if}

This means when I am loggen in, loggedin informations (like notification, message, username, user image etc) shows (line-1). And when I am loggedout, loggedin buttons appears (line-2). Till this is fine.
The problem is:
When i go to 'edit profile' then it doesnt shows info. of line-1 insteed shows line-2 (with logout button). Line-2 should appear only when I am logged out right?

Can anyone help with this problem?

Thank you in advance.

Comments

Sign In or Register to comment.