A page without left side menu

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/11/2009 12:35:02 PM
Gravatar
Total Posts 37

A page without left side menu

Hi,

I've got a skin where in left pane I have menu ( really a 2nd level submenu ). The thing is that I would like to create a page without menu at all.

I mean that I would like to have a horizontal menu on it and no 2nd level submenu visible in left pane.

Is it possible?

 

Thanks,

Przemek

10/12/2009 10:20:11 AM
Gravatar
Total Posts 190

Re: A page without left side menu

There has been some talk on this issue lately. I believe you basically have two options. You can put the code for the left nav in a custom feature (it's extrememely simple to do) and add it to pages where you want it to display and leave it off of pages where not. This is a little inconvenient if you have only few pages where you don't want it. The other option is to duplicate your skin and leave it off the second one and use that skin when you don't want the left nav. You then have to update both skins when you make changes but it's not too big a deal if you aren't frequently changing your skin.

John

10/12/2009 5:38:57 PM
Gravatar
Total Posts 37

Re: A page without left side menu

Thanks for the answer.

I think I'll go with 2 skins.

 

Przemek

10/13/2009 10:34:44 AM
Gravatar
Total Posts 2239

Re: A page without left side menu

Take a look at the "Example Scenarios..." on this page: http://www.mojoportal.com/understanding-the-styleconfig-file.aspx. Following the guidelines listed there, you should be able to create a second skin that is largely reliant on the main skin. The advantage of this is that you don't have to update two skins all the time.

Hope this helps,
Joe D.

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