vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Ads in Footer not Appearing in IbProArcade (https://vborg.vbsupport.ru/showthread.php?t=170170)

Fearlessninja 02-10-2008 07:18 PM

Ads in Footer not Appearing in IbProArcade
 
I have my advertisements included in a php file and then included into VBulletin through the plug-ins and global_start. They appear sucessfully on everywhere of the site (including mods) EXCEPT ibproarcade.

Any idea why they are not appearing? Everything else in the footer is appearing.

Here is the code in the template: "footer":

<center><br></br>$ad_network</center>
<br /><br />

HTML Source on a normal VB page:
<center><br></br><a href="http://www.flightfind.co.uk">Flights</a> | <a href="http://www.sendmoneytransfer.com/">WesternUnion</a> | <a href="http://www.digitalpoint.com/tools/ad-network/" rel="nofollow">Web Advertising</a> | <a href="http://www.politechbot.com/2005/11/04/how-the-mpaa/">MPAA</a> | <a href="http://www.moneyexpert.com/Compare-Loans.aspx">Personal Loans</a> <img src="http://ads.digitalpoint.com/t-141939-226--103446-134000.gif" width="1" height="1"></center>

<br /><br />

HTML Source on ibproarcade:

<center><br></br></center>
<br /><br />

MrZeropage 02-11-2008 01:14 PM

open /arcade/functions/functions.php

search for
Code:

// add additional needed variables here
below this add
Code:

global $ad_network;
This should help :)

Fearlessninja 02-11-2008 08:37 PM

Worked like charm, thanks =)
Ibproarcade forever!

GrendelKhan{TSU 04-04-2008 11:33 AM

had same issue

thanks! !


All times are GMT. The time now is 10:12 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.01072 seconds
  • Memory Usage 1,710KB
  • 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
  • (4)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