Quote:
Originally Posted by pedroenf
Yes it was. That's a pity 
It would be great to make this work in VBA
|
Indeed it would, im using vb advanced CMPS on VB 4.0.6.
I have the CMS also, but disabled it, I think it aint that great...
This is the PHP code for the usersonline for the VB Advanced module: (maybe you can see what to change)
PHP Code:
<div class="blocksubhead">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</div>
<div class="blockrow vba_spacer">
<vb:if condition="$activeusers">
<ol class="commalist">{vb:raw activeusers}</ol>
<vb:else />
{vb:rawphrase no_x_online, {vb:rawphrase members}}
</vb:if>
</div>
<div class="blockrow">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div>