Quote:
Originally Posted by Dismounted
Whatever's in the post array. Also, keep in mind there is no "else if" template condition, due to the format of which vBulletin parses them.
|
can't you nest a if inside of a else like this thou? I haven't found the need to test the theory but i belive it possible
PHP Code:
<if condition="this">
Do Something
<else />
<if condition="that"
Do Something Else
</if>
</if>