MyBB Community Forums

Full Version: how would i do this please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It looks like this ( both sites use mybb sidebox )

[Image: mysite.png]

I what it to look like this

[Image: whatiwant.png]
bump*
You just have to move the forum stats outside of the sidebox's div (or whatever the boxes are grouped in).

Reply back with your index template's code if you don't know how.
I do not know how
Okay, then follow these steps:

Admin CP > Templates & Style > Templates > Your template set > Index Templates > index

And copy & paste its content.
<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}
{$forums}
<br />
{$boardstats}

<dl class="forum_legend smalltext" style="float:right">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
{$footer}
</body>
</html>
Are you using the mybbcentral plugin for the siddeboxes? If so, I believe you'll have to edit the plugin file.
He's using Nayar's.

I had a go at it but I'm not sure how to do it now. I even looked in the plugin file but it didn't help much.