The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
IF CONDITION problem
I have 2 folders for images. The 1st folder is for admin upload. And 2nd folder is for users. I would like to make a condition for first check the 1st folder, if not available then check 2nd folder and if not available there too then display the noimage file.
Something like this : Code:
<if condition="image_ID.jpg"> <img src="1stfolder/image_ID.jpg"> <else /> <img src="2ndfolder/image_ID.jpg"> <else /> <img src="noimage.jpg"> </if> Any idea about how to do that ? Thanks in advance... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|