Quote:
Originally Posted by dmorales
It didn't work for me. here is what i have....
Code:
global $vbulletin;
require_once(DIR . '/includes/garage_func_var.php');
if ($vbulletin->options['garage_pb_onoff'] && ((THIS_SCRIPT == 'showpost') || (THIS_SCRIPT == 'showthread')) && unhtmlspecialchars($post[field43]))
{
if ($vbulletin->options['legacypostbit'] == 1)
{
$template_hook['postbit_userinfo_right'] .= unhtmlspecialchars($post[field43]);
} else {
$template_hook['postbit_userinfo_left'] .= unhtmlspecialchars($post[field43]);
}
}
|
I would need a temp admin account to check it out. That's what I have on my dev site and it's working for me.