vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - NJAquaman - Header/Footer Include Scripts (https://vborg.vbsupport.ru/showthread.php?t=233347)

NJAquaman 01-16-2010 10:00 PM

NJAquaman - Header/Footer Include Scripts
 
1 Attachment(s)
What: A Plugin to Store all your JavaScript codes in one Spot so you don,t have a mess in the Header-include or Footer template! This is great for updating you vB board because it wont overweight any templates!

WORKS WITH ..!!!
4.0.x

Browser Comparability (All Latest Versions);
Internet Explorer
Firefox
Opera
Safari
Google Chrome


Install:

1) Navigate to ACP> Plugins & Products > Add New Plugin
2) Product : Vbulletin
Hook Location : parse_templates
Title : Scripts Include
Execution Order : 5

3) Insert the Code;

For Code that Needs to be in the Header Use This Code:
Code:

$template_hook['headinclude_javascript'] .= '
"Code Goes Here"
';

For Code that Needs to be in the Footer Use This Code:
Code:

$template_hook['footer_javascript'] .= '
"Code Goes Here"
';


4) Save , Now your Code Will Work and Its all in the Same Place!


Notes:
- YOU MAY duplicate this code in the same plugin
- You can use both Header and Footer codes at the same time!
- In You Script replace ' with "




DONT FORGET TO CLICK INSTALL

Skyrider 01-17-2010 03:07 PM

Thanks, will try it out!

NJAquaman 01-20-2010 10:49 AM

Quote:

Originally Posted by FF|Skyrider (Post 1958248)
Thanks, will try it out!

Great Let me Know How it works For you!


All times are GMT. The time now is 09:35 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.01172 seconds
  • Memory Usage 1,714KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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