04-17-2018, 06:08 PM
(04-17-2018, 05:52 PM)WallBB Wrote:(04-17-2018, 03:14 AM)vonmhel1995 Wrote: ..Can you also share the content of index_whosonline and index_stats ?
Index_whosonline
Code:
<tr>
<td colspan="2" class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1" align="center" valign="center" width="2%"><i style="font-size: 24px;" class="fas fa-globe"></i></td>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span><br/>
<span style="color: red ;"><em>Administrator</em></span> - <span style="color: #7CFC00;">Super Mod</span> - <span style="color: yellow;">Moderator</span> - Registered - <span style="color: blue;">Banned</span>
</td>
</tr>
index_stats
Code:
<tr><td colspan="2" class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr>
<tr>
<td class="trow1" align="center" valign="center" width="2%"><i style="font-size: 24px;" class="fas fa-bar-chart"></i></td>
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
</span>
</td>
</tr>