From: Don S. <ri...@us...> - 2004-03-23 04:08:11
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12877/conf Modified Files: help.php Log Message: Work on RFE #862993 on suspending monitors Index: help.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** help.php 16 Mar 2004 03:52:04 -0000 1.7 --- help.php 23 Mar 2004 03:57:46 -0000 1.8 *************** *** 25,27 **** --- 25,31 ---- $bboffline = "Take Bulletin Board Offline"; $bboffline_content = "Checking this will prevent non-deity users from accessing the bulletin board. They will be presented with a message indicating the bulletin board is offline for maintenance. This can be used when doing upgrades or maintenance like cleaning/moving messages and threads."; + + $suspend_monitors = "Suspend Monitors"; + $suspend_monitors_content = "Checking this will suspend the sending of emails that would notify you when someone has replied to a thread that you are monitoring. This is useful if you are going on vacation, for example."; + ?> |