The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
If you want it in a postbit you can do this as well.
This isn't to hard and this is what I did: 1. Create a new plugin via the plugin manager. 2. product - vbulletin 3. Hook - postbit_display_start 4. title - extra profile fields 5. execution order - mine is set at 5. 6. plugin php code: Code:
if($post[fieldx]) $html .= '<dt>Name</dt> <dd>'.$post[fieldX].'</dd>'; if($post[fieldx]) $html .= '<dt>Name</dt> <dd>'.$post[fieldX].'</dd>'; $html .='<br /><br />'; $template_hook['postbit_userinfo_right_after_posts'] .= $html; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|