Quote:
Originally Posted by SamirDarji
Sounds almost like a usergroup permission thing?
|
Nope, it is hidden in the WARN template. Edit that, and you will find something like:
HTML Code:
<if condition="$bbuserinfo[userid]=='0'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">Guest - No Permissions</td>
</tr>
<tr>
<td class="thead">Unable To View</td>
</tr>
<tr>
<td class="alt1" colspan="1">Guests Are Unable To View This Page</td>
</tr>
</table>
<br/>
<else />
$warn_page
<br />
</if>
Replace that with:
HTML Code:
$warn_page
<br />