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

Re: [Jagerman] Hook for everything?

Quote Reply
Re: [Jagerman] Hook for everything? In reply to
Thanks for the reply Jason. Doesn't seem to be working for me though :/

Code:
$CFG->{functions}->{pmmanager} = {
'action' => 'pmmanager',
'customizable' => {
'description' => '1',
'page' => '1'
},
'description' => 'PM Manager',
function => 'Plugins::GForum::PMManager::main',
};

$CFG->save();

... and then when I call;

gforum.cgi?do=pmmanager

...or even;

gforum.cgi?do=pmmanager&action=pmmanager

.. gives me;

Quote:
No such action 'pmmanager'

TIA for your reply.

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 Hook for everything? Andy 3467 Jul 3, 2004, 8:34 AM
Thread Re: [Andy] Hook for everything?
Jagerman 3381 Jul 3, 2004, 6:52 PM
Post Re: [Jagerman] Hook for everything?
Andy 3409 Jul 4, 2004, 6:06 AM
Thread Re: [Jagerman] Hook for everything?
Andy 3361 Jul 5, 2004, 3:39 AM
Thread Re: [Andy] Hook for everything?
Jagerman 3366 Jul 5, 2004, 5:46 PM
Post Re: [Jagerman] Hook for everything?
Andy 3349 Jul 6, 2004, 1:50 AM