The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do i add the profile picture in the usercp?
I added the code to the usercp but it won't show the image. Any help would be greatly appreciated.
|
#2
|
||||
|
||||
What exactly do you mean by "added the code" ?
|
#3
|
|||
|
|||
Code:
<if condition="$show['profilepic']"> <tr><td align="center" valign="top"> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /><center>Main Profile Picture</center> <else /><img src="/boards/images/misc/no_pic.jpg" alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" /><center>Main Profile Picture</center> </td></tr> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|