[chora] Chora as Standalone Application
Steven Levin
steven at tux.appstate.edu
Thu Feb 12 10:08:37 PST 2004
On Thu, 2004-02-12 at 12:43, Mark Gardner wrote:
>
> > > What I mean to ask is as follows:
> > > I have seen some sites that you may see Chora in action, just chora,
> you
> > > don't have to login to horde, there is just a chora link. I would
> like
> > > to set this up for a little project I'm developing, I love the chora
> > > interface, but I don't want my developers to have to login through
> > > horde. Is there any way to do this?
> > >
> >
> > You should read the Chora documentation...
> >
> > in your horde/config/registry.php :
> > - Search for "chora" . You should find : $this->applications['chora']
> =
> > ...
> > - Edit the allow_guests value : 'allow_guests' => true,
> > - Save
> > - Enjoy
> >
> > MagicalTux
>
> I tried that.... this is what the section looks like in my
> registry.php.... It still takes me to the portal page when I type in
> http://<website>/horde/chora
>
>
> $this->applications['chora'] = array(
> 'fileroot' => dirname(__FILE__) . '/../chora',
> 'webroot' => $this->applications['horde']['webroot'] . '/chora',
> 'icon' => $this->applications['horde']['webroot'] .
> '/chora/graphics/chora.$
> 'name' => _("Version Control"),
> 'allow_guests' => true,
> 'status' => 'active',
> 'menu_parent' => 'devel'
> );
>
>
> Thank You again for all your help
> _\ | /_
> (@ @)
> -----oOOo-(_)-oOOo-----
> ~Mark
> ~Gardner
I think all you need to do is edit your horde/conf/prefs.php file, find
this entry and set 'value' => 'chora'
$_prefs['initial_application'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => sprintf(_("What application should %s display after
login?"), $GLOBALS['registry']->getParam('name'))
);
--
Steven Levin
Computer Systems Admin I
Electronic Student Services
Appalachian State University
Phone: 828.262.6740
http://phpwebsite.appstate.edu
More information about the chora
mailing list