The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Visitor Message Default Profile Tab Issue
Okay, so I have used a couple of different methods with this in the Plugin Manager. Both codes work on most profiles, but there always seem to be some members that experience their profile tabs being Mentions, Quotes, and others for example when I have these plugins active.
First plugin code is Code:
if (!$vbulletin->GPC_exists['tab']) { $vbulletin->GPC['tab'] = 'visitor_messaging'; } and Code:
if (!$selected_tab) { $selected_tab = 'visitor_messaging'; } I have tried both at the same time and one at a time, but there always seems to be an issue of it not working on all profiles. Any help is much appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|