vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Plugin visible on all pages? (https://vborg.vbsupport.ru/showthread.php?t=134993)

Sophonax 12-28-2006 08:17 PM

Plugin visible on all pages?
 
Heya. I'm playing around with plugins, and I want the coding in the plugin to be shown on every single page of my forum. How do I do this? I've tried stuffing the $whatever into several templates, but it just won't show on any other pages but the forum home. =/

Anyone got any ideas of what I can do to fix this?

paul41598 12-28-2006 08:21 PM

try hook location global_start

Sophonax 12-28-2006 08:31 PM

Excuse me for my answer, paul, but.... Huh? o_O;

I'm a vBulletin noob, but not usually that much of a noob. Care to explain what you mean? ^^;

paul41598 12-28-2006 09:26 PM

Quote:

Originally Posted by Sophonax (Post 1146553)
Excuse me for my answer, paul, but.... Huh? o_O;

I'm a vBulletin noob, but not usually that much of a noob. Care to explain what you mean? ^^;

If you already have an XML file with a plugin for what you wanna do then you'd do something like this:

BOLD: Indicates your hook location

Code:

                <plugin active="1">
                        <title>Title 1</title>
                        <hookname>global_start</hookname>
                        <phpcode><![CDATA[ Code Here ]]></phpcode>
                </plugin>


Sophonax 12-28-2006 11:04 PM

Hm, I got it to work now. ^^ Thanks alot.

Only problem now, is to get it to be visible on vBA index. =/


All times are GMT. The time now is 12:41 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.01970 seconds
  • Memory Usage 1,725KB
  • 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_code_printable
  • (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