Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 11/3/2005
16x16 favicon with transparency. I don't think the previous ones would work in IE, sorry about that.
Will
----- Original Message ----- From: "Will" wspigel@99main.com To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 3:39 PM Subject: Re: Favicon?
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 11/3/2005
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 11/3/2005
Where would one put the short icon reference if one's RoundCube install was not at the root of the server? I have RoundCube installed in "<domain>/WebMail" and just putting the favicon.ico into the that folder does not work.
Will wrote:
16x16 favicon with transparency. I don't think the previous ones would work in IE, sorry about that.
Will
----- Original Message ----- From: "Will" wspigel@99main.com To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 3:39 PM Subject: Re: Favicon?
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 11/3/2005
No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 11/3/2005
Randy Abel wrote:
Where would one put the short icon reference if one's RoundCube install was not at the root of the server?
I put favicon.ico into roundcubemail/skins/default/images
and then tweaked the file roundcubemail/program/include/rcube_shared.inc as follows, near the end of the function show()
I added
$out .= "<link rel='icon' href='skins/default/images/favicon.ico'/>\n"; $out .= "<link rel='shortcut icon' href='skins/default/images/favicon.ico'/>\n";
immediately before the return statement, it could probably be improved on, but it works. Note that the 2nd line has been wrapped by my mail client.
Worked well for me. Thank you!
Randy
Andy Burns wrote:
Randy Abel wrote:
Where would one put the short icon reference if one's RoundCube install was not at the root of the server?
I put favicon.ico into roundcubemail/skins/default/images
and then tweaked the file roundcubemail/program/include/rcube_shared.inc as follows, near the end of the function show()
I added
$out .= "<link rel='icon' href='skins/default/images/favicon.ico'/>\n"; $out .= "<link rel='shortcut icon' href='skins/default/images/favicon.ico'/>\n";
immediately before the return statement, it could probably be improved on, but it works. Note that the 2nd line has been wrapped by my mail client.
Hi everybody,
Thanks for your work, I just added the favicon to the CVS.
Thomas
Will wrote:
16x16 favicon with transparency. I don't think the previous ones would work in IE, sorry about that.
Will
----- Original Message ----- From: "Will" wspigel@99main.com To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 3:39 PM Subject: Re: Favicon?
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
I need to check the CVS and see how it is implemented, but can we make the favicon an option in the main.inc.php? I would rather not use it, as I have a favicon for my domain already and do not want it to be different for the mail client...
Just a thought.
Dave
On Sun, 06 Nov 2005 23:36:53 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
Thanks for your work, I just added the favicon to the CVS.
Thomas
Will wrote:
16x16 favicon with transparency. I don't think the previous ones would
work
in IE, sorry about that.
Will
----- Original Message ----- From: "Will" wspigel@99main.com To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 3:39 PM Subject: Re: Favicon?
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
Well, the favicon is linked within the skin and actually the program scripts do not know anything about it. This makes it hard to configure.
Within the skin, there's a <link> tag within includes/links.html which can be removed. Probalby we should comment this line by default and it can be uncommented to enable the favicon use.
Regards, Thomas
David A. Davenport wrote:
I need to check the CVS and see how it is implemented, but can we make the favicon an option in the main.inc.php? I would rather not use it, as I have a favicon for my domain already and do not want it to be different for the mail client...
Just a thought.
Dave
On Sun, 06 Nov 2005 23:36:53 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
Thanks for your work, I just added the favicon to the CVS.
Thomas
Will wrote:
16x16 favicon with transparency. I don't think the previous ones would
work
in IE, sorry about that.
Will
----- Original Message ----- From: "Will" wspigel@99main.com To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 3:39 PM Subject: Re: Favicon?
Here's the icon in .ico format. I cleaned it up.
Will
----- Original Message ----- From: "Jeffrey Bacon" jeffbacon@breakfast.ca To: dev@lists.roundcube.net Sent: Friday, November 04, 2005 1:35 PM Subject: Re: Favicon?
Here's my resize of the icon from the skin but a nicer one can probably be created from the source image rather then a resize.
Here's how to enable the favicon in the html: http://en.wikipedia.org/wiki/Favicon
Stephan Dahlmann wrote:
Hi all,
I think it would be nice to have a default favicon.ico for roundcube. So it's easily to find in ones bookmarks. I'm not good in doing anything grafical, so it would be nice if someone could create it from the RC symbol...
I'd be very thankful :-) Thanks, stephan
Thank you all for developing and implementing the favicon!
RC just gets better and better ;)
stephan