[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] add link to menu
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-users] add link to menu |
Date: |
Tue, 25 Mar 2003 08:33:40 +1100 |
address@hidden <address@hidden> wrote:
> sure. for example i want to add a link to smartsieve (would
> be /smartsieve/index.php then). and also to a self-written sms-
> mailer on
> localhost. maybe 2 or 3 other things. not sure yet.
ah ok ... so not phpgw apps.
Probably the easiest way to do this, would be to write simple header
redirect scripts.
something like this:
<?php
header('Location: http://mydomain.com/smartsieve/index.php');
exit();
?>
save this as /path/to/phpgroupware/smartsieve/index.php
Then in admin applications add an application smartsieve, then grant
users access to them.
This should work - if not you have a good start
Cheers
Dave
>
> thanks
>
> Dave Hall (address@hidden) schrieb:
> >
> >Woerns Urstmann <address@hidden> wrote:
> >
> >> hi,
> >> i would like to add some own links to the phpgw-menubar. how/where
> >> can i add
> >> those? best would be if they just open in a new window (leavin the
> >> phpgw
> >> menubar intact would be quite complicated, wouldn't it?).
> >>
> >> what i need is like:
> >> menu:
> >>
> >> - home
> >> - mail
> >> - calendar
> >> - addressbook
> >> - ...
> >> - (my own link#1)
> >> - (my own link#2)
> >
> >What are these links for? Applications other sites? Gimme some more
> >info and I can give you the best solution :)
> >
> >
> >>
> >> thanks
> >> jens
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> Phpgroupware-users mailing list
> >> address@hidden
> >> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >>
> >
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
- [Phpgroupware-users] add link to menu, Woerns Urstmann, 2003/03/24
- Re: [Phpgroupware-users] add link to menu, Dave Hall, 2003/03/24
- Re: [Phpgroupware-users] add link to menu, address@hidden, 2003/03/24
- Re: [Phpgroupware-users] add link to menu,
Dave Hall <=
- Re: [Phpgroupware-users] add link to menu, address@hidden, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, Chris Weiss, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, lms, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, Chris Weiss, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, lms, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, Chris Weiss, 2003/03/27
- Re: [Phpgroupware-users] add link to menu, lms, 2003/03/28