View Full Version : Where Can I Find Complete Hook Listing for vB3.7.4 Patch1?
theothersully
12-12-2008, 05:47 PM
I need some additional functionality that doesn't seem to have an existing plugin. I'd like to write one.
Where do I find a list of all the hooks (to see if my plugin is possible)?
Thanks!
--------------- Added 1229114471 at 1229114471 ---------------
Dumb question. They are located right in the admin CP! I wasn't expecting this.
Dismounted
12-13-2008, 03:40 AM
For those who get here - it's the hook location drop-down when adding or editing a new plugin.
theothersully
12-14-2008, 04:48 PM
For those who get here - it's the hook location drop-down when adding or editing a new plugin.
Very nice... thanks. That's certainly a good list.
Now, how do I find documentation regarding the arguments these hooks take and what, exactly, each does? :)
Thanks again...
Dismounted
12-15-2008, 02:02 AM
Find the hook inside the file (this is easy with a mass searching tool). This will allow you to gain a better "look" at what you can do.
You can (basically) any PHP work inside a hook - so the possibilities are endless!
theothersully
12-15-2008, 03:53 PM
Find the hook inside the file (this is easy with a mass searching tool). This will allow you to gain a better "look" at what you can do.
You can (basically) any PHP work inside a hook - so the possibilities are endless!
Oh, wow... that makes a lot of sense, thanks!
I come from an old C++ / API type of programming background and was forgetting how transparent all this php stuff is.
Thanks! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.