The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
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. Code:
<vb:if condition="{vb:raw post.fieldxx}">
{vb:raw post.fieldxx}
</if>
|
|
#3
|
|||
|
|||
|
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? |
|
#4
|
||||
|
||||
|
Quote:
Code:
{vb:raw bbuserinfo.fieldxx}
|
|
#5
|
|||
|
|||
|
Thanks pal that worked a charm :]
|
|
#6
|
||||
|
||||
|
I want to let my users insert their own background or header image. How can I use this in the vbulletin.css style sheet?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|