MyBB Community Forums

Full Version: add background profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use profile image plugin.
I want to add profile image of specific user on background at user profile.
One ideea is to replace <fieldset> background with specific image, but css don't read html syntax

This is the syntax with only specific image url: {$userprofilepicture['image']}
This is the link to my community profile http://zmbio.eu/forum/User-Spin
anyone ?
bump.
<div style="background-color:#aaa;background-image: url({$userprofilepicture['image']});background-repeat:no-repeat;background-size:cover;background-position:center;height:300px;"></div>

Go into your Member Profile template in AdminCP and add the above code in the template wherever you want the background-image to appear.