Hello all!
I want "to control" the max size of the profile picture, but only in one style. Everybody can upload a 300 x 400 px profilepic from the groups settings, but i need this picture to 200 x 200 px only for one specific style in the profile.
I want "to control" the max size of the profile picture, but only in one style. Everybody can upload a 300 x 400 px profilepic from the groups settings, but i need this picture to 200 x 200 px only for one specific style in the profile.
I tried the 'blog_sidebar_user' tamplate on the 'memberinfo' template, but doesn't work:
PHP Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]"><img src="$userinfo[profilepicurl]" $userinfo[ppwidth] $userinfo[ppheight] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_profilepic]</phrase>" border="0" class="alt2" style="<if condition="$userinfo['ppwidthpx'] > 200">max-width:200px; height:auto; width:auto !important; width:200px<else />display:inline</if>" /></a>
Please, somebody?
Comment