Master Page Controls On Sign In Page

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.
3/15/2012 9:01:37 AM
Gravatar
Total Posts 148

Master Page Controls On Sign In Page

 

I was wondering if there was a way to hide controls on the sign in page that exist in the layout.Master.  I place controls on the layout.Master that is in my skin folder.  When I sign in these controls appear on the Sign-In page.  I noticed that not all controls in this layout.Master show up on the Sign In Page, for example, the portal:sitemenu control.

Is there a way of preventing the controls I put in the layout.Master from appearing on the Sign-In page?

3/15/2012 9:16:57 AM
Gravatar
Total Posts 18439

Re: Master Page Controls On Sign In Page

If you are adding your own custom controls you need to implement logic inside them for hiding on pages where you don't want them.

ie SiteMenu has internal logic and settings to hide itself (.Visible = false; ) on certain pages, you would ahve to do the same in your custom controls.

Or else don't add them to the site default skin but only to skins assigned at the page level.

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