![]() |
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. |
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. :) |
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. :) |
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']"> 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']"> HTML Code:
<vb:comment><vb:if condition="$prepared['avatarurl']"> |
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. :) |
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> |
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? |
Quote:
|
Quote:
I would like something like this: http://i.imgur.com/e9AIry5.png Currently I have this: http://i.imgur.com/5HbEObr.png |
Quote:
|
All times are GMT. The time now is 11:40 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|