vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v3.x & 2.x > Modifications (version 3.x & 2.x)

Reply
 
Thread Tools Display Modes
  #101  
Old 11-09-2008, 05:59 PM
tomc28 tomc28 is offline
Junior Member
 
Join Date: Dec 2006
Posts: 14
Thumbs up

Hi. This is the first time I've ever added a Module. It was very easy, thanks to your detailed instructions THANK YOU!

One thing which I had to read and re-read these posts before I understood was that I needed to CHANGE the [FIELDX] to lower case. [field7] (I'm using 3.7.1)

This solved everything...THANKS AGAIN!
--------------------
I'm sorry if you may've answered this already, but how can I update the code to include more than just the Temperature and small pic of cloud/clear/rain? Can we get a 5-day forecast, humidity, wind, barometer?

You had mentioned this "Widget". Have you and/or anyone used this Widget within vBadvanced?? Would you be willing to share the code and/or implementation instructions for a novice
http://www.springwidgets.com/widgets/view/28
Reply With Quote
  #102  
Old 11-09-2008, 09:21 PM
VIJOVAME VIJOVAME is offline
Junior Member
 
Join Date: Sep 2006
Posts: 3
Default

Thank You!
Reply With Quote
  #103  
Old 11-10-2008, 08:05 AM
theczech theczech is offline
Member
 
Join Date: Nov 2005
Posts: 78
Default

Quote:
Originally Posted by VIJOVAME View Post
Thank You!
You're welcome.


Quote:
Originally Posted by tomc28 View Post
I'm sorry if you may've answered this already, but how can I update the code to include more than just the Temperature and small pic of cloud/clear/rain? Can we get a 5-day forecast, humidity, wind, barometer?
The options you see in my first post are the only options this widget offers, sorry.

Quote:
Originally Posted by tomc28 View Post
You had mentioned this "Widget". Have you and/or anyone used this Widget within vBadvanced?? Would you be willing to share the code and/or implementation instructions for a novice
http://www.springwidgets.com/widgets/view/28
It's very much doable, but compared to the accuweather's widget a little more complicated, and I can only see a lot of headache coming my way if I try to implement it. I have gotten a lot of request for help with this one, and this one is simple. Since I published this code I have had an addition to my family (he's 16 months old now) and I simply don't have the time or energy to dedicate to this. Sorry ...

I'm sure though, that if you submerge yourself into this you'll be able to figure it out, just read my code slowly and you'll see what it does. Then you'll just have to change one or two lines to make it work for you. Good luck ;-)
Reply With Quote
  #104  
Old 12-26-2008, 05:52 PM
ChipW ChipW is offline
Junior Member
 
Join Date: Jan 2007
Posts: 13
Default

Quote:
Originally Posted by theczech View Post
OK, I installed this custom international weather on my test server just to mess around with it, and it works just fine for me. You can see it for yourself here: http://vb.moskaliev.info/forum/. You're welcome to register there and test it.

My default weather is set to London, UK. Location in my user account is Berlin, Germany, and it works flawlessly when I log in and out.

One thing I suggest you do, Lombardo, is make the words FIELD5 in your code lowercase (field5). On some servers it matters, yours may be one of them.

Also, what board version are you running? I wrote this originally for 3.5, my test board is 3.6 and it works on both. I bet the problem is in the upper/lower case.

Let me know and post your template again if you still have a trouble.
I don't know who Lombardo is, but this was my fix.... I run Apache on RedHat 5.2 just for the sake of giving stupid info.

Thanks
Reply With Quote
  #105  
Old 01-08-2009, 08:39 PM
xsimple xsimple is offline
Junior Member
 
Join Date: Jan 2005
Posts: 1
Default

Works great with vb3.8
Reply With Quote
  #106  
Old 01-16-2009, 07:15 PM
BuCwiLd BuCwiLd is offline
Junior Member
 
Join Date: Aug 2008
Posts: 19
Default

i installed it and its working but the module does not show like your attachments. Its just a little module with the temp and a cloud/sun. What am i doing wrong your attachments have radars, winds, etc
__________________
Reply With Quote
  #107  
Old 01-18-2009, 08:02 AM
theczech theczech is offline
Member
 
Join Date: Nov 2005
Posts: 78
Default

Quote:
Originally Posted by BuCwiLd View Post
i installed it and its working but the module does not show like your attachments. Its just a little module with the temp and a cloud/sun. What am i doing wrong your attachments have radars, winds, etc
You need to re-read the instructions and pay special attention to the OPTIONAL MODIFICATION.

Changing the size=5 parameter to a different number will get you your results. Make sure the word "size" stays lower case. Let me know if you resolved it.
Reply With Quote
  #108  
Old 01-18-2009, 08:42 PM
Mike Corrigan Mike Corrigan is offline
Junior Member
 
Join Date: Jan 2008
Posts: 2
Default

Thank You.
Reply With Quote
  #109  
Old 07-20-2009, 08:40 PM
stardotstar stardotstar is offline
\\'
 
Join Date: Feb 2009
Posts: 17
Default

Aussies:

PHP Code:
<tr>
<
td class="alt2" align="center">
<if 
condition="$bbuserinfo[FIELDX] == '' ">
Weather information for X__________X:<br>



<!--
Weatherzone local weather-->
<
style type="text/css">
.
weatherzone font-familyTahomaArialSans-Seriffont-sizesmallfont-weightnormalcolor#323232; background-color: #EFEFEF; }
.weatherzone_head font-familyTahomaArialSans-Seriffont-sizesmallfont-weightboldtext-aligncentercolor#EFEFEF; background-color: #4185A5; }
</style>
<
script type="text/javascript" src="http://www.weatherzone.com.au/woys/page_local.jsp?postcode=DEFAULTPOSTCODE"></script>
<a href="http://www.weatherzone.com.au"></a>
<!--end Weatherzone local weather--><br><br>


<if condition="$bbuserinfo[userid] > '0' ">
Would you like to see a weather info for your location?<br>
<br>
Click <a href="$vboptions[bburl]/profile.php?do=editprofile">here</a> and enter your Post Code into your profile. <br>
<br>
Every time you come back to this website your local weather will be displayed.
</if>
<if condition="$bbuserinfo[userid] == '0'">
Would you like to see weather info for your location?<br>
<br>
Please <a href="$vboptions[bburl]/register.php?">register</a> with arcHELI and remember to fill in your Post Code.<br>
<br>
Every time you come back to this website your local weather will be displayed.
</if>
<else />


<!--Weatherzone local weather-->
<style type="text/css">
.weatherzone { font-family: Tahoma, Arial, Sans-Serif; font-size: small; font-weight: normal; color: #323232; background-color: #EFEFEF; }
.weatherzone_head { font-family: Tahoma, Arial, Sans-Serif; font-size: small; font-weight: bold; text-align: center; color: #EFEFEF; background-color: #4185A5; }
</style>
<script type="text/javascript" src="http://www.weatherzone.com.au/woys/page_local.jsp?postcode=$bbuserinfo[FIELDX]"></script>
<a href="http://www.weatherzone.com.au"></a>
<!--end Weatherzone local weather-->


</if>
</td>
</tr> 
Too easy; still looking at customisation - thanks theczech for this great template module!

Will
Reply With Quote
  #110  
Old 07-21-2009, 01:01 AM
theczech theczech is offline
Member
 
Join Date: Nov 2005
Posts: 78
Default

You're welcome. And thank you for your contribution.
Reply With Quote
  #111  
Old 12-20-2012, 06:03 PM
cdoyle cdoyle is offline
Member
 
Join Date: Nov 2004
Posts: 37
Default

Is there a 4.0 version of this?
I used to have this one, and really liked it, but it stopped working when we upgraded to the latest version of CMPS
Reply With Quote
  #112  
Old 12-27-2012, 08:23 PM
Chimpie's Avatar
Chimpie Chimpie is offline
Senior Member
 
Join Date: May 2008
Location: Sarasota, Florida
Posts: 302
Default

It appears that this module has stopped working. Anyone have any ideas on how to get it back up and running again? All the data is blank.
__________________
CHIMPIE | SKYWARN

"I have found Chimpie to be very professional, knowledgeable, prompt, and reasonably priced."
"I would not hesitate to utilize his services again in the future, and I highly recommend him."
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Local music community jaffa Show off your vBadvanced! 0 06-15-2006 11:45 AM
Weather Channel - Weather Module boo Add-On Modules & Modifications 29 09-24-2005 12:24 PM


All times are GMT -4. The time now is 02:08 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.