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

Re: [Paul] Hooks not working"

Quote Reply
Re: [Paul] Hooks not working" In reply to
Suppose so, but it would still be nice to see something in the manual.

I'm juist playing with GT::Plugins->acction ( CONTINUE ) feature. This is the first time I've had to use it, so please forgive my stupidness if its something simple Tongue

I have;

if ($IN->param('action') eq "check") { GT::Plugins->action ( CONTINUE ); exit; }

And at the top of the script;

Code:
use strict;
use GT::Base;
use GT::Plugins qw/STOP CONTINUE/;
use Links::SiteHTML;
use Links qw/$CFG $IN $DB/;

I KNOW 'action' is being defined as 'check' because, just before the call I used;

Code:
print $IN->param('action');

and it returned;

Quote:
check

Any help is much appreciated Smile

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Hooks not working" Andy 10984 Oct 9, 2002, 7:29 AM
Thread Re: [Andy] Hooks not working"
Paul 10750 Oct 9, 2002, 7:33 AM
Thread Re: [Paul] Hooks not working"
Andy 10737 Oct 9, 2002, 7:36 AM
Thread Re: [Andy] Hooks not working"
webmaster33 10689 Oct 9, 2002, 11:25 PM
Thread Re: [webmaster33] Hooks not working"
Andy 10719 Oct 10, 2002, 12:22 AM
Thread Re: [Andy] Hooks not working"
Paul 10712 Oct 10, 2002, 2:54 AM
Thread Re: [Paul] Hooks not working"
Andy 10694 Oct 10, 2002, 2:56 AM
Thread Re: [Andy] Hooks not working"
yogi 10725 Oct 10, 2002, 3:06 AM
Thread Re: [yogi] Hooks not working"
Andy 10716 Oct 10, 2002, 3:07 AM
Thread Re: [Andy] Hooks not working"
Paul 10669 Oct 10, 2002, 3:13 AM
Thread Re: [Paul] Hooks not working"
Andy 10689 Oct 10, 2002, 3:50 AM
Thread Re: [Andy] Hooks not working"
Paul 10762 Oct 10, 2002, 5:24 AM
Thread Re: [Paul] Hooks not working"
Andy 10795 Oct 10, 2002, 6:28 AM
Thread Re: [Andy] Hooks not working"
yogi 10682 Oct 10, 2002, 6:31 AM
Thread Re: [yogi] Hooks not working"
Andy 10689 Oct 10, 2002, 6:34 AM
Thread Re: [Andy] Hooks not working"
yogi 10701 Oct 10, 2002, 6:39 AM
Thread Re: [yogi] Hooks not working"
Andy 10810 Oct 10, 2002, 7:31 AM
Thread Re: [Andy] Hooks not working"
Andy 10707 Oct 11, 2002, 1:46 AM
Thread Re: [Andy] Hooks not working"
yogi 10690 Oct 11, 2002, 1:54 AM
Post Re: [yogi] Hooks not working"
Andy 10676 Oct 11, 2002, 1:57 AM
Post Re: [yogi] Hooks not working"
Andy 10615 Nov 26, 2002, 2:28 AM