Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Plugin User set options:

Quote Reply
Re: Plugin User set options: In reply to
Hi,

Yes, but you don't need to worry about that. To get your configuration you call:

my $cfg = Links::Plugins::get_plugin_user_cfg ('YahooSubcats');

and to save it:

Links::Plugins::set_plugin_user_cfg ('YahooSubcats', $cfg);

and it returns a hash reference of your options.

See the YahooSubcat mod as an example.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Plugin User set options: pugdog 2635 Jan 5, 2001, 1:17 PM
Thread Re: Plugin User set options:
Alex 2552 Jan 5, 2001, 4:21 PM
Thread Re: Plugin User set options:
pugdog 2563 Jan 5, 2001, 4:29 PM
Thread Re: Plugin User set options:
Alex 2538 Jan 5, 2001, 4:32 PM
Post Re: Plugin User set options:
pugdog 2545 Jan 5, 2001, 9:33 PM
Post Re: [Alex] Plugin User set options:
webmaster33 2397 Jan 3, 2003, 2:37 AM
Post Re: [Alex] Plugin User set options:
webmaster33 2440 Jan 3, 2003, 4:22 AM