Weather by You!

Templates and Projects support => Php templates => Topic started by: BestGear on February 26, 2015, 08:55:58 AM

Title: Customisation of site
Post by: BestGear on February 26, 2015, 08:55:58 AM
Hi Guys

is there an easy wat to change the text below in the template?

I did think it may have come from Cumulus, but not sure.

Welcome to Weather station
The weather station in use is the Fine Offset, and these pages are updated every 5 minutes
The meteorological day used at this station ends a midnight.


Many thanks in advce


David
Title: Re: Customisation of site
Post by: jman414999 on February 26, 2015, 09:19:21 AM
check your Cumulus go to configuration then select station. I believe everything is in there
Title: Re: Customisation of site
Post by: BestGear on February 26, 2015, 12:25:17 PM
Thanks for the reply.

I can see the name and description in the station settings but the actual text in the above post must be hard coded somewhere!

Thanks
Title: Re: Customisation of site
Post by: BestGear on February 26, 2015, 12:32:49 PM
Hi

I found the text in index.htm within the original Cumulus web files, but cant see them within BlueV2.

Any help is very much appreciated.
Title: Re: Customisation of site
Post by: jman414999 on February 26, 2015, 01:41:20 PM
you do see in the index.php that it is pulled from the cumulis software but I don't know how to change it sorry
Title: Re: Customisation of site
Post by: Mr.Meteo on February 26, 2015, 05:01:55 PM
Hi David,

In my Php templates, all these words are coming from language files.
So, to change these texts you have to edit all language files in "lang" folder
if you want to keep your Template multilingual!

Or you could replace corresponding variables in your page with custom texts,
but the same phrases will be used in all languages!

Regards,
Jacques
Title: Re: Customisation of site
Post by: BestGear on February 27, 2015, 05:00:39 AM
Many thanks Jacques

I should have thought of that!

All sorted now.....