The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding another Profile box
hi..how do i add a extra profile box to profiles...
example: Additional Information how to add another box liek this to profiles |
#2
|
||||
|
||||
You mean the blocks on the right? I know there is an article on how to add Tabs, but I have no seen anything written up on how to add a box. But, I think you just make a new template - copy one of the memberinfo_block_xxx ones and modify for your needs (say, call it memberinfo_block_new) and then make a plugin to call it (the "member_build_blocks_start" hook location should work). This would put it at the template_hook 'profile_right_first' location):
PHP Code:
|
#3
|
|||
|
|||
cheers...i tryed this but to no luck :S
|
#4
|
||||
|
||||
Maybe if you posted exactly what you did we would be able to help. Simple saying you tried and had no luck doesn't tell us a thing.
|
#5
|
|||
|
|||
1. i created the new template called
memberinfo_block_test i added the plugin Called "member_build_blocks_start" Quote:
added the block like below Quote:
|
#6
|
||||
|
||||
Do not put anything in MEMBERINFO. We used the plugin to add your template in the 'profile_right_first' location. Post the contents of your template. And, if your template is using variables, we need to see the code for that and let us know which hook you are using for that plugin.
|
#7
|
|||
|
|||
all i have in my memberinfo_block_test template us the followign code
Quote:
|
#8
|
||||
|
||||
And do you have a link to your profile page?
Also, I think your code will screw things up (or end up in some unknown space). They use divs to put those boxes on that page, not td tags. That's why I recommended copying an existing template. |
#9
|
|||
|
|||
<a href="http://77.102.26.22/forum/member.php?u=1" target="_blank">http://77.102.26.22/forum/member.php?u=1</a>
im using the mod Profile Update 0.1 Update profile to look more like facebook/myspace |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|