Hi,
The link for webmail on the Bubba 2 home page points to //[server]/pim and loads the standard mail interface.
I prefer to use the dynamic mail interface accessible by //[server]/mail so I want to change the link. Any ideas how to do that? I can't work out what file to edit.
FYI, the dynamic mail interface is going to be the standard one for future versions of Horde.
Thanks.
Darren.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Redirecting link on Bubba homepage
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Redirecting link on Bubba homepage
Just giving this a bump.
Re: Redirecting link on Bubba homepage
I found the pim link in
/usr/share/web-admin/admin/models/menu.php
Try changing it there.
/usr/share/web-admin/admin/models/menu.php
Try changing it there.
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Redirecting link on Bubba homepage
Yep, that did it. Thanks.
Re: Redirecting link on Bubba homepage
Do you happen to know how to change the /admin/music from starting fireplay (bubba:3689/FirePlay.html) to starting FireflyClient (bubba:3689/applet/fireflyclient.html)? I could try moving the file from /applet to / and renaming in fireplay, but I'm afraid it won't work then.
Martijn
Martijn
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Redirecting link on Bubba homepage
In the file that Kiff mentioned, you'd need to edit the line that says this:
replacing /music with a more appropriate URI. Not sure how you'd handle the port though so you'd need to have a little play.'uri' => '/music',
Re: Redirecting link on Bubba homepage
The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Redirecting link on Bubba homepage
Well just replace the /music with /whatever and try that. For e.g. I replaced /pim with /mail because /mail redirects to the dynamic mail part of Horde.
Re: Redirecting link on Bubba homepage
It's in the file /etc/apache2/sites-available/bubbaBinkem wrote:The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.
You have to restart apache after making changes to that file for the changes to be read.
Code: Select all
apache2ctl configtest
apache2ctl restart
Re: Redirecting link on Bubba homepage
If I change the value in sites-available from http://localhost:3689 to http://localhost:3689/applet then clicking on music still starts Fireplay but it is now unable to connect to the Firefly server. There must be something else.