Weather by You!

Templates and Projects support => Php templates => Topic started by: ssbk23 on October 16, 2013, 06:05:37 AM

Title: Weather Sunset not updating Trends
Post by: ssbk23 on October 16, 2013, 06:05:37 AM
Hello,
I have a problem with the trends. The file does not seem to update. I have allready read and tried all the possible solutions in the forum.
My page is http://www.wrwpos.com/weather_station/ .
Also there is a problem with the display of date, a known issue but I still can not get round it.
Thank you for your time,

Billy
Title: Re: Weather Sunset not updating Trends
Post by: Mr.Meteo on October 17, 2013, 08:36:49 AM
Hi Billy,

Your problem is with the data files.
With your Template, you have 4 "data files":

For all data (except byMonth)
- wt_data_inc.php
- wt_data_intl.php

For byMonth record page:
- wt_month_inc.php
- wt_month_intl.php

As you could see, there is 2 versions of each file:
_inc.php files are regular (English-like) languages
_intl.php are for other languages (Utf-8)

Apparently, your dates need International version.

Hope this help,

Regards,
Jacques
Title: Re: Weather Sunset not updating Trends
Post by: ssbk23 on October 23, 2013, 02:15:59 AM
Thank you for your reply.
If I got it right, I should keep only the intl.php files an drop the rest.
I will try it out.
 Thx again