Quote:
Originally Posted by NavS
I was wondering if this was possible, make it so that guests can see it the way that members see it, but still have my forums setup to not let guests see the forum without registering?
|
ok never mind I have it now so that it shows to all, but I'd like to make it so that certain user groups can't see the content of what was posted...
PHP Code:
if ( $thread['preview'] )
{
$clip .= "<br />{$thread['preview']}";
}
it's that thing but I don't know what to add or edit...