1- Put $squawell_var into your postbit template. (where you want your text)
2- Edit admin/functions.php find:
PHP Code:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
Before that add:
PHP Code:
if ($forum[forumid]==X) {$squawell_var='only for request posts ';}
else {$squawell_var='do not say dirty word';}
Dont forget to edit X with for forumid..
Enjoy..
Logician