View Full Version : Profile fields
sojobo
12-14-2009, 10:58 AM
Could anyone tell me how i'd display a specific profile field somewhere?
I want to display a users profile field under their avatar, I just need to know what the variable thing is I guess, the rest I can do myself.
BBR-APBT
12-14-2009, 11:59 AM
if you look in the postbit/postbit_legacy template depending on what you use, to get a idea of what to add.
But it will be something like the following.
<vb:if condition="{vb:raw post.fieldxx}">
{vb:raw post.fieldxx}
</if>
sojobo
12-14-2009, 12:12 PM
Ok I see;
{vb:raw post.field2}
so what if I want to display this outside of a thread, what would I replace post. with?
BBR-APBT
12-14-2009, 12:14 PM
Ok I see;
{vb:raw post.field2}
so what if I want to display this outside of a thread, what would I replace post. with?
{vb:raw bbuserinfo.fieldxx}
Any time you place code on here please use the [code] bbcode tags.
sojobo
12-14-2009, 12:20 PM
Thanks pal that worked a charm :]
Blackhat
05-02-2010, 10:49 PM
I want to let my users insert their own background or header image. How can I use this in the vbulletin.css style sheet?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.