Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic Aurora

 AfterLogic Forum : AfterLogic Aurora
Subject Topic: How to create a new skin Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Dominick
Newbie
Newbie


Joined: 17 February 2014
Online Status: Offline
Posts: 4
Posted: 17 February 2014 at 2:54pm | IP Logged Quote Dominick

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 View Dominick's Profile Search for other posts by Dominick
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6086
Posted: 18 February 2014 at 2:29am | IP Logged Quote Igor

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 View Igor's Profile Search for other posts by Igor
 
Dominick
Newbie
Newbie


Joined: 17 February 2014
Online Status: Offline
Posts: 4
Posted: 24 February 2014 at 1:02pm | IP Logged Quote Dominick

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 View Dominick's Profile Search for other posts by Dominick
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6086
Posted: 25 February 2014 at 1:26am | IP Logged Quote Igor

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 View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide