skins

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
1/28/2013 11:06:37 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: skins

Hey Joe, I only use that setting only when working with Firebug, so I can identify which CSS file needs to be changed. Without it, the source file always shows up in Firebug as something like https://[site]/csshandler.ashx?skin=[skinname]&s=1&v=2.3.8.6&sv=aa729a89-cd21-4f1d-b3fe-fec1b82eca8d, which isn't really helpful in locating the file that needs to be edited. Is there some other way to get the original CSS source filename to show up?

Thanks,

Jamie

1/28/2013 11:12:07 AM
Gravatar
Total Posts 18439

Re: skins

If MinifyCss is false I can usually figure out pretty easily from style.config which file a particular css rule is coming from.

Best,

Joe

1/28/2013 1:56:45 PM
Gravatar
Total Posts 27

Re: skins

I have looked ever where and for some reason I can not find the user.config files location

1/28/2013 2:02:00 PM
Gravatar
Total Posts 18439

Re: skins

We don't ship a user.config file because we don't want to overwrite it during upgrades. We ship a file named user.config.sample in the root of the web that can be re-named to user.config. In fact if mojoPortal is installed by the web platform installer it automatically renames this file and puts the database connection string there.

If you do manually rename the file then you need to copy your database connection string from web.config into user.config

​user.config can override settings from the <appSettings section of web.config, that is the only thing it can do, no other parts of web.config can be added to user.config.

Hope that helps,

Joe

1/28/2013 2:08:46 PM
Gravatar
Total Posts 27

Re: skins

I am trying to do like Jamie suggest

<add key="MinifyCSS" value="false" />
   <add key="CacheCssOnServer" value="false"/>
   <add key="CacheCssInBrowser" value="false"/>

I am trying to edit the viktorpersson the hobbit alt1 I really like that skin just need to change a couple of things like images, title color etc

1/28/2013 2:11:52 PM
Gravatar
Total Posts 18439

Re: skins

modifications to user.config are not automatically detected, so whenever you edit it you need to then touch web.config, ie type a space in it and save.

 

1/28/2013 2:29:36 PM
Gravatar
Total Posts 27

Re: skins

I dont see user.config or user.config.sample

1/28/2013 2:40:37 PM
Gravatar
Total Posts 27

Re: skins

what is the easiest way to edit some images and font color.

1/28/2013 3:10:01 PM
Gravatar
Total Posts 27

Re: skins

I found the config file

Just need to know the easiest way to edit mojoPortal

1/28/2013 3:31:02 PM
Gravatar
Total Posts 27

Re: skins

Think I figured most of it out. Jamie I like those add keys you suggested it made finding them in the css sheet easier with what line its on etc.

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