MyBB Community Forums

Full Version: Released Sidebar mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
(2011-10-31, 01:45 PM)sunjava1 Wrote: [ -> ]Deactivate and reactive it

i do that but nothing and also uninstall it and install it again but same thing
before update plugin works like charm
You sure you've disable it before upgrading? and Didn't do any changes in your templates?
Give your forum url
(2011-10-31, 01:50 PM)sunjava1 Wrote: [ -> ]You sure you've disable it before upgrading? and Didn't do any changes in your templates?

like i said so before upgrade i deactivate all plugin and upgrade goes like charm when activate plugin again triple boxes shown on index
and all others plugin works like charm except this one
(2011-10-31, 01:50 PM)sunjava1 Wrote: [ -> ]Give your forum url

(2011-10-31, 01:56 PM)sunjava1 Wrote: [ -> ]
(2011-10-31, 01:50 PM)sunjava1 Wrote: [ -> ]Give your forum url

i send you PM with link to my forum
i try install again but same thing
Let me look at it
plugin is activated and you can see triple boxes
Post your index template here
there is

<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}
{$ps_header_index}
{$itph}
{$iadh}







<table width='100%'><tr><td valign='top'><table width='100%'><tr><td valign='top'>{$top5index}<table width='100%'><tr><td valign='top'>{$forums}</td>{$sidebarmybb}{$ps_footer_index}</td>{$sidebarmybb}</td>{$sidebarmybb}









{$iadf}
{$itpf}
{$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>
Replace with this:
<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}
{$ps_header_index}
{$itph}
{$iadh}


{$top5index}
<table width='100%'><tr><td valign='top'>{$forums}</td>{$sidebarmybb} 
{$ps_footer_index}


{$iadf}
{$itpf}
{$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>

Pages: 1 2 3 4 5 6 7