big icon ts3

Flynns82

Member
Joined
Jun 23, 2016
Messages
16
Reaction score
0
Points
36
hello to everyone,
A long time ago, i read a discussion on this forum: https://r4p3.net/threads/how-i-get-big-icon.485 and I tried to do it, initially without reason and worked perfectly, now, which I really need, when i loads, appear as 16x16 icons (though its actually 310x16), you see a squashed square .. how can i do to get the long line as before?
version:
server: 3.0.13.6
client: 3.1.6
yatqa: 3.8

Thanks so much for yours help!!
 

Najsr

Moderator
TeamSpeak Developer
Joined
Apr 23, 2016
Messages
483
Reaction score
249
Points
167
Hi,
it used to work on older ts versions (up to 3.0.19.4) but I think since first release of 3.1 it has been fixed.
 

Flynns82

Member
Joined
Jun 23, 2016
Messages
16
Reaction score
0
Points
36
ah okok, uff :c another little question, is possible to set an icon but only show in the right window and not next to the name?
 

Najsr

Moderator
TeamSpeak Developer
Joined
Apr 23, 2016
Messages
483
Reaction score
249
Points
167
If you remove name of the icon in database then it should be possible
 

Flynns82

Member
Joined
Jun 23, 2016
Messages
16
Reaction score
0
Points
36
could you explain it better please?
 

Najsr

Moderator
TeamSpeak Developer
Joined
Apr 23, 2016
Messages
483
Reaction score
249
Points
167
You can edit 'ts3server.sqlitedb' in any SQLite DB browser and search for a table that contains server groups. After you find the desired one, delete it's name (set it to empty string) then save it and restart server.
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
ah okok, uff :c another little question, is possible to set an icon but only show in the right window and not next to the name?
Change the i_group_show_name_in_tree permission to 0
 

Flynns82

Member
Joined
Jun 23, 2016
Messages
16
Reaction score
0
Points
36
You can edit 'ts3server.sqlitedb' in any SQLite DB browser and search for a table that contains server groups. After you find the desired one, delete it's name (set it to empty string) then save it and restart server.
that's works :3 thanks so much!!

Change the i_group_show_name_in_tree permission to 0
this permission regards only the name, not the icon, i think o.O anyway thanks :3
 
Top