Yes I use utf8
but no problems at all except for Staff Application mod
maybe because you are not using phrases
see this is the parse_templates for Staff Application mod
PHP Code:
if ($vbulletin->options['usml_staffapp_enabled'] AND $vbulletin->options['usml_staffapp_autotemplate'])
{
$template_hook['navbar_community_menu_end'] .= '<li><a href="staff-application.php" title="Apply now to be a member of our staff!">Staff Application</a></li>';
}
if ($vbulletin->options['usml_staffapp_enabled'])
{
$vbphrase['powered_by_vbulletin'] .= '<div>Staff Application 1.4.0
you can see also the last line is not complete!