Quote:
Originally Posted by columbonet
For those that use this:
I went ahead and added 2 zip code fields and marked one for "f" and one for "c". This way the visitor can choose which format to see their weather in. I then placed the code in the template twice. If they leave on zip code empty then it only shows up once. If they enter zips in both fields then they will see both F and C temps.
|
You could of just made a field with two options F and C and let them choose with a drop down.
Code:
Change this:
&units=f
to this
&units=$bbuserinfo[fieldx]
Would be much easier if you only had one spot for zip code and a option to choose between F and C