![]() |
|
Article Options |
[How-to] Add more tabs to the vB 3.7 profile pages
by
![]() Rating:
![]() If you want to add more tabs to the vB 3.7 profile pages, assuming JavaScript is enabled, or more blocks if JavaScript is off, then this tutorial is for you. If you like to learn in a trial by fire sort of way, create a new template titled memberinfo_block_mymodification with the following content:
Add a new plugin to the member_build_blocks_start hook with the following PHP code:
Now visit your profile page to test it out. You should see a 'My Modification' tab that when clicked shows you the following text: Content to show in the tab. Exciting huh? Of course you need to add your own custom code for what to display, but this tutorial isn't about that, but rather to show you how to add tabs to the profile pages. If you want to learn a bit more of the details, first consider this part:
The $blocklist variable contains the default blocks. You merge to that another array where the key 'mymodification' references an array which sets a class to use, the title of the tab on the profile page, and the hook location. You can set whatever you want for title including the use of $vbphrase but in the example 'My Modification' is used. As for the hook location, you can use profile_left_first or profile_left_last depending on whether you want your new tab to be left or right of the current tabs, respectively. Next consider the next part:
The class needs to be called vB_ProfileBlock_MyModification extends vB_ProfileBlock and note that part of the class name is vB_ProfileBlock_MyModification where MyModification comes from the class value set in your addition to the $blocklist variable. Inside the class, $template_name is set to the template to use, the confirm_empty_wrap function returns false to not create an empty block, the confirm_display function tests whether there is any content to display, and the prepare_output function is where you’d want to add your own custom code to fetch whatever you want to display, setting $this->block_data['mymodification'] to the content you want displayed. Remember variable scope when you add your own code, as you are inside a function that is inside a class. Now there is the new template itself:
Note that $block_data[mymodification] contains whatever $this->block_data['mymodification'] contains in the prepare_output function inside the class, and because a hook location is set in your addition to the $blocklist variable, there are no manual template edits to make. Hooray! You should of course replace 'mymodification', 'MyModification', and 'My Modification' throughout this tutorial with something meaningful for your modification. Finally there are other things that can be added to modifications such as options, and these can be seen in the vB class_profileblock.php and member.php files, though this tutorial should get you on your way to adding more content to the profile pages via additional tabs, but remember not to go overboard with queries, because even though you need to click the tab to see the content, whatever queries you run get run on page load, not tab click. Enjoy! Fine print: tutorial based on vB 3.7.0 Beta 2, no redistribution without permission. The following members like this post: astra121
|
||||||||||||||||||||
Views: 52166
|
Comments |
#2
|
||||
|
||||
VERY nice calorie... this is really helpful.
No members have liked this post.
|
#3
|
||||
|
||||
This will be helpfull.
![]() Thank you!
__________________
I'm italian, I am learning english.. so, please, if you see any errors in my grammar or spelling, let me know via PM. Danke! No members have liked this post.
|
#4
|
||||
|
||||
Thank you so much for this! It was very helpful.
No members have liked this post.
|
#5
|
||||
|
||||
Thank you for this tuto
![]() No members have liked this post.
|
#6
|
|||
|
|||
Hi, nice Tutorial. Thx
__________________
My-CheckPoint.de Hier checkst Du was abgeht No members have liked this post.
Last edited by eurofunny; 01 Jan 2008 at 20:05. |
#7
|
||||
|
||||
Excellent, very nice. Thanks for making this for us.
No members have liked this post.
|
#8
|
||||
|
||||
Useful and Helpful Thx!
No members have liked this post.
|
#10
|
||||
|
||||
How do I create a block on the right hand side?
No members have liked this post.
|
#11
|
||||||||
|
||||||||
with:
possible locations:
No members have liked this post.
|
#12
|
||||
|
||||
For the contents of the tab how can I pull a custom profile field?
It just outputs as "$userinfo[field8]" instead of what was typed in via User CP. No members have liked this post.
|
#13
|
|||
|
|||
Thanks for the article!
No members have liked this post.
Last edited by marcossalazar; 28 Feb 2008 at 14:54. |
#14
|
||||
|
||||
Do something like this for your prepare_output function
__________________
Wayne Luke Get started with your own social network. Purchase and download vBulletin today. No members have liked this post.
|
#15
|
||||
|
||||
How can we create similar tab like "About Me" contents of which are user editable on the page itself. This facility should have inbuilt into vbulletin as a default.
No members have liked this post.
|
![]() |
![]() |
||||
Article | Author | Type | Replies | Last Post |
Forum Home Enhancements Flipped tabs = Swivel tabs = INVERTED TABS | Deepdog009 | vBulletin 3.7 Add-ons | 29 | 20 Jan 2010 10:39 |
«
Previous Article
|
Next Article
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Article Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 05:12.