Resource icon

xF2 Add-on [DimmmCom] AdminCP Style 2.2.9

No permission to download

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

BattleKing submitted a new resource:

[DimmmCom] AdminCP Style - Dark Admin Style

View attachment 22292

I did it for myself, but maybe someone else will come in handy, who spends a lot of time in the admin panel, editing templates. This plugin converts the control panel to a dark style.

The plugin has color settings. Also, a separate setting was made for the design of the template editor (CodeMirror) with a choice of 10 styles. All of these settings only change in master style, so developer mode is needed to change.

Make your Admin...

Read more about this resource...
 

cthctc

Well-known member
Registered
Joined
Mar 18, 2021
Messages
45
Points
18

Reputation:

sadly not working, how to make it work?
 

cthctc

Well-known member
Registered
Joined
Mar 18, 2021
Messages
45
Points
18

Reputation:

only the color changing parts of the settings do not work, other than that, it sets its own default theme, there is no problem with it. But how can I fix the problem of not changing color?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

only the color changing parts of the settings do not work, other than that, it sets its own default theme, there is no problem with it. But how can I fix the problem of not changing color?
cthctcDo you mean that color changes:

1624989977100.png


You are right none of the color changes in these settings seems to work, need to check in detail if I got the time.

1624990877000.png
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Ok problem found, the color changes only work, if you do it on the master style template. This is only visible if the developer mode has been enabled:

Code Editor color changes works fine
1626542209900.png

Changed to monokai-fannonedition
1626542254600.png


Admin CP Login Form Style works as well fine
1626542289900.png


Admin CP Color Style works fine

1626542145400.png
 

cthctc

Well-known member
Registered
Joined
Mar 18, 2021
Messages
45
Points
18

Reputation:

thanks, i will try this, when i switch to another theme, will these changes i made in the default theme go away? @BattleKing
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

thanks, i will try this, when i switch to another theme, will these changes i made in the default theme go away? @BattleKing
cthctcyou fave to do it in master style, no other style will take and show the changes. Anyway ACP has no theme themself which looks different on the other normal installed or selected styles.
 
View previous replies…

cthctc

Well-known member
Registered
Joined
Mar 18, 2021
Messages
45
Points
18

Reputation:

you fave to do it in master style, no other style will take and show the changes. Anyway ACP has no theme themself which looks different on the other normal installed or selected styles.
BattleKingother is there a way for me to show the image I set in a theme I want?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

yes i meant that too but i need to be able to edit the colors too sir
cthctcOk, enable the developer mode in config.php
PHP:
$config['development']['enabled'] = true;
so that you can switch to the master style template

Then you can change the colors:
1626683919400.png


Add the below code to the extra css field.
CSS:
background-image: url(styles/default/images/ACPLogin.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;

If everything is done, disable the developer mode again.
 

cthctc

Well-known member
Registered
Joined
Mar 18, 2021
Messages
45
Points
18

Reputation:

Ok, enable the developer mode in config.php
PHP:
$config['development']['enabled'] = true;
so that you can switch to the master style template

Then you can change the colors:
View attachment 22742

Add the below code to the extra css field.
CSS:
background-image: url(styles/default/images/ACPLogin.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;

If everything is done, disable the developer mode again.
BattleKingthank you, i will try that. Does this only make changes to the default theme or does it apply the change to all themes?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

thank you, i will try that. Does this only make changes to the default theme or does it apply the change to all themes?
cthctcIn ACP you nomrally only have the default theme, but with this addon, you got another one, and this must be changed in the master style. Please do not make any other changes to that style, just the one for this addon.
 

e-Dewan

Member
Registered
Joined
Mar 19, 2021
Messages
12
Points
13

Reputation:

Thank you for the great add-on.

This style is very comfortable for my eyes, you have chosen the best dark colors scheme mix which you should be awarded with a Ophthalmology certificate. 🧿

I have one tiny issue, this text is black and barely readable, how can I change it!
screenshot-www.e-dewan.com-2021.07.22-23_20_54.png
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Thank you for the great add-on.

This style is very comfortable for my eyes, you have chosen the best dark colors scheme mix which you should be awarded with a Ophthalmology certificate. 🧿

I have one tiny issue, this text is black and barely readable, how can I change it!
View attachment 22999
e-DewanYou can change it under:
Appearance -> Styles -> Master style - Templates -> Edit template: dcom_app.less

Less:
// ###################################### MAIN COLUMN #########################


.p-breadcrumbs
{   
    > li
    {       
        a
        {           
            color: @xf-textColorMuted;       
        }

        &:after,
        &:before
        {       
            color: @xf-textColorMuted;
        }       
    }
}
 
View previous replies…

ridvanco1

Well-known member
Registered
Joined
Apr 26, 2021
Messages
68
Points
28

Reputation:

How to upload?
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,773
Points
823

Reputation:

View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

i uploaded thanks,but in not working to change color or background in login page,idk why
ridvanco1It is working have you read my posts carefully?
YOU need to do it on the MASTER STYLE TEMPLATE, this can only be seen if DEVELOPER MODE has been enabled ;)
 
Top