Go into your Admin Cp>>Templates and Style>>Templates>>**Theme**>>Index Template>>index_boardstats.
Find:
<td class="thead">
Replace with:
<td class="thead" colspan="2">
Find:
<td class="tfoot" style="text-align: right">
Replace with:
<td class="tfoot" style="text-align: right" colspan="2">
Save and return to listing.
Open up index_whosonline.
Find:
<td class="tcat">
Replace with:
<td class="tcat" colspan="2">
Find:
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
Replace with:
<td class="trow2" width="10%"><span class="smalltext">Text or image here.</span></td>
<td class="trow1" width="90%"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
Save and return to listing.
Open up index_stats.
Find:
<td class="tcat">
Replace with:
<td class="tcat" colspan="2">
Find:
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
Replace with:
<td class="trow2" colspan=1" width="10%"><span class="smalltext">Text or image here.</span></td>
<td class="trow1" colspan="1" width="90%"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
Save and return to listing.