Page 1 of 1

Redirecting link on Bubba homepage

Posted: 06 Jun 2010, 02:38
by RandomUsername
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.

Re: Redirecting link on Bubba homepage

Posted: 14 Jun 2010, 15:53
by RandomUsername
Just giving this a bump.

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 04:51
by Kiff
I found the pim link in
/usr/share/web-admin/admin/models/menu.php

Try changing it there.

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 09:07
by RandomUsername
Yep, that did it. Thanks.

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 11:31
by Binkem
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

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 11:37
by RandomUsername
In the file that Kiff mentioned, you'd need to edit the line that says this:
'uri' => '/music',
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.

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 16:52
by Binkem
The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.

Re: Redirecting link on Bubba homepage

Posted: 17 Jun 2010, 17:03
by RandomUsername
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

Posted: 18 Jun 2010, 02:48
by Kiff
Binkem wrote:The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.
It's in the file /etc/apache2/sites-available/bubba
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

Posted: 18 Jun 2010, 14:41
by Binkem
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.