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

Got problems with your B2 or B3? Share and get helped!
Post Reply
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Redirecting link on Bubba homepage

Post 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.
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Redirecting link on Bubba homepage

Post by RandomUsername »

Just giving this a bump.
Kiff
Posts: 48
Joined: 08 Feb 2010, 04:09
Location: Norway
Contact:

Re: Redirecting link on Bubba homepage

Post by Kiff »

I found the pim link in
/usr/share/web-admin/admin/models/menu.php

Try changing it there.
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Redirecting link on Bubba homepage

Post by RandomUsername »

Yep, that did it. Thanks.
Binkem
Posts: 388
Joined: 10 Jul 2008, 02:26

Re: Redirecting link on Bubba homepage

Post 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
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Redirecting link on Bubba homepage

Post 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.
Binkem
Posts: 388
Joined: 10 Jul 2008, 02:26

Re: Redirecting link on Bubba homepage

Post by Binkem »

The problem is that I don't understand how the linking form /music to :3689/FirePlay is handled.
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Redirecting link on Bubba homepage

Post 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.
Kiff
Posts: 48
Joined: 08 Feb 2010, 04:09
Location: Norway
Contact:

Re: Redirecting link on Bubba homepage

Post 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
Binkem
Posts: 388
Joined: 10 Jul 2008, 02:26

Re: Redirecting link on Bubba homepage

Post 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.
Post Reply