I installed the mod properly, got no error while installation, but it's not showing any text or anything in the "Who Was Here" box. It's being shown as blank.
Please help me.
The code that I inserted in the index_body.html is :
- Code: Select all
<!-- IF WHO_WAS_HERE_TOTAL -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<div class="cap-div"><div class="cap-left"><div class="cap-right"><h4>Who Was Here</h4> </div></div></div>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="genmed">{WHO_WAS_HERE_TOTAL} ({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br />{WHO_WAS_HERE_LIST}</span></td>
</tr>
</table>
<!-- ELSEIF U_ACP -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<div class="cap-div"><div class="cap-left"><div class="cap-right"><h4>Who Was Here</h4> </div></div></div>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="genmed">{WWH_UPDATE_NEED}</span></td>
</tr>
</table>
<!-- ENDIF -->


