The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
This can be done by creating a custom profile field (and no queries)
you would upload mood images to images/mood/ and say for an example you had: happy.gif, sad.gif, ill.gif you would create a dropdown field with the values: "happy, sad, ill" the field will bee called fieldX (eg: field28) and can be displayed using: $bbuserinfo[fieldX] ($bbuserinfo[field28]) so to display the image in the postbit add this to the template: Code:
<if condition="$post[field28]"> <img src="images/mood/$post[field28].gif" alt="$post[field28]"> </if> etc... simple way to do what you want... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|