The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin Pointers?
Can anyone give me some pointers or advice in making a plugin?
I know html & php, but ive never made a plugin before & would love even a tutorial to help me out |
#2
|
||||
|
||||
Have you taken a look at the manual? The Plugin Manager Basically all you are doing with a plugin is inserting your code at the location of the hook. So, if you pick to use the hook "forumdisplay_start", then you are inserting the php code you put in the plugin at the location of the "forumdisplay_start" hook which is around line 111 in the forumdisplay.php page (look for this line: ($hook = vBulletinHook::fetch_hook('forumdisplay_start')) ? eval($hook) : false; )
|
#3
|
|||
|
|||
Thank you Lynne. I never knew there was a plugin manager manual, but will certainly take a look.
I have some wonderful ideas that i can hopefully soon put in to production to help out all the vbulletin members |
#4
|
||||
|
||||
There are also a ton of user written articles in the Articles forum. If you have some time, take a look through some of them.
|
#5
|
|||
|
|||
Thank you Lynne.
Your a credit to the vBulletin Staff team |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|