I Tried That And All It'd Say When I Try To Go To The Page Is "Sorry, You Must Register First To View This Page."
<if condition="$bbuserinfo[6] == 6">
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">
<div><p align="center"><b>TEST</b></p>
</div>
</td>
</tr>
<tr>
<td class="alt1">
<div>
TEST
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<else />
Sorry, You Must Register First To View This Page.
</if>
|