PHP Code:
<if condition="in_array($foruminfo['forumid'], array(14,15,16,17,18, 22, 29, 33))">
<if condition="$show['attachmentlist']">
<fieldset class="fieldset">
<legend>$vbphrase[current_attachments] ($totallimit)</legend>
<div style="padding:$stylevar[formspacer]px">
<table class="fieldset" cellpadding="0" cellspacing="1" border="0" width="100%">
<form action="">
<input type="text" value="[attachvideo]$attach[attachmentid][/attachvideo]" size="50">
</form>
</table>
</div>
</fieldset>
</if>
<else />
<if condition="$show['attachmentlist']">
<fieldset class="fieldset">
<legend>$vbphrase[current_attachments] ($totallimit)</legend>
<div style="padding:$stylevar[formspacer]px">
<table class="fieldset" cellpadding="0" cellspacing="1" border="0" width="100%">
$attachments
</table>
</div>
</fieldset>
</if>
</if>
Yeah.. Had the exact same idea, but the only difference is that I never thought of simply adding that variable.
P.S. It doesn't work though.