View Full Version : How can I give my users an option to display their user profile pictures or an avatar
Dakotadr
11-02-2009, 06:57 PM
Can anyone help me with this????? I want them to be able to have this option to appear in the thread
Brother Malachi
11-03-2009, 08:22 AM
Add a custom profile field ...a checkbox preferably. When users check it then the profile pic will be displayed instead of the avatar.
Then in your postbit use something like this
<if condition="$post[fieldX]"
display profile pic
<else />
display avatar
</if>
you can find the code for both avatar/profile pic form the templates.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.