patrickstar
08-22-2006, 01:29 AM
i created a boxset, and im trying to make it conditional so that that link a specific gallery category is only shown in a specific forum, ive tried several dozen ways and this is the last thing i tried:
<if condition="$foruminfo[forumid]==18">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>Gallery</strong> <span class="smallfont">
<img src="http://www.fitnessandbeyond.net/Gallery/showgallery.php?cat=501">
</span></td>
</tr>
</tr>
</table>
<br /></if>
any help in the right direction would be greatly appreciated, thanks in advance
<if condition="$foruminfo[forumid]==18">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>Gallery</strong> <span class="smallfont">
<img src="http://www.fitnessandbeyond.net/Gallery/showgallery.php?cat=501">
</span></td>
</tr>
</tr>
</table>
<br /></if>
any help in the right direction would be greatly appreciated, thanks in advance