
09-11-2010, 09:38 PM
|
|
|
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by buurman
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>
|
The code i also know. But it's not that simple. It needs to be hard coded
|