i try if the user have permisson view category can see lastpost title on the forum statics but if No have permission (see you dont have permission)
i use this
Code:
<if condition="!in_array($bbuserinfo[usergroupid], array(5,6,9))">
<if condition="in_array($latestpost[forumid], array(43, 44, 45, 160, 161, 36, 37, 95, 146, 153, 38, 39, 40, 41, 94, 104))">
<a href="showthread.php?p=$latestpost[lastpostid]" class="text3"><b><font color="red">you dont have permisson view this title!</font><b></span>
<else />
<a href="showthread.php?p=$latestpost[lastpostid]" class="hak">$latestpost[title]</span>
</if>
bu as you know this is not useful..