The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
MEMBERINFO Question
Quick question, anyone know the command to display a user's profile pic in the MEMBERINFO template. The style I have doesn't have the profile pictures displayed. I tried:
Code:
$prepared[profile_picture] $post[profile_picture] $userinfo[profile_picture] Thanks. |
#2
|
||||
|
||||
Try
Code:
$blocks[profile_picture] |
#3
|
|||
|
|||
The variable is
Code:
$prepared[profilepicurl] Code:
<if condition="$prepared['profilepicurl']"> <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td> </if> |
#4
|
||||
|
||||
Quote:
Code:
$blocks[profile_picture] |
#5
|
|||
|
|||
Yeah you're right. Although the code I used was in my MEMBERINFO template. I'll update it me thinks
|
#6
|
||||
|
||||
^_^ It's probably from an older style standard, from before 3.7 was released. We didn't have the notion of "blocks" before that.
|
#7
|
|||
|
|||
Thanks for the responses guys.
But the problem really turned into something else. Mainly, my problem is the profile pictures are not showing up in my profiles after installing a new style. Instead of just replying here for more help I decided to make a whole new post about it that better explains my situation. Anyways, if any of you have time, please check out my new post: https://vborg.vbsupport.ru/showthrea...32#post1743932 Thanks for your help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|