Quote:
Originally posted by AlexD
No, they aren't... can look in my forum ( http://www.spassforen.de ). The Team-Forum is private. At the moment we make Points in the threadt title like these ...
|
Here:
Find this:
PHP Code:
if (!$hideprivateforums) {
and right before that line insert this:
PHP Code:
if (!$forumperms['canview']) {
$forum['dots'] = '';
$forum['thtitle'] = 'Subject Hidden';
}
This will do it. Admins (or whoever got permissions to see that forum) will see the subject, everyone else won't. Tell me how it works out.