MyBB Community Forums

Full Version: Editing sidebar on custom theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My site:  http://www.ggtemple.com

As you can see I have paid for a premium theme.  They have a sidebar that says "Example Sidebar" with a picture, but I cannot find ANYWHERE where to edit the contents or title of this sidebar.  I feel like I have searched everywhere but cannot find it!!  Thanks!!  I would really love to delete the whole sidebar if possible but if that's not possible I can edit it and put something in there.
From what I can see it would be located inside of the "index" template inside "Index Templates".
This is all I see there:
<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 class="index">
{$header}
{$forums}
{$boardstats}
{$footer}
</body>
</html>

Found it in header!