[nag] Small trouble with 'nag'
James Kelty
jkelty at pdx.edu
Fri Jan 24 16:27:34 PST 2003
Hello!
I am currently testing horde for a webmail solution type thing, and the
'nag' module seemed very interesting.
But! I can't seem to make horde notice it.
Here is my registry.php for 'nag':
/* tasks: Handler for todo lists. */
$this->registry['tasks']['search'] = 'nag';
$this->registry['tasks']['list'] = 'nag';
$this->registry['tasks']['show'] = 'nag';
$this->registry['tasks']['add'] = 'nag';
And here is the application array:
$this->applications['nag'] = array(
'fileroot' => dirname(__FILE__) . '/../nag',
'webroot' => $this->applications['horde']['webroot'] . '/nag',
'icon' => $this->applications['horde']['webroot'] .
'/nag/graphics/nag.gif',
'name' => _("Tasks"),
'allow_guests' => false,
'show' => false
);
Going to my horde installation, I see the icons for turba, and
kronolith, and mnemo, but NOT nag. I added a /nag to my
URL, and so I can verify that the actual module WORKS, and it does, but
I don't know what I am doing wrong. I just
want the icon to appear.
Thanks!
-James
More information about the nag
mailing list