Nice product, but I had a problem. It doubles all Links witch are insertet at the "template_hook['navbar_end']".
Solved problem with complete change of the "Newsletter Navbar" Plugin to:
PHP Code:
if ($vbulletin->userinfo['permissions']['micronewsletter'] AND $vbulletin->bf_ugp['micronewsletter']['moderate'])
{
$template_hook['navbar_end'] .= '<a href="newsletter.php">'.$vbphrase['micronewsletter_menu'].'</a>';
}
And i noticed, that in the "Location" plugin is hardcoded language.