Chuckie
05-17-2004, 06:24 PM
Simple and generic.
Make a new Template in your Admincp called "adv_portal_weather"
Add this code: (Besure to sign up for an account at http://www.timetemperature.com/weather_content.html )
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Weather</b></span></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<legend>Current Weather</legend>
<div style="padding:0px">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
<tr>
<td width="100%">
<table cellpadding="2" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td valign="top" align="center" width="50%"> {Insert you weather data from here http://www.timetemperature.com/weather_content.html }
</td>
<td
valign="top" align="center" width="50%"><a
href="http://radar.accuweather.com/adcbin/public/radar_index.asp?"><img
src="http://sirocco.accuweather.com/nx_mosaic_400x300c/sir/inmasirus_.gif" width="325" height="225"></a><a
href="http://wwwa.accuweather.com/adcbin/public/sat_index.asp?getArea=UN_REG&type=loop&button1=Get+Satellite&sattype=ir&partner= 23878"></a></td>
</tr>
</table></td></tr></table>
</div>
</fieldset>
</span>
</td>
</tr>
</table>
<br />
</body>
Go to your Admincp - vba CMPS - Add Module
Module Title - Weather
Module Identifier - weather
OR Template to Include - weather
Make it active and select the column you want it in.
Save and you are done.
I added it to a tech page but you can add it to any page you like.
!!!!Please Note!!!!!!!!!!!!
Above is a custom block. If you want you board look to stay consistant use Brain's original Block for your cmps found here - http://www.vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=5#generictemp
Make a new Template in your Admincp called "adv_portal_weather"
Add this code: (Besure to sign up for an account at http://www.timetemperature.com/weather_content.html )
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Weather</b></span></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<legend>Current Weather</legend>
<div style="padding:0px">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
<tr>
<td width="100%">
<table cellpadding="2" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td valign="top" align="center" width="50%"> {Insert you weather data from here http://www.timetemperature.com/weather_content.html }
</td>
<td
valign="top" align="center" width="50%"><a
href="http://radar.accuweather.com/adcbin/public/radar_index.asp?"><img
src="http://sirocco.accuweather.com/nx_mosaic_400x300c/sir/inmasirus_.gif" width="325" height="225"></a><a
href="http://wwwa.accuweather.com/adcbin/public/sat_index.asp?getArea=UN_REG&type=loop&button1=Get+Satellite&sattype=ir&partner= 23878"></a></td>
</tr>
</table></td></tr></table>
</div>
</fieldset>
</span>
</td>
</tr>
</table>
<br />
</body>
Go to your Admincp - vba CMPS - Add Module
Module Title - Weather
Module Identifier - weather
OR Template to Include - weather
Make it active and select the column you want it in.
Save and you are done.
I added it to a tech page but you can add it to any page you like.
!!!!Please Note!!!!!!!!!!!!
Above is a custom block. If you want you board look to stay consistant use Brain's original Block for your cmps found here - http://www.vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=5#generictemp