Okay, i find the problem ... the problem is in the symbol "?" in XML file on line 230 and 234.
Code:
$template_hook['navbar_quick_links_menu_pos1'] .= '<!-- '.$vbphrase['banned_members_log'].' '.$bml_version.'. ? Mosh Shigdar 2008 - 2009 --><tr><td class="vbmenu_option"><a href="'.$vbulletin->options['bburl'].'/ban_log.php?'.$session['sessionurl'].'">'.$vbphrase['banned_members_link'].'</a></td></tr><!-- end of Banned Members Log -->';
Exactly here:
? Mosh Shigdar 2008 - 2009
The plugin import system just don't go thru this and does NOT import the whole code.
After i deleted the
? symbol 230 and 234 in XML file and imported the plugin again, everything is fine.
Now all works fine and i'm so happy. Thanks again for great hack
Holy