Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Php templates / Re: Weather blues 2
« Last post by fastbysuzuki on June 08, 2020, 07:00:47 AM »
Hi Jacques, thanks for your reply and apologies for the duplicate post I though I had deleted it

Fast
42
Html Templates / Re: Weather blues problem
« Last post by Mr.Meteo on June 03, 2020, 07:28:49 PM »
Hi Fast,

I've already answer to your question in other (duplicate) post,
see: http://weatherbyyou.com/forum/index.php?topic=2957.msg6315#msg6315

Regards,
Jacques
43
Html Templates / Weather blues problem
« Last post by fastbysuzuki on June 03, 2020, 04:23:41 PM »
Hi, we are a volunteer group that run a lookout station integrated into the national search and rescue we have to generate donations to run the station,
On this page https://www.ncifleetwood.co.uk/weather/infos.htm we have put a link on the page that we get donations from but it looks a mess as it's pushed the page down could someone help to put this page looking ok.

Thanks
44
Php templates / Re: Weather blues 2
« Last post by Mr.Meteo on June 03, 2020, 11:45:13 AM »
Hi Fast,

You've put your new item into the header just below image slides.
As this new stuff need to be in the very first line use instead
the empty div that crate space between header bottom and
content section.

Search for : <div style="height:15px"></div>

put it in that div and adjust size, if needed.

Hope this help

Regards,
Jacques
45
Php templates / Weather blues 2
« Last post by fastbysuzuki on June 02, 2020, 11:41:04 AM »
Hi, we have trying to put a link to something that generates small donations to maintain our station ( all volunteers)
Would like it so it is incorporated in the page as it is now it has pushed the page down and does not look right
https://www.ncifleetwood.co.uk/weather/infos.htm

Could someone please help to correct the problem?

Thanks
46
Php templates / Passwort for manage.php
« Last post by reimundko on May 08, 2020, 03:06:10 AM »
Got the Weather Sunset. at manage.php he asks for a password. What is the password?
47
Php templates / Re: weather blues 2 front page help
« Last post by fastbysuzuki on November 30, 2019, 02:56:32 PM »
Andy, sorry about the late reply thanks ever so much
48
Php templates / Re: weather blues 2 front page help
« Last post by Andy9164 on November 20, 2019, 09:46:01 AM »
In the index.php file somewhere between line 80 and 90 there is this line.

<p><?php echo $Tr_ind_station.' '.$stationtype.', '.$Tr_ind_update.' '.$interval.' '.$Tr_minutes.'<br />'.$Tr_ind_mday.' '.$rollovertime; ?>.

Change it to this:

<p><?php echo $Tr_ind_station.' '.$stationtype.', '.$Tr_ind_update.' '.$interval.' '.$Tr_minutes.'<br />'.$Tr_ind_mday.' '.$rollovertime; ?>. <br /><b>Please ensure the time/date stamp is current</b>

This will put the additional text in bold on the next line. If you want it on the same line remove <br /> so it reads

<p><?php echo $Tr_ind_station.' '.$stationtype.', '.$Tr_ind_update.' '.$interval.' '.$Tr_minutes.'<br />'.$Tr_ind_mday.' '.$rollovertime; ?>.<b>Please ensure the time/date stamp is current</b>

This is actually outside of php and is standard html.

Andy
49
Php templates / weather blues 2 front page help
« Last post by fastbysuzuki on November 05, 2019, 09:57:28 AM »
hi at the moment i have a test site for weather blue 2 here https://ncirossallpoint.co.uk/test/index.php

i am struggling with php i would like to add the text in bold text at the end of this line. The meteorological day used at this station ends at 10 am. Please ensure the time/date stamp is current

could someone please give me instructions?
50
Php templates / UV and Sunshine
« Last post by Andy9164 on September 12, 2019, 05:50:37 PM »
Hi Everybody,

I am doing a study for some work on graphs and gauges for weather sites and I am interested to know how many of you capture UV / Sun Radiation / Sunshine Hours on your weather stations and if you somehow display it on your websites.

Please let me know.

Andy
Pages: 1 ... 3 4 [5] 6 7 ... 10