The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Something like this:
Code:
<if condition="is_member_of($bbuserinfo, x, y, z)"> Google_ads_here </if> |
#12
|
||||
|
||||
![]()
I'm trying to display an image for each user in their postbit, assuming they're in a specific usergroup.
I tried: Code:
<if condition="is_member_of($bbuserinfo, 9) |
#13
|
|||
|
|||
![]()
try userinfo not bbuserinfo
|
#14
|
||||
|
||||
![]()
I think I get what you're saying. Not sure but it's a Monday.
![]() Code:
<if condition="is_member_of($post,x)"> postbit_code_here </if> Basically the code states that if you're in Usergroup "x" then this code will show up for everyone to see. Unless, of course, you've set another conditional to allow only select groups to see it. |
#15
|
||||
|
||||
![]()
Ah-ha! That did it... I kept thinking of what other statement I should use, I tried $userinfo, that didn't work. Thanks though Freesteyelz.
|
#16
|
||||
|
||||
![]()
$post contains the post/poster information
$userinfo contains the info of the user's profile you're viewing $bbuserinfo contains the info for the current user |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|