The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin appearance user profile
Hi,
I have a question - can I in vB4 change appearance of the profile of users similar to it from vB 3.6? Or at least to place avatar under the nickname? It is important, please help me. |
#2
|
||||
|
||||
Do you want the avatar to go where the profile pic is, to replace it or bump the profile pic down?
If you can post a screenshot of what you'd like, it would be easier for us to advise you. |
#3
|
|||
|
|||
Quote:
http://i.imgur.com/9wihvaU.png http://i.imgur.com/ayeBanj.png http://i.imgur.com/IpwPv8x.png I would like to change the view tables in the profiles, you know - I prefer to view an older version of vBulletin, 3.6, not 4.2 which I have on the forum. I could somehow change the appearance, or would I need to change the version? Additionally, I would like to set an avatar under the nickname, as in the first screenshot. |
#4
|
||||
|
||||
Okay, if you want the user avatars to display directly below the titles, you will need to edit your "MEMBERINFO" template as follows:
Locate the code: HTML Code:
<vb:if condition="$prepared['usertitle']"> <br /> <span class="usertitle">{vb:raw prepared.usertitle}</span> </vb:if> HTML Code:
<img src="{vb:raw show.avatar}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" id="user_avatar" style="margin: 5px 0" />
Product: vBulletin Hook Location: member_complete Title: Create URL To Avatar Plugin PHP Code: PHP Code:
Click "Save." Now, to prevent the thumbnailed avatar from displaying, edit your "memberinfo_block_ministats" template by locationg the code: HTML Code:
<vb:if condition="$prepared['avatarurl']"> <dl class="stats"> <dt>{vb:rawphrase avatar}</dt> <dd class="avatar"><img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" id="user_avatar" /></dd> </dl> </vb:if> HTML Code:
<vb:comment><vb:if condition="$prepared['avatarurl']"> <dl class="stats"> <dt>{vb:rawphrase avatar}</dt> <dd class="avatar"><img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" id="user_avatar" /></dd> </dl> </vb:if></vb:comment> |
Благодарность от: | ||
Lynne |
#5
|
|||
|
|||
Thanks a lot!
Now I have another problem: http://i.imgur.com/c1VS7wb.png I wish that the title has been under the nickname, and avatar below the title. Additionally, I would also like to 'Send a private message', 'Home Site', etc. to put under the avatar, because they look terrible in the present moment. |
Благодарность от: | ||
mathforum |
#6
|
||||
|
||||
Quote:
HTML Code:
<div><img src="{vb:raw show.avatar}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" id="user_avatar" style="margin: 5px 0" /></div> |
#7
|
|||
|
|||
Quote:
But now... I would like to make a table look in profiles on vBulletin 4 how here: http://i.imgur.com/3r1O0cE.png Is it possible? |
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
Quote:
I would like something like this: http://i.imgur.com/e9AIry5.png Currently I have this: http://i.imgur.com/5HbEObr.png |
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|