3
           
            
                
     
    
    or if you mean when someone 1st creates a new topic.
ie on the new topic form.. where u have the options >
Post Anonymously 
Enable html tags 
Enable Smiley 
Enable XOOPS Code 
Enable line break (Suggest to turn off if HTML enabled) 
Attach Signature 
Notify me of new posts in this thread
if you mean this notification.. you can do this by editing file newbb/include/forumform.inc.php
find around line 215 (in newbb 2)
$notify = 0;
and change to $notify = 1;
same for CBB 1 but at line 218 instead.