Newbie to mojoPortal

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.
1/30/2009 8:44:36 AM
Gravatar
Total Posts 18439

Re: Newbie to mojoPortal

Hi Goran,

Most of your questions are answered in the documentation.

Seee skinning info here: http://www.mojoportal.com/creatingskins.aspx

Data/skins is just the library of skins, when a new site is created a copy of those is put in the site specific folder /Data/Sites/[SiteID]/skins

This way skins are not shared between sites as people my put alot of effort into a skin and not want to share it with other sites in the installation.

Unfortunately the Visual Studio design time story is not very good because at design time it doesn't have a way to know that at runtime the skin comes from the site specific folder. So designing is pretty much edit css and refresh the browser. But the css is combined, minified and cached on the server and also cached in the browser. So while working on skins its best to disable Minify and caching as indicated here:
http://www.mojoportal.com/important-skin-changes.aspx

Also developer documentation is here:

http://www.mojoportal.com/developerdocs.aspx

Hope it helps,

Joe

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