Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Ian] User Login Hook: Edit Log

Here is the list of edits for this post
Re: [Ian] User Login Hook
Thanks for the help Ian. It doesn't seem to be working for me though.

I have added the hook:

user_login PRE Plugins::Track::login FIRST

and then added the subroutine "login" in the Plugin. And then, just to test I have defined it as

Code:
GT::Plugins->action ( STOP );
print "Content-type:text/html\n\n";
print "Hook worked";






However, the "Hook worked" message never comes up. What am I doing wrong?

Last edited by:

giovanni: Aug 1, 2002, 9:20 AM

Edit Log: