vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   PHP Hook not working (https://vborg.vbsupport.ru/showthread.php?t=120375)

mcyates 07-05-2006 02:10 PM

PHP Hook not working
 
I have a hook on vb 3.5 which is the following:

product: vbulletin

hook location: ajax_start

Title: adverts

Plugin PHP code:

<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include ('myfootball-ads.php');
echo $ad_network;
?>

Plugin Active: Yes

and this works fine when i put the $ad_network code in the footer, but its not showing up when i put it on the new version of vb version 3.6 BETA 4.

Why is this?

Thanks in advance.

Paul M 07-05-2006 05:24 PM

No idea, the hook hasn't moved - it does however seem a very odd hook to use for adding things to your footer ?

mcyates 07-09-2006 03:01 PM

Quote:

Originally Posted by Paul M
No idea, the hook hasn't moved - it does however seem a very odd hook to use for adding things to your footer ?

All i need to do is include the file myfootball-ads.php which is it the forums root directory.

I've created a php file called ads.php and put the code (in the first post) into it and it works. I just don't understand why it doesn't work now?

Is it all correct for it to be displayed in the footer template?

i've put the code above into a file www.myfootballforum.com/ads.php and it works fine so why isn't the hook above working? Its doing my head in.

Paul M 07-09-2006 05:45 PM

Sorry but I'm still confused, why are you using (or trying to use) the hook ajax_start ?

Kirk Y 07-09-2006 08:21 PM

Isn't that the first hook location given to you? I'd imagine that he didn't select a location, rather just left it as is. I believe the correct hook location for you would be global_start, assuming you want whatever you're trying to display on every footer of every page.


All times are GMT. The time now is 07:03 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.00929 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
  • (1)bbcode_quote_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