Hello,
I use the Norwegian weather forecast from
www.yr.no on my homepage, as a html version.
I should like to use the more accurate php script, a yr.php which can be downloaded from their website.
I get three big problems which I am unable to solve:
a) the yr.php "leaves" my Joomla main content module, and opens in a new, blank window.
( I have teste your php module with other test scripts, they open "inside" Joomla main content)
b) the yr.php will not "parse" Norwegian characters, if I put this link:
http://www.yr.no/sted/Norge/Sør-Trøndelag/Rennebu/Nerskogen~2291328/
-- the yr.php will fail
if I remove the Norw char, and write
http://www.yr.no/sted/Norge/Sor-Trondelag/Rennebu/Nerskogen~2291328/
the script also fails
If I test with a city with no spec. chars., like :
http://www.yr.no/sted/Norge/Nordland/Fauske/
The script shows the weather data I want!
c) the yr.php dont display norw charcters
Thanks!