REMOVE everything after
- Code: Select all
<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
</fieldset>
</form>
<!-- ENDIF -->
REPLACE WITH
- Code: Select all
<!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="forabg" style="margin-top: 20px;">
<div class="inner"><span class="corners-top"><span> </span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<!-- IF U_VIEWONLINE --><dt><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></dt><!-- ELSE --><dt>{L_WHO_IS_ONLINE}</dt><!-- ENDIF -->
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<dl style="background-repeat: no-repeat;">
<dd style="border: none;">
<ul>
<li style="padding-left: 10px; font-size: 1.1em;">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></li>
</ul>
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span> </span></span></div>
</div>
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<div class="forabg" style="margin-top: 10px;">
<div class="inner"><span class="corners-top"><span> </span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_BIRTHDAYS}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<dl style="background-repeat: no-repeat;">
<dd style="border: none;">
<ul>
<li style="padding-left: 10px;"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></li>
</ul>
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span> </span></span></div>
</div>
<!-- ENDIF -->
<!-- IF NEWEST_USER -->
<div class="forabg" style="margin-top: 10px;">
<div class="inner"><span class="corners-top"><span> </span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_STATISTICS}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<dl style="background-repeat: no-repeat;">
<dd style="border: none;">
<ul>
<li style="padding-left: 10px;">{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</li>
</ul>
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span> </span></span></div>
</div>
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->
