Quote:
Originally Posted by Krusty1231
Is there a way to add the different scenes to this? On the "block" all I can get is the country side looking one, but on profiles I got the airport one by playing with the code alittle....how would one make the airport or the other scenes work on block?
Or is this even possible?
Thanks in advance.
|
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.