Changes between Version 7 and Version 8 of WebForum
- Timestamp:
- Sep 13, 2007, 8:08:43 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebForum
v7 v8 3 3 BOINC provides its own software for web based message-boards (also called 'forums'). Messages, and descriptions of the message boards, are stored in the BOINC database. Two types of message boards are supported: 4 4 5 * '''Forums''': These are conventional message boards, typically sorted so that most recent messages are first. 5 6 * '''Questions and answers''': These provide a 'self-organizing FAQ' that shows questions (sorted so that current and frequently-asked questions are listed first) and answers (sorted so that 'good' answers are listed first). 6 * '''Forums''': These are conventional message boards, typically sorted so that most recent messages are first.7 7 8 To create message boards for your project, edit the file html/ops/create_forums.phpto create a set of message boards appropriate for your project, and then run that script, i.e. type8 To create message boards for your project, edit the file `html/ops/create_forums.php` to create a set of message boards appropriate for your project, and then run that script, i.e. type 9 9 {{{ 10 10 php create_forums.php 11 11 }}} 12 12 13 If you decide NOT to use the [ProtectionFromSpam Akismet anti-spam system], you will then need to edit html/user/forum_post.php and html/user/forum_reply.phpto comment out the references to Akismet. i.e.13 If you decide NOT to use the [ProtectionFromSpam Akismet anti-spam system], you will then need to edit `html/user/forum_post.php` and `html/user/forum_reply.php` to comment out the references to Akismet. i.e. 14 14 {{{ 15 15 require_once('../inc/akismet.inc');