The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Which hook?
I'm trying to make a plugin for one of my products but can't figure out which hook to use. The TEMPLATE its going in is memberinfo_block_aboutme and its going to display something obviously in the "About Me" section in the member's profile. I figured the hook would be either member_complete or member_customfields but its neither of those. So before I go and start trying each one....which one is it?
--------------- Added [DATE]1237590367[/DATE] at [TIME]1237590367[/TIME] --------------- Or is there even a hook for that area? |
#2
|
||||
|
||||
If you go into debug mode, the list of plugins for that page get listed on the bottom. You might want to look there. Or, try member_profileblock_fetch_unwrapped
|
#3
|
||||
|
||||
Nope, that's not it. I'm in debug mode now going through each one. I know my template edit works....it worked before. Just the template got all changed around after I guess 3.7
--------------- Added 20 Mar 2009 at 18:27 --------------- To show the actual code I'm using now, it's PHP Code:
|
#4
|
||||
|
||||
Have you tried just adding it to the template? Also, you can't use <tr> and <td> there cuz that is not going to be correct right there. Take a look at the page source to see what you need to use.
|
#5
|
||||
|
||||
My template edit....
HTML Code:
<if condition="!empty($userinfo[premierteam])"> <strong>$vbphrase[my_premierteam]:</strong> <br /> <img src="$vboptions[bburl]/images/premier/$userinfo[premierteam].gif" border="0" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|