The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
Another option is using the template hooks that currently exist in the postbit. I can see three of them. I use one of them to add some custom profile fields underneath the posts. So i just have a plugin with the following code (obviously setting up the $html variable just before): PHP Code:
template_hook.postbit_userinfo_left template_hook.postbit_userinfo_right So I'd just give those three a try. userinfo_left seems the closest to what you need as it's just underneath the title and their use rank. And use the postbit_display_start hook for the plugin. Though I have to question this rank variable your wishing to use. Is it one you've set up or? Because there's already a rank that is in the template: post.rank (as it holds the user rank for each post) And that's set to display just before that userinfo_left template hook. Hopefully that answers a few of your questions. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|