vitalix, внизу инструкции есть код для шаблонов
В том то и вопрос, что код прописан а вывода нет.
templates/admin/index.tpl
<!-- BEGIN reg_user_row -->
<tr class="{reg_user_row.ROW_CLASS}">
<td class="bold" nowrap="nowrap">{reg_user_row.USER}</td>
<td align="center" nowrap="nowrap">{reg_user_row.STARTED}-{reg_user_row.LASTUPDATE}</td>
<td class="tCenter"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_blank">{reg_user_row.IP_ADDRESS}</a></td>
</tr>
<!-- END reg_user_row -->
<tr>
<td colspan="3" class="row3"><img src="{SPACER}" width="1" height="1" alt="."></td>
</tr>
<!-- BEGIN guest_user_row -->
<tr class="{guest_user_row.ROW_CLASS}">
<td nowrap="nowrap">{L_GUEST}</td>
<td align="center">{guest_user_row.STARTED}-{guest_user_row.LASTUPDATE}</td>
<td class="tCenter"><a href="{guest_user_row.U_WHOIS_IP}" target="_blank">{guest_user_row.IP_ADDRESS}</a></td>
</tr>
<!-- END guest_user_row -->
<!-- BEGIN bots -->
<tr class="row1">
<td style="color:#B8860B;"><b>{bots.bot_name}</b></td>
<td class="tCenter">{bots.bb_visit}</td>
<td class="tCenter" style="color:red;">I'm a bot, I have no IP</td>
</tr>
<!-- END bots -->
</table>
<!-- ELSE -->
<a href="{USERS_ONLINE_HREF}#online">{L_SHOW_ONLINE_USERLIST}</a>
<!-- ENDIF -->
templates/default/viewonline.tpl
<!-- BEGIN guest_user_row -->
<tr class="{guest_user_row.ROW_CLASS}">
<td>{guest_user_row.USER}</td>
<td class="tCenter">{guest_user_row.LASTUPDATE}</td>
<!-- IF IS_ADMIN --><td class="tCenter"><a href="{guest_user_row.U_WHOIS_IP}" class="gen" target="_blank">{guest_user_row.USERIP}</a></td><!-- ENDIF -->
</tr>
<!-- END guest_user_row -->
<!-- BEGIN bots -->
<tr class="row1">
<td style="color:#B8860B;"><b>{bots.bot_name}</b></td>
<td class="tCenter">{bots.bb_visit}</td>
<!-- IF IS_ADMIN --><td class="tCenter" style="color:red;">I'm a bot, I have no IP</td><!-- ENDIF -->
</tr>
<!-- END bots -->
