Stoker wrote:Last registered users and last visited bots has absolutely nothing to do with the Who was here mod.
There might be an error in the included ca_black files: https://www.ultimateeditionoz.com/forum ... _body.html
You need the add the blocks there. Just copy them from the prosilver file.


Code: Select all
<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<!-- IF S_TSMVT_ENABLE -->
<td valign="top"<!-- IF S_TSMRT_ENABLE --> style="padding-right:2px; width:50%"<!-- ENDIF -->>
<div class="forabg">
{$CA_BLOCK_START}
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt style="width:98%;">{TSMVT_NUMBER} {L_MOST_VIEWED}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN most_viewed -->
<li class="row">
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_viewed.U_FIRST_TOPIC}">{most_viewed.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_VIEWS}: {most_viewed.TOPIC_VIEWS}</span>
<br class="clear" />
<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_viewed.TOPIC_FIRST_POSTER_COLOUR};" href="{most_viewed.USERNAME_FIRST}">{most_viewed.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_viewed.TOPIC_TIME}</span>
</dt>
</dl>
</li>
<!-- END most_viewed -->
</ul>
<span class="corners-bottom"><span></span></span></div>
{$CA_BLOCK_END}
</div>
</td>
<!-- ENDIF -->
<!-- IF S_TSMRT_ENABLE -->
<td valign="top"<!-- IF S_TSMVT_ENABLE --> style="padding-left:2px; width:50%"<!-- ENDIF -->>
<div class="forabg">
{$CA_BLOCK_START}
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt style="width:98%;">{TSMRT_NUMBER} {L_MOST_REPLIED}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN most_replied -->
<li class="row">
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_replied.U_FIRST_TOPIC}">{most_replied.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_REPLIES}: {most_replied.TOPIC_REPLIES}</span>
<br class="clear" />
<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_replied.TOPIC_FIRST_POSTER_COLOUR};" href="{most_replied.USERNAME_FIRST}">{most_replied.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_replied.TOPIC_TIME}</span>
</dt>
</dl>
</li>
<!-- END most_replied -->
</ul>
<span class="corners-bottom"><span></span></span></div>
{$CA_BLOCK_END}
</div>
</td>
<!-- ENDIF -->
</tr>
</table>
<!-- ENDIF -->
<!-- IF S_TSMAU_ENABLE or S_TSMAF_ENABLE -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<!-- IF S_TSMAU_ENABLE -->
<td valign="top"<!-- IF S_TSMAF_ENABLE --> style="padding-right:2px; width:50%"<!-- ENDIF -->>
<div class="forabg">
{$CA_BLOCK_START}
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt style="width:98%;">{TSMAU_NUMBER} {L_MOST_ACTIVE_USERS}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN most_active_users -->
<li class="row">
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold; color: #{most_active_users.USER_COLOUR};" href="{most_active_users.USER_ID}">{most_active_users.USERNAME}</a></span>
<span style="float:right; font-size:1.1em;">{L_POSTS}: <a href="{most_active_users.USER_POST_SEARCH}">{most_active_users.USER_POSTS}</a></span>
</dt>
</dl>
</li>
<!-- END most_active_users -->
</ul>
<span class="corners-bottom"><span></span></span></div>
{$CA_BLOCK_END}
</div>
</td>
<!-- ENDIF -->
<!-- IF S_TSMAF_ENABLE -->
<td valign="top"<!-- IF S_TSMAU_ENABLE --> style="padding-left:2px; width:50%"<!-- ENDIF -->>
<div class="forabg">
{$CA_BLOCK_START}
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt style="width:98%;">{TSMAF_NUMBER} {L_MOST_ACTIVE_FORUMS}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN most_active_forums -->
<li class="row">
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold;" href="{most_active_forums.FORUM_URL}">{most_active_forums.FORUM_NAME}</a></span>
<span style="float:right; font-size:1.1em;">{L_POSTS}: {most_active_forums.FORUM_POSTS}</span>
</dt>
</dl>
</li>
<!-- END most_active_forums -->
</ul>
<span class="corners-bottom"><span></span></span></div>
{$CA_BLOCK_END}
</div>
</td>
<!-- ENDIF -->
</tr>
</table>
<!-- ENDIF -->