The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I meant member info when displayed vertically with postbit legacy.
Thanks guys |
#12
|
||||
|
||||
That's what I thought.
|
#13
|
|||
|
|||
If there happens to be a template hook where you want the badge, then it's pretty simple to move what you have from the template to a plugin that sets that hook. If there's no hook then it's a little more complicated because you'd need to do a replacement on the template cache. Edit: No one mentioned that they were working on it. If someone is, then you can ignore my comments .
|
2 благодарности(ей) от: | ||
Black Snow, RichieBoy67 |
#14
|
||||
|
||||
I might do something for him once I finish my current mod.
|
Благодарность от: | ||
RichieBoy67 |
#15
|
||||
|
||||
I can always count on my good friends here at Vbulletin. You guys are the best!
|
Благодарность от: | ||
Black Snow |
#16
|
||||
|
||||
Isn't this hook available there?
$template_hook[postbit_userinfo_right_after_posts] --------------- Added [DATE]1416592164[/DATE] at [TIME]1416592164[/TIME] --------------- Sorry posted that accidentally, it was meant to have added: HTML Code:
$template_hook[postbit_userinfo_right_after_posts].= "<br /><tr><td>YOUR PIC CODE or condition</td></tr>"; |
2 благодарности(ей) от: | ||
Black Snow, RichieBoy67 |
#17
|
||||
|
||||
Right, so it would be something like this, using the hook, postbit_display_complete.
$template_hook[postbit_userinfo_right_after_posts].= "<br /><tr><td><vb:if condition=\"is_member_of($post, X)\"><img src=\"PATH/TO/IMAGE.EXT\" alt=\"$post[username] is VIP member\" /></vb:if></td></tr>"; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|