Forum Moderators: coopster

Message Too Old, No Replies

PhpBB Template Problem

Trying to install mod

         

Jeigh

11:45 pm on Mar 23, 2007 (gmt 0)

10+ Year Member



I'm currently installing a Mod on a phpBB forum and am trying to do this step in index_body.tpl

The instruction is:

#
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {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} &nbsp; {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]

dreamcatcher

9:53 am on Mar 24, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Jeigh,

Have you thought about posting on the phpBB forum? The guys there would have better knowledge of the code and the different versions.

dc