Back to vBulletin 3.8 Template Modifications

Custom Member Page Background
Mod Version: 1.00, by Eplexx

vB Version: 3.8.7 Rating: (1 vote - 5.00 average) Installs: 10
Released: 25 Nov 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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
add below:
Code:
<div id="profilebg">

Then find:
Code:
$navbar
add below:
Code:
<div id="stylingpage">
Save now head over to memberinfo_css.

Add this code wherever you'd like after the style codes:
Code:
#profilebg{
width: 100%;
height: 100%;
background: url($userinfo[field5]);
}
^^Once you have the profile field done change the field5 to your own field number.

and if you want opacity:
Code:
div#stylingpage{
opacity:0.8;
}
^^ Edit the opacity number if you'd like, just my preference.

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.


vblts.ru supports vBulletin®, 2022-2024