vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   whats the conditional for this please (https://vborg.vbsupport.ru/showthread.php?t=153027)

bashy 07-22-2007 11:31 AM

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?

Dismounted 07-22-2007 11:43 AM

Code:

<if condition="!is_member_of($vbulletin->userinfo, 10)">CODE</if>
Change 10 to whichever usergroup id it is.

bashy 07-22-2007 01:44 PM

Thanks a lot Dismounted :)

Distance 07-22-2007 01:59 PM

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>
10 being the vip usergroup Id
Code being the code for your ads.

Kirk Y 07-22-2007 04:24 PM

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.

Distance 07-22-2007 09:04 PM

I guess you could do it both ways

Kirk Y 07-22-2007 09:30 PM

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.

Distance 07-22-2007 09:40 PM

I read dismounteds code wrong.

I thought he was meaning 10 was the vip usergroup which it wasn't actually filtering anything for them.

Kirk Y 07-22-2007 09:45 PM

10 is the VIP Usergroup ID. But if you notice the exclamation point before "is_member_of", which negates the conditional.

bashy 07-23-2007 04:46 AM

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
  • Page Generation 0.00930 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete