I've been looking for something like this that I can use to pass the zip code to the module in CMS and display the weather for each user based on their own zip code.
Here's the code I've input into the module:
Code:
<if condition="$bbuserinfo[field13]">
<script type="text/javascript" language="javascript1.2" src="http://weatherreports.com/jscript.html?width=125&height=125&theme=brand&location=$bbuserinfo[field13]&units=f">
</script>
</if>
Unfortunately, the zipcode isn't being passed to the module. Any idea where I made the boo-boo? (Using 3.8.2 and the latest vBAdbanced)