Show menu on login.aspx page

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
1/1/2010 11:18:51 AM
Gravatar
Total Posts 41

Show menu on login.aspx page

I am working on what is a variation of the mitchinson-earthy theme.

I can't get the menu to display on the secure/login.aspx page.  When looking at that page in comparison to the searchresults.aspx page I don't see a difference, but one shows the menu and the other doesn't.

What am I missing?

MojoPortal: 2.3.3.0 MSSQL

1/2/2010 4:57:32 AM
Gravatar
Total Posts 18439

Re: Show menu on login.aspx page

mojoPortal was designed to not show the menu on certain pages including login and register. I believe this is a best practice for a number of reasons.

However, I will look into making this configurable so that it is possible to change this behavior.

Best,

Joe

1/13/2010 6:51:12 AM
Gravatar
Total Posts 18439

Re: Show menu on login.aspx page

As of mojoPortal version 2.3.3.4 if you want to show menus on the login page you can add this to your user.config file:

<add key="HideMenusOnLoginPage" value="false" />

Best,

Joe

1/13/2010 9:11:58 PM
Gravatar
Total Posts 41

Re: Show menu on login.aspx page

Glad to hear it.

7/8/2011 6:11:51 AM
Gravatar
Total Posts 14

Re: Show menu on login.aspx page

Is this possible in Register page also?

<add key="HideMenusRegisterPage" value="false" />

7/8/2011 9:24:53 AM
Gravatar
Total Posts 18439

Re: Show menu on login.aspx page

should work with HideMenusOnRegisterPage, you just have the key incorrect.

Best,

Joe

7/11/2011 3:33:48 AM
Gravatar
Total Posts 14

Re: Show menu on login.aspx page

Thanks! It works :)

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