vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Where to put my advertising script? (https://vborg.vbsupport.ru/showthread.php?t=201522)

CompiledMonkey 01-12-2009 04:12 PM

Where to put my advertising script?
 
I'm writing a PHP script to show some custom advertising stuff I need. Essentially my PHP script will return HTML that I'd like to display in the "ad_forumhome_afterforums" template. What I'm trying to figure out is how to "call" my PHP script from there using what's available in the vBulletin admin CP.

Infopro 01-12-2009 04:18 PM

This may be helpful:
http://www.vbulletin.com/docs/html/o..._plugin_memory

CompiledMonkey 01-12-2009 04:46 PM

From what I can gather, I'll need to create a plugin and specify a hook where my code will run. Is that accurate? I don't see a hook for "ad_forumhome_afterforums", just the template. When I attempt to insert my PHP code in that template, nothing happens.

Bellardia 01-12-2009 04:52 PM

You need to place a call in the template for that page, so find after the forum listing place a variable such as
$AdAfterForums or something like that.

In your plugin on forumhome_start declare your $AdAfterForums as what you want it to display as. When the page parses you'll find that it is where the variable was.


All times are GMT. The time now is 11:43 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.02019 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
  • (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