The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm trying to setup a graphic to display in a user's profile area only if that user a secondary member of a specific group (in the postbit). In 3.0.x <if condition="is_member_of($userinfo, ##)"> worked fine. But in 3.6.5, it doesnt even display the things in the if statement. Ive scoured the forum, for other alternatives, but havent found anything.
Anyone have any ideas how to get it to work? |
#2
|
||||
|
||||
![]() Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
|
#3
|
||||
|
||||
![]()
It doesnt work
![]() |
#4
|
||||
|
||||
![]() HTML Code:
<if condition="is_member_of($bbuserinfo, 1)">
|
#5
|
||||
|
||||
![]()
Ok, try this one...
HTML Code:
<if condition="$bbuserinfo['usergroup'] == '1'">
|
#6
|
||||
|
||||
![]()
Hmm odd. I still can't get it to work. Here's the code im trying to use:
Code:
<if condition="is_member_of($bbuserinfo, 26)"><div class="pbit" align="center"><a href="http://www.gamers-union.net/forums/showthread.php?t=646"><img src="images/misc/elite_gamer.gif" alt="" border="0" title="Elite Gamer"></div></if> |
#7
|
||||
|
||||
![]()
You have some missing closing tags in your code also, try this
HTML Code:
<if condition="is_member_of($bbuserinfo, 26)"><div class="pbit" align="center"><a href="http://www.gamers-union.net/forums/showthread.php?t=646"><img src="images/misc/elite_gamer.gif" alt="" border="0" title="Elite Gamer" /></a></div></if> |
#8
|
||||
|
||||
![]()
Weird, that doesnt work either. I tried disabling all the plugins (via plugin disable in options) and it still doesnt work. Even on the default vbulletin style.
|
#9
|
||||
|
||||
![]()
You had more than one usergroup
![]() That means you have an error in your code, does the image exist? |
#10
|
||||
|
||||
![]()
It definately, exits, when i dont use the IF statements, it displays fine, plus i double checked dir and its there.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|