12-11-2017, 09:57 PM
Can you try this ?
Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<div class="forum" style="float: left;">{$serversboard}{$inferno_shoutbox}{$forums}{$boardstats}</div>
<div class="side" style="float: right; width: 22%; margin: auto;">
<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<tbody><tr>
<td style="font-weight: bold;" class="thead">
<i class="fa fa-shield"></i> Staff of the Month
</td>
</tr>
<tr>
<td class="trow2" style="padding:11px">
<a href="#">Staff of the Month, December: N/A</a>
</td>
</tr>
</tbody></table>
<table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<tbody><tr>
<td style="font-weight: bold;" class="thead">
<i class="fa fa-bar-chart-o"></i> Statistics
</td>
</tr>
<tr>
<td style="padding: 12px;" class="trow2">
<span style="float:left">Members :</span> <span style="float:right">{$stats['numusers']}</span>
</td>
</tr>
<tr>
<td style="padding: 12px;" class="trow2">
<span style="float:left">Posts :</span> <span style="float:right">{$stats['numposts']} </span>
</td>
</tr>
<tr>
<td style="padding: 12px;" class="trow2">
<span style="float:left">Threads :</span> <span style="float:right">{$stats['numthreads']}</span>
</td>
</tr>
<tr style="">
<td style="padding: 12px;" class="trow2">
<span style="float:left">Newest Member :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
</td>
</tr>
</tbody></table>
</div>
<div style="float: right; width: 22%; margin: auto;">
{$topStats['LastThreads']}
<iframe src="https://discordapp.com/widget?id=379277695311282176&theme=dark" width="330" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
<br class="clear" />
{$footer}
</body>
</html>