![]() |
whats the conditional for this please
Hi
I would like to remove the ads for VIP so what is the conditional i need to wrap around the ads please. The ads are added manually (no addon script) so just the conditional would great please? |
Code:
<if condition="!is_member_of($vbulletin->userinfo, 10)">CODE</if> |
Thanks a lot Dismounted :)
|
If he wants it so the ads don't show for Vips it would need to be something more along the lines of
Code:
<if condition="!is_member_of($vbulletin->userinfo, 10)"><else />Code</if> Code being the code for your ads. |
No, because the condition states: "If this User is not a Member of the VIP Group, then display the Advert" -- there is no need for an ELSE statement, unless he specifically wanted to display a message to the VIP Users.
|
I guess you could do it both ways
|
If you aren't showing something to the VIP Usergroup, then there is no point in adding an ELSE statement, you're just making it that much longer to process.
|
I read dismounteds code wrong.
I thought he was meaning 10 was the vip usergroup which it wasn't actually filtering anything for them. |
10 is the VIP Usergroup ID. But if you notice the exclamation point before "is_member_of", which negates the conditional.
|
Thanks guys, been a great help, plus i learnt how to show something different if i wanted to...Been a great help, thanks again...Bookmarked :)
|
All times are GMT. The time now is 09:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|