The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have the following code, how do I make it so when a user decides to join one additional usergroup, that an image shows up in there. I have the following code, but it isnt working.
Code:
<if condition="is_member_of($bbuserinfo, 93)"><img src="imagesource" alt="althere" /></if> <if condition="is_member_of($bbuserinfo, 90)"><img src="imagesource" alt="althere" /></if> <if condition="is_member_of($bbuserinfo, 92)"><img src="imagesource" alt="althere" /></if> <if condition="is_member_of($bbuserinfo, 91)"><img src="imagesource" alt="althere" /></if> |
#2
|
|||
|
|||
![]() PHP Code:
PHP Code:
|
#3
|
|||
|
|||
![]()
Thanks but:
I want everybody to be able to see it. But when they join a public group, an image in the postbit will appear for that user, and he/she as well as everyone can see it. |
#4
|
|||
|
|||
![]()
You want it to be based on the usergroup of the user who made the post?
Then you use: Code:
<if condition="is_member_of($post, 5, 7, 8)"> <img src="path/to/image" alt="" /> </if> |
#5
|
|||
|
|||
![]()
I want it so like:
Say I joined the additional usergroup "Red". Then, in the postbit, under the reputation an image will appear. Everyone can see it, but you can only get that image under your reputation if you join that group. |
#6
|
||||
|
||||
![]()
Use Opserty's code, that'll do what you're looking for.
|
#7
|
|||
|
|||
![]()
Okay, so I have the following code in my postbit, but the code posted doesnt seem to be working.
Heres the code: Code:
<!-- / flags + streets start --> <div> <if condition="$post[field6]"><a href="www.habbo.$post[field6]"><img src="images/flags/$post[field6].gif"></a></if> <if condition="$post[field7]"><a href="www.habbo.com/home/$post[field7]"><img src="images/flags/US.gif"></a></if> <if condition="$post[field8]"><a href="www.habbo.ca/home/$post[field8]"><img src="images/flags/CA.gif"></a></if> <if condition="$post[field9]"><a href="www.habbo.co.uk/home/$post[field9]"><img src="images/flags/UK.gif"></a></if> <if condition="$post[field10]"><a href="www.habbo.com.au/home/$post[field10]"><img src="images/flags/AU.gif"></a></if> <if condition="$post[field11]"><a href="www.habbo.com.sg/home/$post[field11]"><img src="images/flags/SG.gif"></a></if> <if condition="is_member_of($post, 6)"> <img src="images/clan/snl.gif" alt="" /> </if> </div> <!-- / flags + streets end --> |
#8
|
||||
|
||||
![]()
thanks
How do I this ? ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|