PDA

View Full Version : How do i get exect Hook Location


notrious
06 Jul 2009, 09:10
Hi all..

I am trying to get an existing plugin working on a internal vbpage. I checked in plugin hook location and its set to forumhome complete. Lets say i want it to work on whole forum like show thread, forum display. Which hook location should i select so it works all over.


Thanks in advance.

Dismounted
06 Jul 2009, 10:25
global_start is run in global.php (which is included at the start of most vBulletin-script executions).

notrious
06 Jul 2009, 19:46
Thanks Solved.