Custom Member Page Background
Right so I've been wanting a way for my members to customize their own page just a bit more than the usual. I've attached the image of the example.
Example: Template Mods etc: Go to MEMBERINFO and find: Code:
$header Code:
<div id="profilebg"> Then find: Code:
$navbar Code:
<div id="stylingpage"> Add this code wherever you'd like after the style codes: Code:
#profilebg{ width: 100%; height: 100%; background: url($userinfo[field5]); } and if you want opacity: Code:
div#stylingpage{ opacity:0.8; } After the template mods are finished head over to Add New User Profile Field in your admincp and add a single-line text box. My settings: Title: Profile Background Description: Add a custom background to your profile! Extra Stuff: I have the location in my Edit Your Details section of the UserCp. Anyone can edit their own page background at any time. Have fun =) Download No files for download. |