On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
Go Dark Theme - Latest Posts Issue
#7
I believe this is the same plugin that is linked in this tutorial
https://wallbb.co.uk/forums/showthread.php?tid=9

Download this plugin again, install it and activate

replace your index template with 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 id="home">
{$header}
<div class="forums">
{$forums}
</div>
<div class="sidebar">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><a href="{$mybb->settings['bburl']}/online.php" alt="Online users now" title="Online users now"><i class="fa fa-globe"></i></a> Currently Active Users</td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
</table>
<br/>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><i class="fa fa-pie-chart"></i> Our Forum Statistics</td>
</tr>
<tr>
<td class="trow1">
<span class="stats_right">
<i class="fa fa-file" aria-hidden="true"></i> Total Threads <strong>{$stats['numthreads']}</strong><br/>
<i class="fa fa-comments" aria-hidden="true"></i> Total Posts<strong>{$stats['numposts']}</strong><br/>
<i class="fa fa-users" aria-hidden="true"></i> Total Members<strong>{$stats['numusers']}</strong><br/>
<i class="fa fa-user-circle" aria-hidden="true"></i> Newest Member<strong>{$newestmember}</strong>
</span>
</td>
</tr>
</table>
<br/>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><i class="fa fa-bar-chart"></i> Advertise with Us</div
</td>
</tr>
<tr>
<td align="center" class="trow2">
Please add a banner in this area
</td>
</tr>
</table>
<br />
{$sidebar}
    
</div>
<br class="clear" />
{$footer}
</body>
</html>

This will work.


Messages In This Thread
Go Dark Theme - Latest Posts Issue - by Serpius - 12-14-2018, 12:01 PM
RE: Go Dark Theme - Latest Posts Issue - by WallBB - 12-16-2018, 07:39 AM



Users browsing this thread: 1 Guest(s)