PDA

View Full Version : I love the memberinfo page look!


Stifmeister2
08-06-2007, 04:18 PM
I love the MEMBERINFO page look here! :eek: :cool: :up:


Is there any way you could help me replace the "Group Memberships" with "Profile Picture" like you have here?

Pic:
68119


Basically I know how to put the profile pic there... But what I'd like to know is, how can you put that "No picture uploaded." text when a user hasn't uploaded profile pic? :confused:


I'd really appreciate the help...

Gray Matter
08-06-2007, 04:26 PM
<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
<else />
$vbphrase[no_picture_upload]
</if>

Make sure you create the phrase.

Stifmeister2
08-06-2007, 04:31 PM
<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
<else />
$vbphrase[no_picture_upload]
</if>

Make sure you create the phrase.
Wow, that was fast! ;) Big thx man! :)