Log in

View Full Version : Changing the order of tabs


jacobskinner811
11-17-2010, 04:05 AM
So if you go to the profile page the tabs say visitor messages, friends, about me, blog... Is there anyway for me to change the order so that i would be able to get blogs to show up first over the visitor message?

--------------- Added 1289975739 at 1289975739 ---------------

we actually dont need to change the order as long as when we go to a persons profile the first thing that would pop up would be the blogs instead of the visitor message.... i dont know if that makes a difference

Lynne
11-17-2010, 02:00 PM
Just write a plugin similar to this (example is to show about me tab first thing).

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