[Release] DarkenTS Extended

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
NOTE: This makes https://r4p3.net/threads/release-bluscreams-extended-theme-pack-light-dark.466 obsolete!

u9ioDIm.png


Screenshots TeamSpeak: https://sli.mg/a/buLM0J
Screenshots Icon set (Preview): https://i.sli.mg/jOnYN3.png

Teamspeak Forum Thread: http://forum.teamspeak.com/threads/122783-Release-DarkenTS-Save-the-eyes | Support Teamspeak


Download: https://github.com/Bluscream/DarkenTS-Style-Extended/releases/latest
Download Icons: https://www.myteamspeak.com/addons/0b57d54d-b46c-433d-8f7e-2eea28470007

Source: https://github.com/Bluscream/DarkenTS-Style-Extended
 
Last edited by a moderator:

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
This doesn't show the UIDs like your last extended theme does it?
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Hey, @B1uscr34m , i have a suggestion, you should do the "location" show up only in specific users (don't mean hide it for some people) but hide it when the connection is from localhost as that times is shows just the raw country code!
Maybe do the line like that?
Code:
%%?CLIENT_COUNTRY_TOOLTIP%%
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
This doesn't show the UIDs like your last extended theme does it?
In your case you can just edit the clientinfo.tpl file in the styles folder and add the following lines:
Code:
<tr>
    <td class="label">Unique ID:</td>
    <td>%%CLIENT_UNIQUE_ID%%</td>
</tr>
 

Kleberstoff

Knowledge Seeker
VIP
Joined
Dec 29, 2015
Messages
308
Reaction score
214
Points
158
In your case you can just edit the clientinfo.tpl file in the styles folder and add the following lines:
Code:
<tr>
    <td class="label">Unique ID:</td>
    <td>%%CLIENT_UNIQUE_ID%%</td>
</tr>

That works in 9/10 cases. You may also refer to my thread for making your own extended skin. :p
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Calm guys, i made a plenty of additions today will push them later (Didn't expect such a big need for this xD)
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Calm guys, i made a plenty of additions today will push them later (Didn't expect such a big need for this xD)
well...i don't use skins ;) just said a suggestion...
 
Top