Quote:
Originally Posted by istvan
is it possible somehow to let people login with their current name they are logged into the forums? think its the think SkyCatcher is talkin about but where to add it 
|
Open FORUMHOME > forumhome_tslive template
find:
Code:
<a href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]">$ts2live_output[playerlist]</a>
Replace with:
Code:
<a href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]?nickname=$bbuserinfo[username]">$ts2live_output[playerlist]</a>