The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show Image in Posts for Specific User Group
How can I show a small GIF image in the upper right hand corner of each post (right above the Join Date), for any user who is a member of a certain user group?
Would I add this conditional statement in the Postbit template? And how could I then make this image clickable, and send the clicker to a specific link? Thanks in advance as always. |
#2
|
||||
|
||||
In the postbit template (if you user info is on top) or the postbit_legacy template (if your user info is to the left), find:
HTML Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> HTML Code:
<if condition="is_member_of($post, x, y, z)"> <a href="link.php"><img src="image.jpg"></a> </if> |
#3
|
|||
|
|||
Works perfectly Lynne. Thank you, thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|