Changes between Version 7 and Version 8 of WebForum


Ignore:
Timestamp:
Sep 13, 2007, 8:08:43 AM (17 years ago)
Author:
Nicolas
Comment:

Formatting, swapped order of forum types

Legend:

Unmodified
Added
Removed
Modified
  • WebForum

    v7 v8  
    33BOINC 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:
    44
     5 * '''Forums''': These are conventional message boards, typically sorted so that most recent messages are first.
    56 * '''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.
    77
    8 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
     8To 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
    99{{{
    1010php create_forums.php
    1111}}}
    1212
    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.
     13If 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.
    1414{{{
    1515require_once('../inc/akismet.inc');