Notify_by_default_sp11 0.1 Select checkbox "Notify of replies" by default in YABB 1 Gold - SP 1.1. Modified objects: post.pl Visit http://sapforum.hr-manager.de endurista http://www.hr-manager.de sources/post.pl $notification = ! $enable_notification || $username eq 'Guest' ? '' : <<"~;"; $txt{'131'}: $txt{'750'} ~; $name_field = $realname eq '' ? qq~ $txt{'44'}: ~ : qq~~; #### Check notification by default #### $notify = " checked"; #### Check notification by default ####