MVS105 Posted July 4, 2010 Report Share Posted July 4, 2010 The templates in the area of administration may also be customized? Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 4, 2010 Report Share Posted July 4, 2010 They can be, but they will be overwritten when you update your site. Quote Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 5, 2010 Report Share Posted July 5, 2010 I was looking at this yesterday as well, trying to see if there was a way around it, but I think without tweaking some core files (shouldn't be TOO hard) its not possible. I will take a look this week and see if there is a not overly complicated way of doing it. Quote Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 5, 2010 Report Share Posted July 5, 2010 So it turns out that there is a way to create admin templates, in the /admin/lib/ folder you'll see a folder called 'layout' which is the default template. Templating works the same as for standard skins. The configuration option is available in /core/app.config.php on line 258: Config::Set('ADMIN_SKIN', 'layout'); Quote Link to comment Share on other sites More sharing options...
MVS105 Posted July 6, 2010 Author Report Share Posted July 6, 2010 So it turns out that there is a way to create admin templates, in the /admin/lib/ folder you'll see a folder called 'layout' which is the default template. Templating works the same as for standard skins. The configuration option is available in /core/app.config.php on line 258: Config::Set('ADMIN_SKIN', 'layout'); This is the solution. Thank you very much Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 9, 2010 Administrators Report Share Posted July 9, 2010 If you want to modify just that layout fine but make sure no javascript or includes are touched. And no admin templates are touched either Quote Link to comment Share on other sites More sharing options...
skymx Posted July 10, 2010 Report Share Posted July 10, 2010 There is a Dark and a light templates included in your admin templates, I switched to the dark one time ago. check there... SK Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.