The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add image under avatar !
Hello,
there is a way to add a simple image under the Avatar ? (but only for some user ! we need to give a "certificate" using a simple image). Another one How can I do for add a small custom image near the topic insted the classic Icon (i need something exactly like cgtalk.com) Thank in advance |
#2
|
|||
|
|||
As far as the custom image goes (if it's what I think you mean) then the images are in /yourforum/images/statusicon/ where yourforum is your forum's main directory.
There are 5 images
For the image under the avatar you'd probably need to add a custom profile field (single selection radio button). Then reference that in postbit (or postbit_legacy depending on which one you use) where you'll need to find this: Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> Code:
<if condition="$post[fieldx]"><div><img src="path_to_your_image" border="0" alt="" /></div></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|