Joshpet made this for me a while ago, but i think he is wery busy so i ask here instead.
// If they are usergroup 3 and in cat#2 we truncate the message<br /> if ((((strstr($user['U_Groups'],"-3-")) || (!$user['U_Username'])) && ($CatNumber == 10)) && ($btopic)) {<br /> if (strlen($Body) > $config['limitlength']) {<br /> $Body = substr($Body,0,$config['limitlength']);<br /> $Body .= "<i><b>... {$ubbt_lang['POST_MUST_SUBSCRIBE']}</b></i>";<br /> } else {<br /> $Body .= "<i><b> {$ubbt_lang['POST_MUST_SUBSCRIBE']}</b></i>";<br /> }<br /> }
if you are in group 3 and in category 10 then you only see some off the topic.
but i whant it changed so that you also not can see the replyes, the users must be able to see t´hat they are there, but they cant see what is in them..
How do i do that ??
thomas