Create new skin

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/26/2009 11:45:41 AM
Gravatar
Total Posts 30

Create new skin

Hi Joe,

 Hope all is well, just need a short tip on how to create a new Skin , I'm workin on a project that requires me to create a new layout, I know you have tons of layout there provided but I wanted to come up with a placeholder for a video.

 I tried looking at adding properties to mojoBasePage.cs and using it under default.aspx.cs but I wonder how does mojo knows that "mainContent" is the one you want to use and not "rightContent".

Thanks in advance for any help.

-gil

11/7/2009 3:16:47 PM
Gravatar
Total Posts 18439

Re: Create new skin

Hi Gil,

I recommend you don't make any changes at all to mojoportal code, otherwise you will not be able to upgrade without losing your changes.

Its possible to put 2 extra placeholders in a skin, see http://www.mojoportal.com/morethan3contentpanels.aspx

Also you could just create your video player in a UserControl and ad it into the layout.master file of your skin, or create a custom feature, then show it on all pages by putting a ModuleWrapper in layout.master.

Hope it helps,

Joe

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