ULTIMATE PROFILEFor Jr. Members and above
This modification will allow users to customize their profiles just like they can on other social networks like MySpace, Facebook, Tagged, etc.
Users can choose whether they want to have this customized profile or just plain, ordinary one. They can enter About me & My Interests texts which can be formatted using BB code. Also, they can input HTML & CSS code in special text area and customize look of their profile. They can add background picture, change font, size and color of text as well as other elements.
This modification also allows them to upload their own pictures which are then showed in their profile and can be organized in albums. Other users can post comments on someones profile or pictures.
Users can disable comments for their profiles or restrict new comments only to their buddies. Pictures can be shown to all users or only to buddies.
Features: - About Me, Interests & Media box
- Organizable buddy list
- Approval of buddies
- Profile pictures
- Profile comments
- Picture comments
- Customizable look & feel
Click here to go to your Ultimate Profile (
http://elementscommunity.org/forum/index.php?action=profile;area=customized)
Oh and here's my lame profile (
http://elementscommunity.org/forum/index.php?action=profile;area=summary;u=1) as an example
Customizing your Ultimate Profile
New background imagebody {background-image: url("http://elementscommunity.org/forum/avatars/Elements/Image%20421.jpg")}
Paste the code above in your "Customization" text box in your Ultimate Profile. Your profile background image should now be a picture of a Purple Nymph. You can change the image by changing the image internet address in the code.
Removal of the gray background so that your custom background image gets more space#header, #header div.frame, #content_section, #content_section div.frame, span.left, h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {background:none repeat scroll 0 0 transparent;}
Paste the code above in your "Customization" text box in your Ultimate Profile. That's it.
YouTube VideosAdding YouTube Videos to your profile is easy. First go to
http://youtube.com and find a video you like. Then find and click the "EMBED" button.
There are some option available like player color and size. It's best to pick the smallest or second smallest video size, otherwise they profile page will become too wide and users with smaller resolutions won't be able to see your video.
When you are done, simply copy the code and paste it in the "My Media" textbox in your Ultimate Profile.
Profile colorsYou can change the profile colors by changing CSS code. Here's a couple of codes to get you started:
.content {background-color: #D2B9D3;}
h3.catbg a, h3.catbg {color:#D2B9D3;}
body, td, th, tr {color:#461B7E;}
.windowbg, #preview_body {color:#461B7E;}
.poster h4 a {color:#461B7E;}
First line is text background color, second one is titles, next two lines are for body text color, and the last one is the name of the person posting a comment.
Paste the code above in your "Customization" text box in your Ultimate Profile. Some parts of your page should now look purple. You can change the color by changing the color code numbers #D2B9D3 and #461B7E.
Here are some colors you can use:
http://www.computerhope.com/htmcolor.htm