vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   forum-specific advertising code (https://vborg.vbsupport.ru/showthread.php?t=169244)

woodysfj40 01-31-2008 12:15 PM

forum-specific advertising code
 
Right now, I'm doing this by creating multiple templates....

template1 is the standard with google
template2 adds intellitxt
template3 is google/intellitxt free

I presently control ad display for usergroups with:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,6,29)">adcode</if>

I'd also like to control ad display by forum, and am experimenting with some code that Dismounted has posted in the past...


<if condition="$foruminfo['forumid'] == 8">
adcode
<else />
altadcode
</if>

This works perfectly for the single forumid listed, however, I've yet to figure out how to apply the <if> statement to multiple forumid's....ie:

<if condition="$foruminfo['forumid'] == 8,27,56,4">

thanks for any assistance! :cool:

nexialys 01-31-2008 12:27 PM

Code:

<if condition="in_array($foruminfo['forumid'], array( 8,27,56,4))">

woodysfj40 01-31-2008 12:38 PM

awesome....is there also a condition option for not-equal (ie show in all except the following?)

thanks!!

--------------- Added [DATE]1201790708[/DATE] at [TIME]1201790708[/TIME] ---------------

<if condition="in_array($foruminfo['forumid'], array( 90,111))">
<else />
adcode
</if>

should work....forumid 90 and 111 will NOT see the adcode, and all the others will

daydie 09-30-2008 07:09 PM

I entered this

Code:

<if condition="in_array($foruminfo['forumid'], array( 90,111))">
<else />
adcode
</if>

But still shows on forum home, Help please guys, Anybody!

Forum home isnt a ForumID is it, if so what is the id.

SEOvB 09-30-2008 07:16 PM

<if condition="(in_array($foruminfo['forumid'], array( 90,111))) AND (THIS_SCRIPT != index)">

something like that should work.


All times are GMT. The time now is 01:27 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.00979 seconds
  • Memory Usage 1,715KB
  • 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
  • (5)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