|
From: Alain F. <al...@va...> - 2001-08-04 14:11:10
|
Hello,
Yes, indeed, I got it integrated now. I do have some trouble getting the
locale to "french", though. I have made the modifications to the
phpweather.php file like this:
<-- snip -->
require('plug-ins/phpweather/locale_fr.inc');
include('plug-ins/phpweather/phpweather.inc');
$metar = get_metar('EBAW');
$box_content = pretty_print_metar_wap($metar, 'Belgique');
register_shutdown_function('update_metars_db');
<-- snip -->
But everything is still displayed in US metrics etc. Maybe the plugin
doesn't support the localization?
Thanks :)
-----Message d'origine-----
De : php...@li...
[mailto:php...@li...]De la part de
Laurent Rathle
Envoyé : samedi 4 août 2001 15:47
À : php...@li...
Objet : Re: [Phpwebsite-developers] Plug-ins
Le Samedi 4 Août 2001 15:18, Alain Fontaine a écrit :
> Hello,
>
> Yup, that's what I thought, but the phpWeather thing does not have a setup
> script. Here's the list of files I have:
>
You have to look at the root of your website. You'll find the files
weather_setup.php and weather_admin.php.
--
Laurent Rathle
_______________________________________________
Phpwebsite-developers mailing list
Php...@li...
http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
|