Here you all go guys and girls i just spent a few mins figuring this out here's what you all want
PHP Code:
UPDATE: in admin/functions.php FIND:
// ################################ Start ##################################
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
// ################################# End ####################################
and replace with
// ################################ Start ##################################
if ($firstnew>$guestposts) {
$post[message]="Sorry You Can Only See A Limit Of $guestposts Till You Register!";
} else {
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
}
// ################################# End ####################################
note you can add what you want where it says
Sorry You Can Only See A Limit Of $guestposts Till You Register!
also updated txt file