adding external weather.com scripts to site
Posted: Tue Jun 12, 2007 2:27 pm
Hi Everyone,
This is my first post to this forum and I am a new user to CMS Made Simple but have fallen in love with it. I am currently on version 1.0.6. This is for our school district here in Vilonia, Arkansas and I am trying to get our content moved over to CMS to make it a site that our faculty can also begin using to expand their classroom offerings. In trying to "spruce" up the site and keep things somewhat consistant with the old site, I was trying to add a weather script to our site from weather.com (we have this on our current website (http://vilonia.k12.ar.us) but the content from the weather.com site does NOT come through, only a link is posted on the page in a box showing us how to get to the weather on weather.com.
I had cut the script from the weather.com site after it was generated by them, then I pasted iit into the template I am using (a custom copy of Left Simple Navigation + 1 column). I am using the horizontal format of their script. I created (as you will see from what I am pasting below, a new section within the template just below the "News" module to "hold" their script.
My question is, am I putting this script in the correct place? Since I cannot seem to get it to function properly (their "live" weather and graphics do not come through) should I be doing this elsewhere? I am definitely am NOT a CSS person but can hack and slash with the best of them! The code I am using is pasted below. The site I am trying to put it on is currently at 165.29.97.65/ Thanks in advance for any insight into how I might make this work. I scanned the manual but this doesn't seem to fit the scenerio I am faced with.
Vilonia Weather Forecast, AR
/* Locations can be edited manually by updating 'wx_locID' below. Please also update */
/* the location name and link in the above div (wx_module) to reflect any changes made. */
var wx_locID = 'USAR0572';
/* If you are editing locations manually and are adding multiple modules to one page, each */
/* module must have a unique div id. Please append a unique # to the div above, as well */
/* as the one referenced just below. If you use the builder to create individual modules */
/* you will not need to edit these parameters. */
var wx_targetDiv = 'wx_module_5088';
/* Please do not change the configuration value [wx_config] manually - your module */
/* will no longer function if you do. If at any time you wish to modify this */
/* configuration please use the graphical configuration tool found at */
/* https://registration.weather.com/ursa/wow/step2 */
var wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=boat*MAP=CSC|null*DN=vilonia.k12.ar.us*TIER=0*PID=1004138900*MD5=ae2f2f76093dfc8a0a24145590828c8d';
document.write('');
This is my first post to this forum and I am a new user to CMS Made Simple but have fallen in love with it. I am currently on version 1.0.6. This is for our school district here in Vilonia, Arkansas and I am trying to get our content moved over to CMS to make it a site that our faculty can also begin using to expand their classroom offerings. In trying to "spruce" up the site and keep things somewhat consistant with the old site, I was trying to add a weather script to our site from weather.com (we have this on our current website (http://vilonia.k12.ar.us) but the content from the weather.com site does NOT come through, only a link is posted on the page in a box showing us how to get to the weather on weather.com.
I had cut the script from the weather.com site after it was generated by them, then I pasted iit into the template I am using (a custom copy of Left Simple Navigation + 1 column). I am using the horizontal format of their script. I created (as you will see from what I am pasting below, a new section within the template just below the "News" module to "hold" their script.
My question is, am I putting this script in the correct place? Since I cannot seem to get it to function properly (their "live" weather and graphics do not come through) should I be doing this elsewhere? I am definitely am NOT a CSS person but can hack and slash with the best of them! The code I am using is pasted below. The site I am trying to put it on is currently at 165.29.97.65/ Thanks in advance for any insight into how I might make this work. I scanned the manual but this doesn't seem to fit the scenerio I am faced with.
Vilonia Weather Forecast, AR
/* Locations can be edited manually by updating 'wx_locID' below. Please also update */
/* the location name and link in the above div (wx_module) to reflect any changes made. */
var wx_locID = 'USAR0572';
/* If you are editing locations manually and are adding multiple modules to one page, each */
/* module must have a unique div id. Please append a unique # to the div above, as well */
/* as the one referenced just below. If you use the builder to create individual modules */
/* you will not need to edit these parameters. */
var wx_targetDiv = 'wx_module_5088';
/* Please do not change the configuration value [wx_config] manually - your module */
/* will no longer function if you do. If at any time you wish to modify this */
/* configuration please use the graphical configuration tool found at */
/* https://registration.weather.com/ursa/wow/step2 */
var wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=boat*MAP=CSC|null*DN=vilonia.k12.ar.us*TIER=0*PID=1004138900*MD5=ae2f2f76093dfc8a0a24145590828c8d';
document.write('');