The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
< --How Can I put an image under the user title for each user group
I searched but no luck. Please point me to the hack if its out there |
#2
|
||||
|
||||
![]()
Well the simplest way would probably be a template edit.
Search for in your respective 'postbit' template: Code:
$post[usertitle]</div></if> Code:
<if condition="is_member_of($post,6)"> <img src="images/group6member.gif" /></if> <if condition="is_member_of($post,5)"> <img src="images/group5member.gif" /></if> <if condition="is_member_of($post,4)"> <img src="images/group4member.gif" /></if> |
#3
|
|||
|
|||
![]()
aha, I knew simple if statements would do it. Thank you, I will give it a shot.
Thanks for your help ![]() |
#4
|
||||
|
||||
![]()
No problem.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|