View Full Version : Change the location and the size of avatar on profile page
Scandal
06-23-2008, 03:03 PM
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:
82825
Thanks!
-philos
nexialys
06-23-2008, 03:10 PM
template: MEMBERINFO
cheat-master30
06-23-2008, 03:31 PM
Actually, the avatar isn't in my forum's MEMBERINFO template, but in memberinfo_block_ministats. In said template look for this:
<img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" />
And replace with:
<img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
and vice versa in the MEMBERINFO template.
--------------- Added 1214239321 at 1214239321 ---------------
Modification has been released here:
https://vborg.vbsupport.ru/showthread.php?p=1556915
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.