The Arcive of vBulletin Modifications Site. |
|
Profile Page Banner Details »»
|
||||||||||||||||||||
Changeable Member Profile Page Banner
Will work on all 3.8 series Description: Your members can add a banner above their Profile page. ================================================== === Demo: http://blind-eddie.com/forum/member.php?u=1 Music will play in profile, please adjust volume before clicking. ================================================== === Step One: You will need to make a new User Profile Field. Admincp/User Profile Fields/Add New User Profile Field Single-Line Text Box Title: Add a banner above your profile Description: Please add your Image URL (Example: ![]() Field Required: No Field Editable by User: Yes Display Page: Edit Details Save it Remember the field ID number, you will need it later. ================================================== === Step Two: You will need to edit your MEMBERINO template. (MAKE A BACKUP OF ANY TEMPLATE YOU EDIT BEFORE YOU EDIT IT, YOU MAY NEED IT IF YOU MAKE A MISTAKE.) Find: Code:
$navbar Code:
<div align=center><if condition="$userinfo['fieldxx']"><td class="vbmenu_option"><IMG SRC="$userinfo[fieldxx]" width="600" height="150"></td></tr> </if></div> ================================================== === As you see, I set the default Image size allowed to 600 x 150. Any image a member adds will show image at that size. ================================================== === Step Four: Inform your Members...Enjoy You can click Installed above right, or you can just say Thanks blind-eddie ================================================== === Show Your Support
|
||||||||||||||||||||
| Благодарность от: | ||
| caoducanh9x | ||
| Comments |
|
#2
|
|||
|
|||
|
Can you set the profile fields so only specified groups can use them? EDIT:
I have found this to work better on our style: HTML Code:
<if condition="$userinfo['fieldxx']"> <div align="center"><img src="$userinfo[xx]" width="400" height="120"></div></if> Blowjob mature |
|
#3
|
|||
|
|||
|
I dont see any picture come up in FF, it is just black where the banner should probably be.
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
only looks good on fixed styles.
|
|
#6
|
||||
|
||||
|
Change width="600" height="150" to what suits your needs, or remove that line of code altogether, but keep in mind that removing it will allow members to show images of any size.
|
|
#7
|
|||
|
|||
|
hahaha look at the thread you were looking at when you took the screen shot. |
|
#8
|
|||
|
|||
|
This is a cool little hack. It reminds me of the way you can add your own images/banners at the top of your profile page on Myspace.
|
|
#9
|
||||
|
||||
|
Thanks, If you look at the demo, you will see I moved the banner to above the navbar. To do this,
In the MEMBERINO template, find Code:
$header then add the line of code list in first post. |
|
#10
|
|||
|
|||
|
awesome thank you so much so easy to do
|
![]() |
|
|