The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I want this to display an image
I want depending on what the member picks in the usercp profile option for a picture to be displayed in the members postbit
so I was thinking this might work but it didnt <img src="http://www.hustleblock.com/images/sides/<if condition="$userinfo[field5]"></if>.gif"> how would I do it? |
#2
|
||||
|
||||
Just like this....
Code:
<if condition="$userinfo[field5]"><img src="http://www.hustleblock.com/images/sides/></img></if> |
#3
|
|||
|
|||
no I need the option picked to be put infront of sides/ and have .gif after it...
|
#4
|
||||
|
||||
I THINK I know what you mean now...try replacing
Code:
"$userinfo[field5]" Code:
"$post[field5]" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|