SiteMenu not shown on Sign in Page

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.
3/7/2010 11:24:44 PM
Gravatar
Total Posts 30

SiteMenu not shown on Sign in Page

Hi there,

I noticed that the SiteMenu (showing the top level pages) is not shown on the "Register" and "Sign In" page. Does anyone have an idea why? How can I change this? I want the menu to be shown on every page.

Regards,
Simon

3/8/2010 8:45:40 AM
Gravatar
Total Posts 2239

Re: SiteMenu not shown on Sign in Page

Hi Simon,

This behavior is by design but you can set mojoPortal to display the menus on the login, register, password recovery and other pages by settings options in your user.config.

<add key="HideMenusOnLoginPage" value="true" />
<add key="HideMenusOnRegisterPage" value="true" />
<add key="HideMenusOnPasswordRecoveryPage" value="true" />
<add key="HideMenusOnChangePasswordPage" value="true" />
<add key="HideAllMenusOnProfilePage" value="false" />
<add key="HidePageMenuOnProfilePage" value="true" />
<add key="HideAllMenusOnMyPage" value="false" />
<add key="HideMenusOnSiteMap" value="true" />
<add key="HidePageMenusOnSiteMap" value="true" />

The options above are shown with their defaults. You only need to copy the options you plan to change to your user.config. After copying them to your user.config, you must open the web.config and save it to recycle the application.

Hope this helps,
Joe D.

3/8/2010 9:37:57 AM
Gravatar
Total Posts 30

Re: SiteMenu not shown on Sign in Page

Yeah, that helped much!

Thanks a lot,
Simon

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