After creating a custom page, which works fine i would like to know whos "viewing it"
Im assuming the "whos currently viewing this thread" box would do the trick if i can add it to page if possible.
I have tried the following but to no avail
PHP Code:
<div id="thread_info" class="thread_info block">
<vb:if condition="$show['activeusers']">
<h4 class="threadinfohead blockhead">Currently In The Match Live Stream Area</h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
<div class="inner_block">
<h5>Currently In The Match Live Stream Area</h5>
<div>
<p>{vb:rawphrase users_currently_browsing_x_y_z, {vb:raw totalonline}, {vb:raw numberregistered}, {vb:raw numberguest}}</p>
<ol class="commalist">
{vb:raw activeusers}
</ol>
</div>
</div>
</div>
</vb:if>
You can see the page ,............
http://www.tabletennistalk.co.uk/forum/ttt-stream.php
username: msn
password: pass123
any help would be appreciated on this