The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Default Profile Tab
I need help with plugin coding. I searched around on how to change the default profile tab to "About Me". I found help with that and changed the default tab successfully.
I used the code below to write the plugin. hook location - member_build_blocks_start PHP Code:
I then changed wording within the code so that it would make the blogs the default tab. PHP Code:
I have done this even though there are users who have 0 blogs. Since they have no blogs there is no tab to be displayed. It just shows a blank area in the profile. I would like to make it so that when a user does not have any blogs the profile automatically displays the "about me" tab. It seems like an easy task. Please help me with this. |
#2
|
||||
|
||||
Unfortunately, the blog uses the same hook location and it's info doesn't get processed until after that hook. So, you may need to actually modify the code in member.php to do what you want.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|