The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to add the users profile picture to some templates, for instance USERCP.
I'm not sure if I'm using the wrong variable name or this requires a php edit, or both. I've tried <img src="$bbuserinfo[profile_picture]"> and also tried the following other variables (none of which worked to display the users profile picture). <img src="$bbuserinfo[profileurl]" <img src="$bbuserinfo[pofilepicurl]" <img src="$bbuserinfo[profilepic]" --------------- Added [DATE]1395975971[/DATE] at [TIME]1395975971[/TIME] --------------- Nevermind. Found the solution: <img src="image.php?u=$bbuserinfo[userid]&type=profile" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|