Profiles
Design and Skin Customization
1st stumbling block
I have added an image field to allow a profile cover image to be used, but I need to determine if there is an image or not in code so I can dynamically adjust the profile template.
The field is called
profile_cover_image
it is called in template using the
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_cover_image" item_id=$_profile_id}
Is there a way to determine if there is an image or not?
Thanks