• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Configuration Modern AAC | Setting UI Theme

Paxton

Banned User
Joined
Feb 23, 2008
Messages
4,110
Reaction score
48
Location
London, UK
If you have a template, which theme is a bit darker, the default UI might not look good as it's light.

You can always change your UI theme.

What is UI theme?

UI - User Interface, it's the theme of all errors, alerts also it's tabs in account management etc.

In order to download new theme you go to website:
jQuery UI - ThemeRoller

You click in the tab gallery, and you can view different themes, you can also create your own one. Then you click download, you will be redirected to another page where you have to click Download again, make sure you download 1.8+ (Stable, for jQuery 1.4+)

You will download the whole jQuery UI library, open the ZIP folder navigate to css folder, and copy the whole folder from inside, it's a name of your template for example : "sunny", "dot-luv" etc.

Copy this folder to Modern AAC installation to public/css

Open your config.php and find this line:

PHP:
/* Path to your UI theme */
$config['UItheme'] = "smoothness/jquery-ui-1.7.2.custom.css";

Change the value, to the correct on of your theme which will be navigated to CSS file inside your theme folder.

Don't put the whole address to your website, don't put public/css also, just name of the theme folder and .css file inside it.

That's it :)
 
Back
Top