uh, didn't notice new posts, vb.org sent me no mail
Anyway sorry for the delayed replies:
Quote:
Originally Posted by Olli2k
Hey there,
is it possible to display this mod only for selected usergroups?
The conditions for my page would be <vb:if condition="is_member_of($bbuserinfo, 5,6,7,11,12)">, but i downt knwo where to modify the code. My trys always ended in several php error messages.
|
You can edit the template "forumhome/tsviewer" and put this info in the first line. Or replace the template's code with this one:
PHP Code:
<!-- TSxViewer -->
<vb:if condition="is_member_of($bbuserinfo, 5,6,7,11,12)">
<div id="ts_viewer" class="wgo_subblock collapse">
<h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="TSxViewer" />{vb:raw phrase_tsx_currentuser}</h3>
<div>
{vb:raw tsxview_output}
</div>
</div>
</vb:if>
<!-- /TSxViewer -->
(not tested, but should work)
Quote:
Originally Posted by Kaosvf
Sorry, can i show only a specific channel??
|
Currently not without changing the code files on your own. This feature will be supported in the next major update.
Quote:
Originally Posted by GS18DVD
i now have got it installed but it always shows that on the teamspeak 3 server is no user, also if there is someone on it.
how can that be? can you/someone help me please.
thanks.
|
It is most likely, that you used the wrong server ID (Teamspeak 3) or used the wrong server port (TS2).
If your TS server is hosted by a provider, ask him what your serverID is (TS3) or which query port you should use (TS2)
If the problem persists, you can PM me your TS data and I can take a look.