AscendancyGaming
Member
We've set up a sidebar addon a while ago that allows people to see who is online on our Mumble (voice chat) server. Recently we decided it would be better to make that only visible to members of our site, rather than to everyone by default.
I was able to find on the site here that if I add the following code (in red, the rest is what we used previously), it should make the viewer only viewable to usergroup 8 (our members usergroup):
The problem I'm seeing now is that no matter who logs in, no one can see the addon at all. Did I miss something? Is there another step needed along the way? Removing the recently added code takes it right back to being visible to everyone again.
Any thoughts or suggestions on this would be greatly appreciated.
I was able to find on the site here that if I add the following code (in red, the rest is what we used previously), it should make the viewer only viewable to usergroup 8 (our members usergroup):
<xen:if is="{xen:helper ismemberof, $visitor, 8}">
<div class="section">
<div class="secondaryContent">
<div class="visitorText">
<h3>Online: Mumble</h3>
<div class="stats">
<iframe height="350" src="http://guildascendancy.com/misc_html/Mumble.html" frameBorder="0" scrolling="AUTO"></iframe>
</div>
</div>
</div>
</div>
</xen:if>
The problem I'm seeing now is that no matter who logs in, no one can see the addon at all. Did I miss something? Is there another step needed along the way? Removing the recently added code takes it right back to being visible to everyone again.
Any thoughts or suggestions on this would be greatly appreciated.