// if this setting is true then students and teachers can check a checkbox so that they receive a mail when somebody replies to the thread
$forum_setting['allow_post_notificiation']=true;
// when this setting is true then the course admin can post threads that are important. These posts remain on top all the time (until made unsticky)
// these special posts are indicated with a special icon also
$forum_setting['allow_sticky']=true;
// when this setting is true there will be a column that displays the latest post (date and poster) of the given forum. This requires quite some sql statements that
// might slow down the page with the fora.
// note: I'm currently investigating how it would be possible to increase the performance of this part.