Quote:
Originally Posted by BirdOPrey5
This still works n 4.2 by the way.
Anyone looking for a way to put Visitor Messages back as the default instead of the Activity Stream use this code:
Code:
if (!$vbulletin->GPC_exists['tab'])
{
$vbulletin->GPC['tab'] = 'visitor_messaging';
}
On the same hook (member_build_blocks_start).
|
How do I add this?
Do I do it in the memberinfo template?