Quote:
Originally Posted by abramelin
bump, please help
|
in includes/functions_grps.php find (line 420):
PHP Code:
$vbulletin->options['bbtitle'],
and replace with:
PHP Code:
'>' . $vbulletin->options['bbtitle'],
now find (line 451):
PHP Code:
$vbulletin->options['hometitle'] . ' ' . $vbphrase['grps_groups'],
and replace with:
PHP Code:
'>' . $vbulletin->options['hometitle'] . ' ' . $vbphrase['grps_groups'],
now save and upload.
that's untested, but should work.