[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_languages/English/admin/help/ -> forum.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_languages/English/admin/help/forum.php,v $
  14  |     $Revision: 1.3 $
  15  |     $Date: 2006/08/27 02:24:44 $
  16  |     $Author: mcfly_e107 $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $caption = "Forum Help";
  23  $text = "<b>General</b><br />
  24  Use this screen to create or edit your forums<br />
  25  <br />
  26  <b>Parents/Forums</b><br />
  27  A parent is a heading that other forums are displayed under, this makes layout simpler and makes navigating around your forums much simpler for visitors.
  28  <br /><br />
  29  <b>Accessibility</b>
  30  <br />
  31  You can set your forums to only be accessible to certain visitors. Once you have set the 'class' of the visitors you can tick the 
  32  class to only allow those visitors access to the forum. You can set parents or individual forums up in this way.
  33  <br /><br />
  34  <b>Moderators</b>
  35  <br />
  36  Tick the names of the listed administrators to give them moderator status on the forum. The administrator must have forum moderation permissions to be listed here.
  37  <br /><br />
  38  <b>Ranks</b>
  39  <br />
  40  Set your user ranks from here. If the image fields are filled in, images will be used, to use rank names enter the names and make sure the corresponding rank image field is blank.<br />The threshold is the number of points the user needs to gain before his level changes.";
  41  $ns -> tablerender($caption, $text);
  42  unset($text);
  43  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7