Author |
|
Dominick Newbie
Joined: 17 February 2014
Online Status: Offline Posts: 4
|
Posted: 17 February 2014 at 2:54pm | IP Logged
|
|
|
Hi,
I read the doc about creating a new skin, but it doesnt work.
I duplicated the white folder and renamed it,
I cleared my browser cache, emptied the cache files and even change the version number but the new style does not show int he admin panel.
Am I forgetting anything?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 February 2014 at 2:29am | IP Logged
|
|
|
I don't think we currently offer any documentation for creating new skins, you are probably referring to some old docs. I think I have an idea on this one, though.
When we released version 7 and people upgraded to it from 6.*, we had to make sure that skins from old versions will NOT be displayed in v7 as it would cause all sorts of unpleasant effects. To override a list of skins, add the following item to the array defined in data/settings/config.php file:
Code:
'themes' => array('Default', 'White'), |
|
|
with the proper list of skins placed there, of course.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Dominick Newbie
Joined: 17 February 2014
Online Status: Offline Posts: 4
|
Posted: 24 February 2014 at 1:02pm | IP Logged
|
|
|
Igor wrote:
I don't think we currently offer any documentation for creating new skins, you are probably referring to some old docs. I think I have an idea on this one, though.
When we released version 7 and people upgraded to it from 6.*, we had to make sure that skins from old versions will NOT be displayed in v7 as it would cause all sorts of unpleasant effects. To override a list of skins, add the following item to the array defined in data/settings/config.php file:
Code:
'themes' => array('Default', 'White'), |
|
|
with the proper list of skins placed there, of course.
Hope this helps!
--
Regards,
Igor, AfterLogic Support |
|
|
I've added this to the file but no changes happened, but is the config really being used,
especially because I disabled the files module and the config still displays files as true.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 February 2014 at 1:26am | IP Logged
|
|
|
Quote:
I've added this to the file but no changes happened |
|
|
Can you paste the line, or the entire config file how it looks after modification?
Quote:
especially because I disabled the files module and the config still displays files as true. |
|
|
Config file is used in read-only mode, Aurora doesn't write there. The purpose of the file is to block specific features - so if you disable files on config level, you won't be able to enable those from adminpanel.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|