There are two ways you could do this. One would be to find
amp;us=metric& in the code and after that add
landscape=AAAAAAA& where AAAAAAA would be either
village, seaside, airport or oriental. This would however set all the location scenery to whatever option you choose.
Or you could do it this way.
Create a new user profile field
.
Profile Field Type: Single-Selection Radio ButtonTitle: Weather Location Scene
Description: Choose from Village, Seaside, Airport and Oriental imagery for the background of your weather forecast report.
Options:
village
seaside
airport
oriental
Set Default: Yes
Field Required: No
Field Editable By User: Yes
Private Field: Yes
Field Searchable on Members List: No
Show on Members List: No
Take note of the profile field number.
Save
Note: the scenery options must be in lowercase letters (
village, seaside, airport or oriental).
In your template find
Right after that put (where YY is the profile field number)
Code:
{vb:raw bbuserinfo.fieldYY}
So it looks like
Code:
amp;us=metric&{vb:raw bbuserinfo.fieldYY}
Save the template.