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.
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.
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
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
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.
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.