Quote:
Originally Posted by HolyKiller
2 Mosh: Yes, after disabling Banned Members Log (3) the indexpage loads correctly.
|
I suspected that. But there is not actually a parse error, it is something to do with your installation, but I don't know what is causing it.
All that plugin does is to add a link to the navbar or quick links menu on the navbar. So, all you need to do, is leave that plugin disabled and if you want to add the link manually added to the
navbar template, paste the following where you want the link to display:
HTML Code:
<!-- $vbphrase[banned_members_log] v3.8.002 ? Mosh Shigdar 2008 - 2009 --><td class="vbmenu_control"><a href="$vbulletin->options[bburl]/ban_log.php?$session[sessionurl]">$vbphrase[banned_members_link]</a></td><!-- end of Banned Members Log -->