The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change the location and the size of avatar on profile page
How could I change the size of the picture (2) on profile page?
Also, I want to move avatar to profile picture's place and conversely (1). Screenshot: Attachment 82825 Thanks! -philos |
#2
|
|||
|
|||
template: MEMBERINFO
|
#3
|
||||
|
||||
Actually, the avatar isn't in my forum's MEMBERINFO template, but in memberinfo_block_ministats. In said template look for this:
Code:
<img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" /> Code:
<img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /> --------------- Added [DATE]1214239321[/DATE] at [TIME]1214239321[/TIME] --------------- Modification has been released here: https://vborg.vbsupport.ru/showthread.php?p=1556915 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|