Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

favicon

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
User avatar
aadal
Posts: 168
Joined: Tue 04 Nov 2008 8:07 pm
Weather Station: WH 1080
Location: Skodje
Contact:

favicon

Post by aadal »

How to add the code like:
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

I tryd Ftp edit index.php and in program files/Culus/web/index.htm
After update all is gone....Why?

Obs. greate plase to make favicon even animated http://www.html-kit.com/favicon/
  • Windows Vista
Image

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: favicon

Post by steve »

The index.htm file is recreated each upload by processing the indexT.htm file, so that's the one you need to edit (but note warnings elsewhere in the forum about that file being overwritten by a new install). I don't know about index.php, sorry.

Do you have to edit html files for favicons? I though you just put the file on your web server? Or is it because you want an animated one?

Steve
User avatar
aadal
Posts: 168
Joined: Tue 04 Nov 2008 8:07 pm
Weather Station: WH 1080
Location: Skodje
Contact:

Re: favicon

Post by aadal »

Strange in my local index.htm and indexT.htm file is:
<head>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Svein Johnsen weather data">
<meta name="keywords" content="Cumulus, Svein Johnsen weather data, weather, data, weather station">
<title>Svein Johnsen weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>


Not updating, when i put it on ftp online it last to next update

Check server here : http://www.aadal.biz/~weather/checkserver.php Thise stays for 24 H only...

Thanx in advance u do a great work :D
Last edited by aadal on Wed 05 Nov 2008 11:33 pm, edited 3 times in total.
  • Windows Vista
Image

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: favicon

Post by steve »

I think you must be using Kevin's or Jozef's stuff. I'll keep quiet now and see if they can help :oops:
TNETWeather

Re: favicon

Post by TNETWeather »

Nope.

The source on his webpage looks like stock template from Cumulus

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Norway Skodje (aalesund) weather data">
<meta name="keywords" content="Cumulus, Norway Skodje (aalesund) weather data, weather, data, weather station">
<title>Norway Skodje (aalesund) weather</title>

<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>
User avatar
aadal
Posts: 168
Joined: Tue 04 Nov 2008 8:07 pm
Weather Station: WH 1080
Location: Skodje
Contact:

Re: favicon

Post by aadal »

TNETWeather wrote:Nope.

The source on his webpage looks like stock template from Cumulus

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Norway Skodje (aalesund) weather data">
<meta name="keywords" content="Cumulus, Norway Skodje (aalesund) weather data, weather, data, weather station">
<title>Norway Skodje (aalesund) weather</title>

<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>


Thanx i found out that when i publish/edit on my ftp it last to next update from Cumulus, i edit the pages local but no help.
When i edit index.htm from ftp it last to next update thise is what i try to publish:
<head>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Svein Johnsen weather data">
<meta name="keywords" content="Cumulus, Svein Johnsen weather data, weather, data, weather station">
<title>Svein Johnsen weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
</head>

The read one is gone when next update is done...
Only last for 15 minits...
Please help?
Last edited by aadal on Thu 06 Nov 2008 5:03 pm, edited 1 time in total.
  • Windows Vista
Image

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: favicon

Post by steve »

I'm finding this very confusing. There is no index.php with Cumulus.

If it's the standard index.htm file you're using, as I said above, you need to edit indexT.htm on your computer, because index.htm is re-generated from that every upload. And if you do edit the standard indexT.htm, be aware that it will get overwritten when you install a new version of Cumulus.

Does this help?

Steve
Steve
User avatar
aadal
Posts: 168
Joined: Tue 04 Nov 2008 8:07 pm
Weather Station: WH 1080
Location: Skodje
Contact:

Re: favicon

Post by aadal »

steve wrote:I'm finding this very confusing. There is no index.php with Cumulus.

If it's the standard index.htm file you're using, as I said above, you need to edit indexT.htm on your computer, because index.htm is re-generated from that every upload. And if you do edit the standard indexT.htm, be aware that it will get overwritten when you install a new version of Cumulus.

Does this help?

Steve
Sorry i have no index.php it shold be index.htm
I found a solution i upload the favicon to aadal.biz/ and now it seams to work without to set any in index.htm.

My weather site is on http://www.aadal.biz/~weather
So i leave thise for now.

Had to go back to build 510 from 514 no update on banner.
Thanks for help :D
  • Windows Vista
Image

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: favicon

Post by steve »

aadal wrote:I found a solution i upload the favicon to aadal.biz/ and now it seams to work without to set any in index.htm.
That's good, that's the way I understood favicons to work.
Had to go back to build 510 from 514 no update on banner.
I don't understand that, I don't think there should be any difference for the banner. The code to upload the realtime.txt file has changed (as discussed at length elsewhere) but it's still putting it in the same place as before.

Still works for me:
Steve
Roger
Posts: 2
Joined: Thu 06 Nov 2008 1:56 pm

Re: favicon

Post by Roger »

For more information about Favicons read the relevant Wikipedia article.

Briefly, there are differences between Internet Explorer (which does not need the <link> tag but which requires the favicon to be in a fixed format and called favicon.ico) and other browsers (which do require the <link> tag but allow more flexibility in format and naming). At least that's how I read the article and it matches my experience but this is a moving target and the latest versions of browsers may be more flexible.
Image
User avatar
gumm
Posts: 25
Joined: Wed 03 Sep 2008 6:52 am
Location: Cape Town

Re: favicon

Post by gumm »

I might be *very* johnny-come-lately here, but I know that favicons are notoriously sticky in your cash.
So I always need to clear my cash when I changed a favicon in order to see the changes.

2c worth.

Regards
Gumm
User avatar
Budgie
Posts: 28
Joined: Sat 13 Dec 2008 11:01 pm
Weather Station: LaCrosse WS2300 & Davis VP2
Location: Isle of Lewis
Contact:

Re: favicon

Post by Budgie »

For anyone interested then Dynamic Drive have a good favicon generator.
You supply the image and it changes it to the correct sized .ico image & gives you the code.
Post Reply