PDA

View Full Version : Custom Hooks?


BigJohnny
01-12-2007, 02:11 PM
I have read in a few places that it is possible to create your own custom hooks in (almost) whatever location you want.

Well, What is the easiest way to go about creating custom hooks I can use?

And is it possible to create hooks in PHP files that arent vBulletin defaults?

Like if i have a mod that has PHP files on the server, could i create hooks in those files so I could modify the mod, without actually modifying it?

Kirk Y
01-12-2007, 10:33 PM
Yep, you can -- off hand I know of one modification that does this: ecDownloads. Take a look in the Articles forum, there are at least two articles about creating custom hooks.