Results 16 to 30 of 32
Thread: Customized Default Theme
-
20-07-2012, 10:16 #16
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
-
20-07-2012, 13:46 #17
-= TeamSpeak Lover =-
- Join Date
- May 2007
- Location
- Alabama
- Posts
- 51
Would be awesome to see DB ID and first connection date without having to download an addon just to get it to work. Perhaps, a checkbox within the design page that will turn on/off those features.
-
20-07-2012, 14:04 #18
Too many up and left scroll buttons, one on both sides of the scroll bars.
-
20-07-2012, 14:06 #19
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
-
20-07-2012, 19:21 #20
-= TeamSpeak Addict =-
- Join Date
- Jun 2012
- Location
- Portugal
- Posts
- 147
The theme is great but I do also prefer the older size :P
As said maybe an option to choose avatar size.
-
27-07-2012, 12:29 #21
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
Sweet...Good job guys

Looks fine as it is right now, cleaner and more modern. The only thing im missing is the client DB IDs to be available right away. It could be added like this "Unique ID:xJXrjHTFGoRTKdDDVlRiLl9In5s= (DB ID)", to save the extra line...
Also, in the channel info, why not put together both Audio Codec and Audio Quality, just like in the new audio settings: "Audio: 32kHz, Quality 10, Delay 20ms"
Just my 2 cents
-
29-07-2012, 14:09 #22
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
Good suggestions.
I'm currently waiting for the devs to implement a few more features into the infoframe template stuff. When that's done, I'll see what I can do to further improve the themes.
Btw... Version 2.5 is ready to download, but it requires a client version 3.0.8.1 or newer.
Last edited by ScP; 30-07-2012 at 16:12.
-
30-07-2012, 19:34 #23
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 431
Probably a bit late into the discussion, but I don't like the stripes myself, preferring a clean white background
Edit: Read about animations, but not seeing any on my client, where should I be looking?
-
30-07-2012, 21:37 #24
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
You should notice animations while expanding and collasping branches in treeviews. It's the default Qt transition effect... so nothing special.
I've been told that there are currently some animation problems on Linux clients. I'll update the theme tomorrow and disable animations on Linux until I've identified the issue (Qt or TS3 bug).
-
01-08-2012, 03:18 #25
parseing error?
Well, according to the instructions in the themes ...
so if I had three lines of codes as follows:The replaceable variables are embedded in "%%" like %%CHANNEL_NAME%%. At this time you can also use %%?CHANNEL_NAME%% (note the questionmark), which is a tiny "if"- query. Use it, to remove the whole line, if a variable is empty or just "0".
I should be able to comment out the channel icon if a customized icon is set (since <!--<img src="iconpath:16x16_channel_green.png" height=32 width=32 alt=""><!--%%?CHANNEL_ICON%%--> count as one comment)<!--%%?CHANNEL_ICON%%--><img src="%%?CHANNEL_ICON%%" height=32 width=32 alt=""><!--
<img src="iconpath:16x16_channel_green.png" height=32 width=32 alt="">
<!--%%?CHANNEL_ICON%%-->
But instead, the channel icon was hidden the whole time even if no icon was set.
*Edit: how do you bring up the tool tip? I placed my mouse over the pane for serveral minutes and nothing shows upLast edited by willy_sunny; 01-08-2012 at 04:06.
-
12-10-2012, 14:34 #26
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
Just updated an updated theme.
-
05-11-2012, 19:19 #27
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- El Prat de Llobregat (Barcelona, Spain)
- Posts
- 1,293
Really good. Almost is the solution for the normal and extended styles, all in one.
Now, we are translating the TPL files. Then, issue with the icon path to the media files.
For example, in serverinfo.tpl:
<img src="styles:/default_custom/media/%%SERVER_PLATFORM%%.png" alt="" />
In the Addons page it's hard to offer a translation pack (*_es.qm and *_es.tpl files) due to the "fixed path" indicated by styles:/default_custom/media/ --> final user must to copy the tpls files to his style and then edit them or he is forced to use "default_custom".
Alternatives:
No Icons --> The icons look really good, it's a pity to lose them.
With Icons --> Then I "create" a subdirectory to place them --> styles:/media_es/ --> It's a mess.
Any possibility for "by-pass" this?
a) Maybe a known subdirectory (with its variable) and icons included with the client package
b) Maybe a variable for the current style --> current_style:/media
c) Maybe a %%var%% for the current style --> %%CURRENT_STYLE%% --> styles:/%%CURRENT_STYLE%%/media/%%SERVER_PLATFORM%%.png
d) Other...
Note added:
case e) --> To include "default_customer" (or other name) as part of the client and then the reference
<img src="styles:/default_custom/media/%%SERVER_PLATFORM%%.png" alt="" />
will work.
Last edited by PotaBlava; 05-11-2012 at 20:43. Reason: Note added, with option e)
-
06-11-2012, 07:11 #28
-= TeamSpeak Team=-
- Join Date
- Sep 2012
- Posts
- 3,114
out of curiosity: why would you want to duplicate the images already present? Why not just use the same icon path and just translate the text that is actually displayed?
I don't think the images contain any text that would need to be translated...
-
06-11-2012, 07:33 #29
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- El Prat de Llobregat (Barcelona, Spain)
- Posts
- 1,293
Ok.
If the user have installed this add-on
http://addons.teamspeak.com/director...ult-Theme.html
no problem
but if he hasn't, then the icons are not present.
If icons were supplied with the client... no problem, that's case a)
Case e) would be great, I like "default_customer" style.
-
06-11-2012, 08:07 #30
-= TeamSpeak Team=-
- Join Date
- Sep 2012
- Posts
- 3,114
Example structure in the ts3_style file:
You won't have to change the image paths, and you won't produce duplicate images on disk.Code:package.ini |styles |-default_custom/media/ ||- (all the icons from the original) |-default_custom_es ||- (All your translated tpl files)
Should work in theory...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Customized Badges
By Bigshotking in forum ToolsReplies: 1Last Post: 27-09-2010, 07:25 -
Client Theme Default
By horsementech in forum General QuestionsReplies: 1Last Post: 28-08-2010, 16:32 -
Ace theme
By TheCapulet in forum SkinsReplies: 2Last Post: 10-01-2010, 01:01 -
theme
By bradgyton in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 31-07-2006, 14:00 -
Wie bekomme ich einen DEFAULT-Channel gelöscht oder default abgestellt?
By Hithicer in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 23-04-2004, 23:20



Reply With Quote



