Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [rgbworld] What docs are avail

Quote Reply
Re: [rgbworld] What docs are avail In reply to
Hi,

Nope, thats all there is :( Have you tried looking at how other plugins do it?

Basically, you have a few options;

$mgr->install_menu ( 'Plugin_Name', [ ['Call_Name', 'admin.cgi?do=page&page=plugin_manager.html&plugin_man_do=edit_installed&plugin_name=Plugin_Name'] ] );

$mgr->install_options ( 'Plugin_Name', [ ['Option_Name', 'default value', 'instructions', 'TEXT', [options,for,selects], [options,for,selects], '' ] ] );

Another way, is to let the Wizard do the work for you (in a test plugin), to see what is outputted. That way, you can see how the inline wizard generates the code, and learn from it Smile

Hope that helps.

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 What docs are avail rgbworld 1981 May 26, 2005, 1:21 PM
Thread Re: [rgbworld] What docs are avail
Andy 1904 May 27, 2005, 1:02 AM
Thread Re: [Andy] What docs are avail
rgbworld 1901 May 27, 2005, 5:15 AM
Post Re: [rgbworld] What docs are avail
Andy 1893 May 27, 2005, 5:34 AM