Gossamer Forum
Quote Reply
Can't find Hook
My hooks.cfg does not contain any "editor" handling hooks. And it is my understanding that this does not matter, as I can still use any hooks that are referenced in the actual modules.

I want to tap (hook) into the "sub category_related_form" of Browser.pm, more specifically the action of adding or deleting an editor to or from a category.

Webmaster33 suggested a handle_editor hook to me quite a few posts ago. But I am not sure this is the one which will handle this. I am having trouble pinning the exact hook which will do this.

Any suggestions?


EDIT: I notice at the beginning of each function:

$SUBS{category_editors_form} = <<'END_OF_SUB';
sub category_editors_form {


Is the $SUBS part referring to a HOOK that I can use? If so, how can I determine what are the @args passed to the hook, when this function is not listed in hooks.cfg?


Thank you


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jun 9, 2002, 8:09 PM
Subject Author Views Date
Thread Can't find Hook Ian 13330 Jun 9, 2002, 8:01 PM
Thread Re: [Ian] Can't find Hook
yogi 13103 Jun 9, 2002, 11:57 PM
Thread Re: [yogi] Can't find Hook
Ian 13163 Jun 10, 2002, 9:03 AM
Post Re: [Ian] Can't find Hook
Teambldr 13121 Jun 10, 2002, 9:23 AM
Thread Re: [Ian] Can't find Hook
pugdog 13039 Jun 10, 2002, 7:52 PM
Post Re: [pugdog] Can't find Hook
Ian 13073 Jun 10, 2002, 8:01 PM
Thread Re: [Ian] Can't find Hook
Alex 13147 Jun 11, 2002, 4:52 PM
Thread Re: [Alex] Can't find Hook
Ian 13110 Jun 11, 2002, 4:59 PM
Thread Re: [Ian] Can't find Hook
Alex 13103 Jun 11, 2002, 5:49 PM
Post Re: [Alex] Can't find Hook
Ian 13005 Jun 11, 2002, 6:28 PM
Thread Re: [Alex] Can't find Hook
pugdog 13010 Jun 11, 2002, 6:44 PM
Thread Re: [pugdog] Can't find Hook
Alex 13150 Jun 11, 2002, 8:54 PM
Thread Re: [Alex] Can't find Hook
Ian 13070 Jun 11, 2002, 9:19 PM
Thread Re: [Ian] Can't find Hook
yogi 13013 Jun 12, 2002, 1:24 AM
Thread Re: [yogi] Can't find Hook
Ian 13089 Jun 12, 2002, 7:25 AM
Thread Re: [Ian] Can't find Hook
yogi 13171 Jun 12, 2002, 7:30 AM
Post Re: [yogi] Can't find Hook
Ian 13010 Jun 12, 2002, 7:51 AM
Thread Re: [Alex] Can't find Hook
pugdog 13006 Jun 12, 2002, 8:29 AM
Thread Re: [pugdog] Can't find Hook
Alex 12983 Jun 12, 2002, 9:34 AM
Post Re: [Alex] Can't find Hook
pugdog 12952 Jun 12, 2002, 1:32 PM
Thread Re: [Alex] Can't find Hook
webmaster33 12673 May 3, 2008, 10:20 AM
Thread Re: [webmaster33] Can't find Hook
brewt 12544 May 4, 2008, 5:29 PM
Thread Re: [brewt] Can't find Hook
webmaster33 12663 May 4, 2008, 5:40 PM
Post Re: [webmaster33] Can't find Hook
brewt 12520 May 4, 2008, 11:16 PM