Skin never applied to my solution

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.
8/9/2009 10:59:34 AM
Gravatar
Total Posts 10

Skin never applied to my solution

Hi all

I downloaded the latest source code of Mojo Portal and opened using Visual Studio 2008. When I run the solution the output appears to be like this

www.freeimagehosting.net/uploads/6fb5e9645e.jpg

the skin never applied to it, I tried different helps that referring to the mojoportal documentation section

please anyone help me on this,  I on analysing this product for my clients... I am struck up the basic skin change level :(

8/9/2009 11:17:33 AM
Gravatar
Total Posts 550

Re: Skin never applied to my solution

Hi ,

1-Change skin of site by clicking key icon.

2-set following settings in your web.config as false.

<add key="CacheCssOnServer" value="true" />
<add key="CacheCssInBrowser" value="true" />

3-Refresh you site.

I hope helps you.

Asad

 

8/9/2009 11:46:38 AM
Gravatar
Total Posts 18439

Re: Skin never applied to my solution

There is info in our faq that may help

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

 

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