Quote:
Originally Posted by DivinoZarathos
OK everything seems to be fixed. Many, many thanks for your support!
Only one problem left: I saw in yout screen there is a "Details..." link, but in my site this is now showing up...
|
It's my custom template for my community site. The screenshot should show you how you can customize it by yourself
That's my template: (tsviewer_viewerbit)
Code:
<div id="ts_viewer" class="wgo_subblock section tsx_type_{vb:raw server.type} tsx_status_{vb:raw server.status}">
<h3 class="blocksubhead">{vb:raw server.indicator} <span class="ts_servername">{vb:raw server.icon} {vb:raw server.name}</span> {vb:phrase phrase_tsx_currentuser, {vb:raw server.usercount}}</h3>
<div>
<vb:if condition="$server[status]==1">
<vb:comment> status(1) == online, status(2) == offline, status(3) == inactive </vb:comment>
<vb:if condition="$server[usercount] > 0">
{vb:raw server.userlist}
<vb:else />
{vb:phrase tsx_nouser}
</vb:if>
<br /><span class="tsxview_joinlink" style="position: relative; top: 4px">
<a href="{vb:raw server.joinurl}"><i>{vb:phrase tsx_joints}</i></a> | <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=####" target="_blank"><i>Details...</i></a>
</span>
<vb:else />
{vb:phrase tsx_serveroffline}
</vb:if>
</div>
</div>
Replace "####" with the tsviewer.com id of your teamspeak server.