Update: WOW!!!
@kutaz I have enabled the 'Developer mode' and whoa... there are a lot of customization option has come to life. You can do a hell of modification to Admin Control Panel with this add-on. But be sure you have selected the '
Master Style' as shown in the picture below:
And here are the codes I added in config.php of my Xenforo installation.
Code:
$config['development']['enabled'] = true;
$config['development']['defaultAddOn'] = 'DCom/AdminCPStyle';
As per the manual (see the link), "The
defaultAddOn value is optional, but adding that will automatically populate the specified add-on in the XF Admin CP when creating new content which will be associated to an add-on". I have used the '
defaultAddOn' value because I want to load it and function automatically with the Admin Control Panel.