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
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.
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.
ok so basically when 3.5 final is out and I begin installing all kinds of plugins and then they release 3.5.1 I can upgrade with no worries that my plugin will stop working.
I am not Brad, but will still try to answer:
Plugins are small pieces of custom code, that get executed on a hook location. You can see it as putting extra code in a script without modifying the file.
Thank you so much for this! I've been searching for hours trying to learn how to install a hack for the first time..... I'm just thrilled my first attempt went so well and took less than a minute after hours of looking for the "how to". So again thank you! That was easy for sure!
Chy
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
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.
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!
Seems easy for someone who has no clue about, I have done everything as it is described here,installed the plugin okay and the forum didnt work properly after,so,I had to disable the plugin,now forum back to normal.
What I did wrong?!
Thank you.