Change Site 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/28/2011 4:00:42 AM
Gravatar
Total Posts 88

Change Site Skin

Hi,

I´ve importer new site Skins from here but when i change the skin i have this error:

 

{
Line 239:                mojoBasePage basePage = Page as mojoBasePage;
Line 240:                enableUnclickableLinks = basePage.StyleCombiner.EnableNonClickablePageLinks;
Line 241:                useMenuTooltipForCustomCss = basePage.StyleCombiner.UseMenuTooltipForCustomCss;
Line 242:            }

How can i change the skin in database because i can change on interface?

Ok, have change on Table mp_Sites column SKIN, but it not work immediately. Need to clean browser cache and wait a little bit, i don't know why!

What can i do to make this skins work?

thanks

 

10/28/2011 6:55:58 AM
Gravatar
Total Posts 18439

Re: Change Site Skin

You imported skins from where?

What version of mojoPortal are you using?

Make sure the skins contains <portal:StyleSheetCombiner in the layout.master file, if not then copy it from newer skins.

Hope that helps,

Joe

10/28/2011 8:06:10 AM
Gravatar
Total Posts 88

Re: Change Site Skin

Hi,

Im with 2.3.7.0 version of mojo.

I got the styles from mojoportal community-skins (TheBlues.zip). The layout.master does´t have StyleSheetCombiner.

Now its working but some styles does' t load. 

10/28/2011 8:15:02 AM
Gravatar
Total Posts 18439

Re: Change Site Skin

Those very old skins have not been maintained for several years. To use them you will need to make changes in them to be more like newer skins. I should probably just remove those links and remove those old skins. None of them are very appealing designs.

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