Small trouble with 'nag'
James Kelty <[email protected]> Fri, 24 Jan 2003 16:27:34 -0800
| Newsgroups | gmane.comp.horde.nag |
|---|---|
| Message-ID | <[email protected]> |
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
--
Nag mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]