The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Confused
So the other day I was looking at a forum I liked and I was wondering how'd they manage to do this..
Basically i know their using User Ranks for one of their things.. But how do they have 2 images at different places. this one.. is probably the user rank? http://i.imgur.com/43IZ890.png but how do they have this http://i.imgur.com/EaupZSZ.png Basically im trying to copy what they've done.. but this is what happened... http://i.imgur.com/MHuQQgd.png Using user ranks. |
#2
|
|||
|
|||
you have the option to stack ranks
|
#3
|
|||
|
|||
I know that, but he has two types.
One for which rank they have[which is the down part] one for the postcounts[the top one the halloween masks under the name] |
#4
|
|||
|
|||
In your first post the 2nd link you have there it just looks like he has replaced some default images but hard to tell without a live link
|
#5
|
|||
|
|||
Quote:
Here you go, not sure if it's agaisnt the rules. |
#7
|
|||
|
|||
How would I do the If Statements, and where >.>
Sorry. |
#8
|
||||
|
||||
Like this in postbit template.
Code:
<vb:if condition="is_member_of($bbuserinfo, 6)"> IMAGE CODE HERE </vb:if> |
#9
|
|||
|
|||
Quote:
http://i.imgur.com/ZlXKqZi.png It put the image in everyone's postbit. http://i.imgur.com/e7IJ1ad.png and mine and everyone else. |
#10
|
||||
|
||||
Use $post instead if $bbuserinfo.
$bbuserinfo contains your userinfo, i.e. the info of the user currently browsing the forum, while $post conains the info of the user that owns the post. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|