Topic: Add weather forecast to front page/portal?

does anyone have any idea how i could add a 5-day weather forecast to my miniportal front page?  you can see an example of what i mean here:

http://www.thebestof.co.uk/stafford/news ("Local forecast" halfway down on the right-hand side)

thanks smile

Re: Add weather forecast to front page/portal?

sure..... that easy get the code for displaying ur weather and put it in a file called weather.php
then put it in the include/user folder

then place it in the main tpl by doing a <pun_include "weather.php">

example
http://modelcrowd.com on the side bar a weather block for me area.
Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Add weather forecast to front page/portal?

here is my code

 <div class="block">
            <h2><span>Weather</span></h2>
            <div class="box">
                <div class="inbox">
<a href="http://www.weatherusa.net/forecasts/?pands=35805"><img 
src="http://www.weatherusa.net/forecasts/?forecast=hourly&alt=hwicc&config=png&pands=35805&hwvdisplay=Huntsville%2CAL" 
width="170" height="100" border="0" 
alt="Click for Forecast for 35805 from weatherUSA.net" 
title="Click for Forecast for 35805 from weatherUSA.net" /></a>
</div>
                    </div>
                    </div>
My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Add weather forecast to front page/portal?

excellent!  thanks for the quick reply smile

don't suppose anyone knows of a site that provides UK regional weather feeds, in the same way as weatherUSA does in quaker's code?

Re: Add weather forecast to front page/portal?

umm... search google...

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!