Log in

View Full Version : Looking for weather addon


mousegeek
02-22-2008, 10:26 PM
I'm looking for some kind of weather addon that wil ldisplay the weather for a certin location. It needs to be for version 3.6.8, thanks!

LorinPotter
02-23-2008, 06:35 PM
Here is what I use at http://vulcanriders.us/forum
Got the code from one of the free htmp/perl/PHP sites.

I put it in the footer template

<!-- weather -->
<table align="center">
<form action="http://mobile.wunderground.com/cgi-bin/findweather/getForecast">
<input type="hidden" name="brand" value="mobile" />
<div><span class="smallfont">Get Weather for any City, State, Zipcode, or Country:</span></div>
<div><input type="text" class="text" name="query" size="50" /><input type="submit" value="Fast Forecast" /></div>
</form></table>
<!-- end weather -->

Opserty
02-23-2008, 06:55 PM
I don't think there is going to be a modification prebuilt for something like this. However you can just include the HTML/Javascript (and PHP) required to the run the script in a template or plugin, as suggested in the above post.

mousegeek
02-27-2008, 10:23 PM
Here is what I use at http://vulcanriders.us/forum
Got the code from one of the free htmp/perl/PHP sites.

I put it in the footer template

<!-- weather -->
<table align="center">
<form action="http://mobile.wunderground.com/cgi-bin/findweather/getForecast">
<input type="hidden" name="brand" value="mobile" />
<div><span class="smallfont">Get Weather for any City, State, Zipcode, or Country:</span></div>
<div><input type="text" class="text" name="query" size="50" /><input type="submit" value="Fast Forecast" /></div>
</form></table>
<!-- end weather -->

But what sites? Do you have a URL/LINK?

mousegeek
02-29-2008, 02:43 AM
Hello? Anyone?