vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Conditional isn't working... (https://vborg.vbsupport.ru/showthread.php?t=173810)

ArchangelX 03-22-2008 10:52 AM

Conditional isn't working...
 
Hello all,

I'm trying to keep a Google Adsense code from appearing as a thread in my Adult Discussion forum.

I'm using the following conditional within the Forum Display Template, right before the Adsense code. It's doesn't seem to be working as it still shows up as a post. I'm using 3.5.x

Can anyone suggest what I'm doing wrong? Thanks!

Code:

<if condition="$forum[forumid] != 29">

<tr>
    <td class="alt1">
        <img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
    </td>
        <td class="alt2">&nbsp;</td>

    <td class="alt1">
        <div>
        <script type="text/javascript"><!--
google_ad_client = "pub-3945497848320524";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel ="1352157811";
google_color_border = "F5F5FF";
google_color_bg = "F5F5FF";
google_color_link = "22229C";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>       
    </td>
   
    <td class="alt2 smallfont" align="center">Sponsored Link</td>

        <td class="alt1" align="center"></td>
        <td class="alt2" align="center"></td>
        <if condition="$show['inlinemod']"><td class="alt1" align="center"></td></if>

</tr>
</if>


Dismounted 03-22-2008 11:23 AM

Try these (vBulletin can be messy with variable names):
Code:

<if condition="$forum['forumid'] != 29">
Code:

<if condition="$foruminfo['forumid'] != 29">
Code:

<if condition="$forumid != 29">

ArchangelX 03-22-2008 12:13 PM

Thanks as always, will do!

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

Ahhhh...Thank you, the second one worked! I really appreciate it! :D

th13rteen 04-26-2008 03:56 PM

How do you add multiple forums? Like x, x1, x4, etc.

Opserty 04-26-2008 04:37 PM

Code:

<if condition="in_array($foruminfo['forumid'], array( x, x1, x2))">
Add a [minicode]![/minicode] before the in_ to reverse/invert the condition.


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