vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   vB Ad Management 4 and $forumid - HELP! (https://vborg.vbsupport.ru/showthread.php?t=171980)

baranowskim 03-03-2008 03:02 PM

vB Ad Management 4 and $forumid - HELP!
 
As I understand and according to the help text, with this hack one can display a different banner per forum?

Example, I have 10 sponsors and I only want specific banners to show within certain forums, whether logged or not, so that certain ads are shown on for certain
forums. I have vBulletin 3.68 and nothing even appears in the right column.

Here's my script for Right Column enabled:

<if condition="$forumid == 36">
<table width="170" height="1300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><div align="center">
<p><img src="http://www.newbusinesschat.com/ads/ut-irwin.jpg" /></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-united.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-digitalranch.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-icgroup.jpg" /></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-gilman.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-cube.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-advantage.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-pulse.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-dandd.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-geekbox.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-danreed.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-intermountain.jpg"/></p>
</div></td>
</tr>
</table>
</if>

<if> .......
</if> ........... and so on for other forumids

I have also used all the follwing vBulletin Template Conditionals List to see if one of them would work:

<if condition="$forumid == 5">
<if condition="$forum[forumid] == 5">
<if condition="$foruminfo[forumid] == 5">
<if condition="$thread[forumid] == 5">

Still nothing. Just blank column. CAN ANYONE HELP PLEASE!

Marco van Herwaarden 03-04-2008 08:03 AM

If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.


All times are GMT. The time now is 10:32 PM.

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.01476 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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