Maybe this can help other users. It is only a small addition to add the user nickname to the link to the ts-server. So now the user will have the same name in the channel he will be logged in using the ts2live link. Before this i always got the name "Guest1" f.e.
After this the URL will look like this:
teamspeak://11.111.111.111:8767/?channel=channelname?password=passwordforchannel?n ickname=usernameinvb
Just add the variable
Quote:
?nickname=$bbuserinfo[username]
|
in template "forumhome_tslive" to the link to the TS-Server. The line is near the bottom.
Code:
href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]?nickname=$bbuserinfo[username]
It seems that you will have problems if the users have special characters in their names (f.e. german characters: J?rg in VB will be changed to Jörg in TS-Server) but i don?t know to prevent this but Jörg is better than Guest1.

If anyone has a hint. Tell me.
Thanks
Joergh