vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   [How to] Install Plug-ins/Hooks (https://vborg.vbsupport.ru/showthread.php?t=82621)

Brad 06-06-2005 10:00 PM

[How to] Install Plug-ins/Hooks
 
1 Attachment(s)
This is a basic guide to installing plug-in's via the admin cp written for newbies :)

[high]What you should have[/high]

All plug-in's require one thing, a .xml that contains the plug-in name, php code, and hook location. In most cases this file will be named plugin_name.xml but some authors may not change the file name and use the default vbulletin-plugins.xml filename.

Some plug-in's may require you to run SQL queries on the database before you can use them, you can find instructions on how to do this in Logician's "How to install a vBulletin Hack" thread found here: https://vborg.vbsupport.ru/showthread.php?t=39142

[high]Installing the Plug-in[/high]

This is a very simple process, browse to the download/upload plug-in's page in your admin cp (located at http://www.yoururl.com/forum/admincp...n.php?do=files)

See the first attachment for a picture of the page I'm talking about :)

In the "Import Plugin Definitions XML File" table locate the "EITHER upload the XML file from your computer" columns and click on the browse button. A new window will pop up, locate the plug-in.xml file on your hard-drive and select it. Click the 'Import' button. Your plug-in is now active.

If the .xml file is large and you are worried about php time outs you can upload it to the /xml/ folder in your forum root, then insert the correct filename/path in the "OR import the XML file from your server" column.

Next thing you will want to do is browse to the plug-in manager page (located at http://www.yoururl.com/forum/admincp....php?do=modify) and make sure your newly added plug-in's are active.

See second attachment for a pic.

I almost forgot, if your plug-in's are set up correctly but not working make sure you have the global vBoption for the plug-in system set to enabled. You can find this option in the admin cp by browsing to vBoptions -> Select Plugin/Hook System from menu -> Set Enable Plugin/Hook System to yes.

That is all it is to it! :)

Andreas 06-10-2005 03:49 AM

If you ever face major problems with your plugins and can't get into AdminCP to disable them:

Place
PHP Code:

define('DISABLE_HOOKS'1); 

in config.php.

This will disable the whole plugins system, no matter what the ACP setting is.

Paul M 06-10-2005 03:52 AM

This actually exists ? - only it appeared as a suggestion on vb.com a few minutes ago ???

Andreas 06-10-2005 03:54 AM

Yeah, that was my fault - I didn't read the files carefully enough ;)

southernlady 06-10-2005 05:24 PM

What about the Hook Location part? Where does that fit in? Liz

Borimikan 07-09-2005 01:59 PM

I was trying to find the Pluging/hook on my AdminCP, but I do notr have it.. Im running 3.0.7.. Do i need to do something?

xxskullxx 07-09-2005 05:41 PM

It only exists in 3.5

TitanKing 07-13-2005 09:00 AM

Yea this is one of the major changes VB 3.5.0 offers...

WNxWakko 09-11-2005 10:32 PM

I am wondering, do upgrades partially wipeout plugins or are plugins pretty much safe from having to fix it to work on the next upgrade?

Andreas 09-11-2005 10:33 PM

As long as Hooks aren't removed/necessary Objects/Variables for the Plugins changed they will continue to work just fine.


All times are GMT. The time now is 01:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01995 seconds
  • Memory Usage 1,735KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete