Forum Moderators: coopster
The instruction is:
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{GROUP_LEGEND}</span></td>
</tr>
<!-- SIMPLE COLORED USERGROUPS MOD END START -->
But I have a different template and all I can find is this:
<tr>
<td style="border-top: 1px solid #181B16" colspan="2" bgcolor="#36383F" align="left"><span class="gensmall"><b>{TOTAL_USERS_ONLINE} {RECORD_USERS}</b></span></td>
</tr><tr>
<td colspan="2" bgcolor="#36383F" align="left"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
</tr>
How would I go about doing that instruction? Everything else worked in all the .tpl files except this one.
Also, another quick question if anyone knows what to do with an [INCREMENT] instruction would you be able to tell me what that means, I've never come across that before :)
I'm not sure if this belongs in this Forum, but since this is going together with Php I thought I should post here, could a mod please move this if it is in the wrong spot.
Thanks in advance! :D
[edited by: eelixduppy at 12:17 am (utc) on Mar. 24, 2007]
[edit reason] removed specifics [/edit]