2012-05-13, 12:19 PM
Hey,
I was trying to allow users to have backgrounds in their profile using custom profile fields. I created two fields:
URL of image
Position (left, center or right)
Then in the profile template I put the content in a divider and used this css:
This is returned regardless of whether the options are set:
It seems that the template can't read Custom Profile Fields. Is there a way to allow it to do so?
Cheers,
Clarkie
I was trying to allow users to have backgrounds in their profile using custom profile fields. I created two fields:
URL of image
Position (left, center or right)
Then in the profile template I put the content in a divider and used this css:
background: url('{$post['fid5']}') top {$post['fid6']} no-repeat;
This is returned regardless of whether the options are set:
background: url('') top no-repeat;
It seems that the template can't read Custom Profile Fields. Is there a way to allow it to do so?
Cheers,
Clarkie