Weather by You!
Templates and Projects support => Html Templates => Topic started by: ubik on March 31, 2013, 04:21:57 AM
-
Hi, as I said in my last post, change the PHP to HTML format, since I found it easier to understand. However something is to polish.
For some reason I can not find, I open the images folder, but it is on the server.??
Some instruments gauges do not work, do I find the reason.
I wish I could translate the tag ends the registration page, so they do not read English, I mean, instead of appearing "at 16:29 on August 10, 2012" that AT and ON expressions can be changed to Spanish.
And I think the last for now jejejejej, the graphics are not updated. Some failures that have been committed and corrected, but those of mometno not find how to do it.
The address is http://www.meteovillavieja.es/meteovillavieja/index.htm
Thank you very much for everything
-
Hello again, I solved the issue of the image folder, now it looks good, not a problem of the folders and addresses, it was me, I cleaned and fixed jejej Chache.
I keep looking things.
By the way, can be placed inside the folder steelseries gauges?
soon
-
Hi Ubik,
You lost a lot when you go back to html templates, as a complete
Polish translation was available for php and also, dates formatting
has to be done on each webtag!
Check in your pages all webtags needing data format
<#TpressH format="à h'h'nn, 'le' d mmmm yyyy">
which give this result, in French : à 6h34, le 10 avril 2022
In php templates, you have only 4 lines to modify:
// Date formatted
$to = "to "; // Ex: to 20 may
$pre_time = "at "; // Ex: at 10:45
$pre_date = " on "; // Ex: on 25 may
$only_date = "On "; // Ex: On 25 may
Regards,
Jacques
-
Thanks Jacques, I have of course the best option would be the V2, but now I have time to improve my poor command of PHP, so for now, put into operation in a few months V1 and V2 again.
What comets of me for change, I've tried it and does not work. . . . . something I'm doing wrong.
I'll keep trying.
-
Jacques,
I am just wondering what is the difference between images.htm and photos.html? I see both scripts in the Weatehr Blues template and the photos.html is not being used as far as I can tell. Should I just delete the photos.html? The images.htm works just fine for me (except for the header font being a tad different).
Tom
-
Hi Tom,
That is an error, photo wasn't supposed to be there
... so, just drop it!
Regards,
Jacques