Thread Rating:
  • 4 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Released Sidebar mybb
#41
(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
Reply
#42
You sure you've disable it before upgrading? and Didn't do any changes in your templates?
Give your forum url
www.vubscs.com ( A new way of Mybb)
Reply
#43
(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
Reply
#44
(2011-10-31, 01:50 PM)sunjava1 Wrote: Give your forum url

www.vubscs.com ( A new way of Mybb)
Reply
#45
(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
Reply
#46
Let me look at it
www.vubscs.com ( A new way of Mybb)
Reply
#47
plugin is activated and you can see triple boxes
Reply
#48
Post your index template here
www.vubscs.com ( A new way of Mybb)
Reply
#49
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>
Reply
#50
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>

www.vubscs.com ( A new way of Mybb)
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)