Hide the 'sign in' menu

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
11/1/2009 9:50:08 PM
Gravatar
Total Posts 3

Hide the 'sign in' menu

Hi all,

Is it possible and how to hide the 'sign in' menu for each of the page? I know we can hide the 'register' menu, but I don't know whether we can do it with the sign-in menu. The reason for this 'hiding' is because I want my registered user to sign-in to my website from a special/hidden link.

Your help is much appreciated. Thank you.

11/2/2009 5:52:50 AM
Gravatar
Total Posts 18439

Re: Hide the 'sign in' menu

You can remove the login link by editing the layout.master file of the skin with a text editor.

Hope t helps,

Joe

11/2/2009 9:46:32 PM
Gravatar
Total Posts 3

Re: Hide the 'sign in' menu

Hi Joe, Thanks for the advice. I've removed the statement '' in the layout.Master file for my skin. I still see the 'Sign in' menu. Then i removed the statement of layout.Master file in the folder, App_MasterPages. The 'Sign in' menu still there. Did i do it wrong? Any idea/advice of what I can do next? Thank you. And have a good day. YSChan
11/2/2009 10:10:17 PM
Gravatar
Total Posts 190

Re: Hide the 'sign in' menu

If you've deleted both of these tags from your layout.master in the /Data/Sites/1/skins/ folder (if this is one site in the installation):

<portal:LoginLink runat="server" RenderAsListItem="true" />

<portal:LogoutLink runat="server" RenderAsListItem="true" />

Then you shouldn't be seeing any signin link on your page. You might want to make sure you've deleted both tags and clear your browser cache just for good measure.

11/3/2009 9:11:48 PM
Gravatar
Total Posts 3

Re: Hide the 'sign in' menu

Thanks for pointing out the correct folder. Now the menu is hidden.

Again thank you all for the help. Have a good day!

YSChan

You must sign in to post in the forums. This thread is closed to new posts.