Background Image Surrounding Whole Profile

SpeedRazors

New Member
Install time: 1-2 minutes

Very easy to do. Just one simple template edit and a new profile field....

Step one

Creat a new Profile Field
Single Line Text Box
Title: Profile Background Image
Description: This will add a background image that'll surround your whole profile. (Example: http://www.example.com/example.jpg)

The rest is up to you to configure. Make sure you take note of the background profile field.

Step two

In your template MEMBERINFO, find: (their should be two of these - just add it below the first one):

PHP Code:
Code:
<!-- main info - avatar, profilepic etc. -->
Add below:

PHP Code:
Code:
<div style="background-image: url($post[fieldXX]);">
just replace XX with your field number. That's it, very simple yet very effective.
 
Top