BattleKing
Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
- Joined
- May 24, 2020
- Messages
- 3,529
- Points
- 523
Reputation:
Reputation:
Reputation:
Reputation:
I have activated the developer mode I get this error in the footer, where I can solve it.
View attachment 25074
Reputation:
Reputation:
How to activate dark mode my default?
(I've selected Dark in style properties though)
Reputation:
I added an option so that this is possible, please check and return feedback.
Reputation:
I added an option so that this is possible, please check and return feedback.
Reputation:
bug at property name "SpaceXDefaultType"
Reputation:
Additional option added, so that you can choose between the default type DARK and LIGHT
Login and Registration link corrected.
Reputation:
@3525252 I installed it, it's normal for mobile, you can see the picture here
https://enxf.net/resources/spacex.3068/
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
How to Change "YENi"
this is new post from member, i want to change "YENi" to "NEW"
Any Advice ?
Thanks...
View attachment 25540
Reputation:
I don't remember if you give me temp admin access I can do it for you
Reputation:
So far as I know here we have a thread already where it is described, I need to search for it
.node--unread .node-title:after{
color: #fefefe;
background: #d64494;
content: "YENİ";
border-radius: 2px;
margin-left: 5px;
padding-top: 3px;
padding-right: 7px;
padding-bottom: 3px;
padding-left: 7px;
font-size: 11px;
text-transform: uppercase;
border-radius: 4px;}
.node--unread .node-title:after{
color: #fefefe;
background: #d64494;
content: "New";
border-radius: 2px;
margin-left: 5px;
padding-top: 3px;
padding-right: 7px;
padding-bottom: 3px;
padding-left: 7px;
font-size: 11px;
text-transform: uppercase;
border-radius: 4px;}
Reputation:
It is in SpaceXStyle.less change:
Less:.node--unread .node-title:after{ color: #fefefe; background: #d64494; content: "YENİ"; border-radius: 2px; margin-left: 5px; padding-top: 3px; padding-right: 7px; padding-bottom: 3px; padding-left: 7px; font-size: 11px; text-transform: uppercase; border-radius: 4px;}
to
Less:.node--unread .node-title:after{ color: #fefefe; background: #d64494; content: "New"; border-radius: 2px; margin-left: 5px; padding-top: 3px; padding-right: 7px; padding-bottom: 3px; padding-left: 7px; font-size: 11px; text-transform: uppercase; border-radius: 4px;}