[Release] DarkenTS Extended

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
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
Nov 2, 2015
997
728
161
This doesn't show the UIDs like your last extended theme does it?
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
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
Mar 31, 2016
2,570
12
2,857
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
Dec 29, 2015
308
214
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
May 8, 2015
967
934
211
Calm guys, i made a plenty of additions today will push them later (Didn't expect such a big need for this xD)
 
Top