View Full Version : Setting Visitor Messages tab as default
wally07
06-06-2012, 10:19 PM
Hello,
I just upgraded to vB4.2 and now have the "My Activity" tab set as default in user profiles. How do I change it back to "Visitor Messages" forum-wide without any user interaction?
Thanks in advance,
Wally
Lynne
06-06-2012, 10:43 PM
hook - member_complete
if (!$selected_tab)
{
$selected_tab = 'visitor_messaging';
}
wally07
06-06-2012, 11:56 PM
Thanks Lynne, but where do I enter that?
Lynne
06-07-2012, 12:20 AM
It's plugin code - Plugin System (https://www.vbulletin.com/docs/html/plugin_system)
wally07
06-07-2012, 01:06 AM
That worked. Thank you. :)
Edgespeeder06
06-28-2012, 02:40 PM
hi, how do I do this to get the about me section show up first and do I simply just create a plugin (not sure how) and added that way or can it be coded into a template page?
--------------- Added 1340898161 at 1340898161 ---------------
found it for anyone who needs it: https://vborg.vbsupport.ru/showpost.php?p=2338670&postcount=20
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.