View Full Version : HELP! Profile Pictures
Hex_legend
01-23-2009, 04:06 PM
How do I get the profile pictures to display on FORUMHOME?
$prepared is not working
Lynne
01-23-2009, 04:21 PM
$bbuserinfo would be what you would use for the user viewing the forumhome page.
Hex_legend
01-23-2009, 04:27 PM
<if condition="$bbuserinfo['profilepicurl']">
<img src="$bbuserinfo[profilepicurl]" $bbuserinfo[profilepicsize] alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_picture]</phrase>" />
<else />
<img src="$vboptions[bburl]/styles/lightskin/misc/default2.jpg" width="143" height="199">
</if>
This is still not working, its pulling the default2.jpg picture
Lynne
01-23-2009, 04:34 PM
It sounds like the profilepicurl isn't available where you are trying to use it. You need to make sure the user info has been evaled before you try to use it.
Hex_legend
01-23-2009, 04:40 PM
It sounds like the profilepicurl isn't available where you are trying to use it. You need to make sure the user info has been evaled before you try to use it.
could you tell me how to eval that?
I am using it in a side column on Forumhome
Lynne
01-23-2009, 04:59 PM
Are you using a hook to get the info? What template are you putting it in? It may not even be evaled on that page because it isn't needed, which means you will need to write a plugin to get that information.
Hex_legend
01-23-2009, 05:16 PM
I have no idea how to do plugins or hooks, I just thought it would be able to show on FORUMHOME
bagh1
02-01-2009, 10:31 PM
Hi guys,
I am having the same problem. Any help would be appreciated.
TIA
Lynne
02-03-2009, 01:36 PM
There are modifications on how to put your avatar on the homepage - I'd guess you can grab that modification and modify it to put the profile picture instead.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.