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
Thanks Now Works Like Charm

[Image: ScreenShot008.png]
LOL i noticed another problem when scroll down screw up all my footer
How to fix it
Again post the index
this index template two post above but i revert it to original
(2011-10-31, 02:29 PM)sunjava1 Wrote: [ -> ]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>


This will work fine, If you haven't change any code in plugin.
no its not works same thing in footer page
Now post the index_template and remain the plugin activated for a while, until I check the issue
which template original or yours
Have you recently installed this plugin >> http://mods.mybb.com/view/top-x-stats ? or it is on your forum before update
(2011-10-31, 06:34 PM)sunjava1 Wrote: [ -> ]Have you recently installed this plugin >> http://mods.mybb.com/view/top-x-stats ? or it is on your forum before update
i use top-x-stats
before the update and your plugin works like charm before i update to 1.6.4
Make sure, you haven't added any new plugin after update. and then activate the plugin, and post the index template again.
Pages: 1 2 3 4 5 6 7