MyBB Community Forums

Full Version: An extra sidebar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add an extra sidebar through Nayar's plugin?

I have already used additional box 1 and 2, but I want a third.

And in the third, I want it so it updates the latest 5 entries to my blog...

forum:http://stretfordenders.net
blog: http://stretfordenders.net/blog/
It should move into the Plugin's support forum.

@OP, if you need to add additional sidebox, then you may easily do this via "index" template editing.
Moved, and if you want a Sidebox plugin that lets you add an infinite number of boxes, you can find it here:
http://www.skincitydesigns.com/bb/thread-274.html

Nayar's is free because it is so simple. Thats why you don't have much for options.
Sorry, ddn't realise it was in wrong place.

Where in the Index would I edit?


This is what my current index template is

Quote:<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}
{$boardstats}

<dl class="forum_legend smalltext">
<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']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_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>
<br style="clear: both" />
{$footer}
</body>
</html>

I can't register to your forum.

Can you just tell me what i edit in the templates to add one extra box?