Custom CSS not working in v3.0.5

Moderator: crythias

Locked
bogentu
Znuny newbie
Posts: 17
Joined: 14 Feb 2011, 17:33
Znuny Version: 3.0.5

Custom CSS not working in v3.0.5

Post by bogentu »

I am having a problem setting up a customized customer interface. I have created a new theme and successfully installed CustomerHeader.dtl in my theme directory and added a new header graphic.

But now I need to modify the css. I added a css and css-cache directory to my custom skin dir in /opt/otrs/var/httpd/htdocs/skins/Customer and put the Core.Default.css file in the css dir. But changes I make are never shown in the webpage - viewing the source always shows the default skin in the URL's. I have set Core::Web::Loader::DefaultSelectedSkin to the name of my skin, as well as Frontend::Customer::Loader::Customer::Sking###000-default and Loader::Customer::SelectedSkin to the new skin.

What do I need to do to make the Customer interface alway default to my new skin that provides the css for my custom theme?
bogentu
Znuny newbie
Posts: 17
Joined: 14 Feb 2011, 17:33
Znuny Version: 3.0.5

Re: Custom CSS not working in v3.0.5

Post by bogentu »

Found the problem - user www didn't have write permissions to the css-cache directory in my new skin. Set perms to 775 and the skin works fine as a default.
Locked