MyBB Community Forums

Full Version: More Options On The Sidebar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I go about adding 'Newest Threads' and a spot for adds?

My sidebar currently looks like this.
[Image: 0f8d3fb36700577ad09d7b00c1570a2f.png?1363566681]

My Index Template:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<meta name="description" content="Sneaker Forum is an upcoming shoe related forum. We are dedicated to providing the most high quality content and reviews on the internet.">
<meta name="keywords" content=" Sneakers, Air Jordan, Nike, adidas, Shoes, Magazine, Reebok, SB, Shoe Forum" />
{$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}{$announcement}






{$forums}
{$boardstats}
{$footer}
</body>
</html>