PDA


View Full Version : Weather Block Module


joeychgo
05-18-2004, 06:44 AM
I have this weather block


http://www.vbadvanced.com/forum/showthread.php?p=4398#post4398


How do I make a module for it? Someone please post a simple way to make modules

joeychgo
05-25-2004, 01:23 AM
Bump

cLord
05-25-2004, 01:53 AM
I'll see what I can do for ya.
Give me a few hours, need to get some sleep first...
It's really not that hard to convert this one. ;)

cLord ;)

joeychgo
05-25-2004, 03:38 AM
Yeah, I didnt think it would be --- we need a basic module - like the custom blocks on VBA -- where we can just insert stuff like banners, google, etc.

cLord
05-25-2004, 08:53 AM
Basic Module: http://www.vbadvanced.com/forum/showthread.php?t=1011
Weather Module: http://www.vbadvanced.com/forum/showthread.php?t=1012

@ your service! :D
cLord

joeychgo
05-25-2004, 01:35 PM
Mucho Apppreciado Compadre!!

Lance Carbuncle
01-13-2006, 05:31 PM
Hello Everyone,

Well, I am just trying to figure this out... pretty good at following directions, but a non coder and newbie at this....

I am just trying to install the simple weather channel module.... just want it to show the weather for a specified location.... not pulling anything from profiles........

So, I have a module up and running... but it isn't showing up properly.... colors are all screwed up, and for the life of me, I can't figure out how to fix it.....

Here is my page: http://www.forums.repashy.com/cmps_index.php

here is what the module should look like (I might have a different style in the CMPS right now because I have tried a few) ... http://www.repashy.com/weatherchannelmodule.htm

(I uploaded the code from weatherchannel to an html page.... so this is exactly the same as the code I put in my template:

What the heck is going on? I could really use some direction before I pull the remaining hair out of my head :)


here is what is in my template

<tr>
<td class="$bgclass">
<span class="smallfont">

<script src='http://voap.weather.com/weather/oap/NCXX0006?template=GENXV&par=1016660530&unit=0&key=2665d386fc06439410770e1e77fd6337'></script>

</span>
</td>
</tr>

vb 3.50
vba 2

Sincerely, Allen