So I have a custom field on the author page, where a user uploads a image which will be used as a background image on their author page. I've setup up everything except I'm not sure how to setup a conditional to display a default image when the user hasn't upload his/her own image.
The custom $curauth-> field is called user_banner.
So basically:
[if user_banner]
The image would be displayed here.
[else]
The default image would go here.
[end]
Any ideas?