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

Re: [eljot] default path for a plugin

Quote Reply
Re: [eljot] default path for a plugin In reply to
The problem is because you are using '' to quote the variables. ' will stop any variables from being used (pretty much like q| $var |; would print $var . Try the below;

$mgr->install_options ( 'EyeCatcher', [ ['ImagePath', "$CFG->{build_root_path}/thumbnails/", 'Name of the directory where the images are saved.', 'TEXT', [], [], '' ] ] );

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 default path for a plugin eljot 2285 Feb 7, 2004, 8:49 AM
Thread Re: [eljot] default path for a plugin
Andy 2228 Feb 7, 2004, 8:59 AM
Thread Re: [Andy] default path for a plugin
eljot 2225 Feb 7, 2004, 9:36 AM
Thread Re: [eljot] default path for a plugin
Andy 2215 Feb 8, 2004, 2:04 AM
Post Re: [Andy] default path for a plugin
eljot 2206 Feb 8, 2004, 3:09 AM