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

Re: [brewt] Accessing modify_link as a POST hook?

Quote Reply
Re: [brewt] Accessing modify_link as a POST hook? In reply to
Ok thanks for the info.I guess in that case it would be best to do something like this in the PRE:

Code:
if ($_[0]->{error}) {
$IN->param('do_run' => 0 );
} else {
$IN->param('do_run' => 1 );
$IN->param('linkid' => $_[0]->{ID} );
}

I'll have a play with that and see what I can come up with. Thanks Cool

Cheers

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 Accessing modify_link as a POST hook? Andy 4897 Aug 24, 2012, 8:09 AM
Thread Re: [Andy] Accessing modify_link as a POST hook?
Andy 4758 Aug 24, 2012, 8:11 AM
Thread Re: [Andy] Accessing modify_link as a POST hook?
brewt 4721 Aug 24, 2012, 11:22 AM
Post Re: [brewt] Accessing modify_link as a POST hook?
Andy 4711 Aug 27, 2012, 1:31 AM
Thread Re: [Andy] Accessing modify_link as a POST hook?
brewt 4743 Aug 24, 2012, 11:21 AM
Post Re: [brewt] Accessing modify_link as a POST hook?
Andy 4722 Aug 27, 2012, 1:29 AM