Search found 3 matches

by liquidspikes
17 Jul 2015, 00:45
Forum: Help
Topic: Making skin for 4.0.10?
Replies: 6
Views: 2704

Re: Making skin for 4.0.10?

I finally got it figured out! :D The cached-css files had improper permissions and were retaining the old information from when they were originally created (AKA copied from default). I fixed it by removing the cached css files from: [OTRS-root]/var/httpd/htdocs/skins/Agent/myskin/css-cache/*random_...
by liquidspikes
16 Jul 2015, 18:54
Forum: Help
Topic: Making skin for 4.0.10?
Replies: 6
Views: 2704

Re: Making skin for 4.0.10?

Thank you for the CSS Crythias! I bet it looks awesome, but sadly I am unable to get it to appear... :( Per your instructions I added a entry for Loader::Agent::CommonCSS###000-Framework pointing to your CSS, but it still doesn't seem to be working. Is the CSS file for 4.0.x? or is it for 3.3.x? I m...
by liquidspikes
16 Jul 2015, 03:18
Forum: Help
Topic: Making skin for 4.0.10?
Replies: 6
Views: 2704

Making skin for 4.0.10?

Hello! I am trying to make my first Agent skin for OTRS 4.0.10. From reading the documentation (http://otrs.github.io/doc/manual/developer/stable/en/html/skins.html#id-1.3.5.4) it seems all I need to do is create a copy of: "[OTRS-root]/var/httpd/htdocs/skins/Agent/default" to a new folder...