Quote:
Originally Posted by tbworld
Post or PM me your code for the tabs plugin.
|
thought i'd post it incase anyone else needed it
Code:
if (!$vbulletin->GPC_exists['tab'])
{
$vbulletin->GPC['tab'] = 'visitor_messaging';
}
i added visitor messaging as my default now. To add a different one, (for the courtesy of anyone reading) go to your profile page and right click on the tab you want to default.
Select 'copy link address' and paste it into a new browser address bar. The last word after the '#' on that address is what you want to copy and paste where the red lettering is in the above code.
--------------- Added [DATE]1403435476[/DATE] at [TIME]1403435476[/TIME] ---------------
Just found how to rearrange the standard tabs
go to templates and open MEMBERINFO. Right at the bottom of the code are the tab codes. you can just rearrange the order of the code.
Still need to work out how to put the custom tabs in the middle of the standard ones.
i now have this
Which looks much cleaner.
Want to get it to go My Wall, Blog, My Media, Friends, Quotes, Mentions, About Me