Quote:
Originally Posted by kall
*waits patiently*
This has the potential to be really cool.
Am now trying to work out how the 'location' type info could be integrated with the much-vaunted "Display your users' locations on a world map" mod...
|
Hi
Go to ./includes/
And open functions_weather.php
Search for.....
Code:
function fetch_new_weather ( $in )
Below that, does your code look like this.....
Code:
global $vbphrase, $vboptions;
$data = array ();
$soap_server = $vboptions['homeurl'] . '/forecast.php?wid=' . $in . '&lid=' . WEATHER_ID;
Just tell me that.... (does it look the same as I just posted?
Sonia