PDA

View Full Version : Default Profile Tab


123LearnToTrade
04-14-2010, 12:41 PM
Hey guys,
Tried searching for this but was unsuccessful. How can I change the default tab on a member profile in 4.0? For example, the default is to show the visitor message tab when you go to someone's profile, how can I change the default to be the "about me" tab?

Thanks!

Lynne
04-14-2010, 01:16 PM
I think you can just write a plugin.

hook location - member_build_blocks_start
if (!$vbulletin->GPC['tab']) $vbulletin->GPC['tab'] = 'aboutme';