Quote:
Originally Posted by PHP FAN
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!
|
??? It shows complete on my end....
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 ? 2011 by <a href="http://www.usmilitarylife.com/" title="US Military Life" target="_blank">U.S. Military Life</a></div>';
}