[Openfirst-cvscommit] manual/openfirst.forum screen1.png,NONE,1.1 screen2.png,NONE,1.1 screen3.png,N
Brought to you by:
xtimg
From: <i-...@us...> - 2004-01-01 21:43:23
|
Update of /cvsroot/openfirst/manual/openfirst.forum In directory sc8-pr-cvs1:/tmp/cvs-serv16596/manual/openfirst.forum Modified Files: forum.php Added Files: screen1.png screen2.png screen3.png screen4.png setup.php Log Message: Updated the manuals for the Forum and Downloads modules --- NEW FILE: screen1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screen2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screen3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screen4.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: setup.php --- <?php /* * openFIRST.manual - /openfirst.emoticon/emoticon.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ include("../../config/globals.php"); include("$header"); ?> <h2>openFIRST Manual Module</h2> <table width="65%" cellpadding="4"> <tr> <th>Forum Setup Guide</th> </tr> <tr> <td><div align="center"><img src="screen4.png" width="267" height="222"></div></td> </tr> <tr> <td class='sub' ><strong>Installation Tips</strong></td> </tr> <tr> <td><ul><li>Log in as an administrator. Go to the forum configuration page in your browser.</li> <li>There are three pre-defined forums - Main, News, and Team. If you wish, you can remove them. You have to have a root forum in order to use the module however. It is recommended that you do not delete these three forums. If you want to rename your News forum, you have to change its name in the openFIRST.news/comments.php script as well.</li> <li>To create a subforum in any forum, select the parent forum and enter a title for a new forum.</li> <li>You can remove forums as well. Removing a forum deletes any messages in it.</li> <li>To create a top-level forum, create a forum with Main as its parent.</li> <li>To change a forum message, delete it and create another forum with the same title.</li> <li>To create a root forum, do not select a subforum when you create a new forum</li> </ul></td> </tr> </table> <p><strong></strong></p> <?php include("$footer"); ?> Index: forum.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.forum/forum.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** forum.php 24 Dec 2003 18:02:36 -0000 1.1 --- forum.php 1 Jan 2004 21:43:17 -0000 1.2 *************** *** 37,45 **** </tr> <tr> ! <td><div align="center"> ! <p> </p> ! <p align="center">[ No screenshots ]</p> ! <p> </p> ! </div></td> </tr> <tr> --- 37,42 ---- </tr> <tr> ! <td><div align="center"><img src="screen1.png" width="267" height="222"> <img src="screen2.png" width="267" height="222"></div> ! <div align="center"><img src="screen3.png" width="267" height="222"> <img src="screen4.png" width="267" height="222"></div></td> </tr> <tr> *************** *** 48,53 **** <tr> <td>The openFIRST.forum should act as a discussion and conversing area of ! your website. Team members have the ability to login and display thoughts ! and comments on particular subjects.</td> </tr> <tr> --- 45,51 ---- <tr> <td>The openFIRST.forum should act as a discussion and conversing area of ! your website. Registered members have the ability to login and display thoughts ! and comments on particular subjects. There is a private discussion area for website ! administrators only.</td> </tr> <tr> *************** *** 61,65 **** </tr> <tr> ! <td>ofirst_forum</td> </tr> <tr> --- 59,63 ---- </tr> <tr> ! <td>ofirst_forum<br>ofirst_forumposts</td> </tr> <tr> *************** *** 67,71 **** </tr> <tr> ! <td>none</td> </tr> <tr> --- 65,69 ---- </tr> <tr> ! <td>forumvisit.php</td> </tr> <tr> *************** *** 73,77 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 71,86 ---- </tr> <tr> ! <td><p>Just like any other discussion forum on the web, this module allows users to ! converse online on any subject. If you have used a forum before, you should find using this ! module easy. If not, it is very easy to learn. Once you select a forum area, click on a thread ! title to read messages. You can reply to a thread by clicking "New Reply". When you are viewing ! a forum area you can also create a new thread for discussion. It is generally advisable to discuss ! one topic per thread.</p> ! <p>While this module does not provide all of the functionality of vBulletin or phpBB it should be ! sufficient for most team sites. An unlimited number of subforums and messages is supported. ! Users are able to edit or delete their posts.</p> ! <p>The website administrators can control the forum discussion. An administrator has the ability ! to edit or delete any message, as well as set up and configure the forums. ! Please refer to the <a href="setup.php">Forum Setup Guide</a></p></td> </tr> <tr> *************** *** 79,83 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 88,92 ---- </tr> <tr> ! <td>none</td> </tr> <tr> *************** *** 85,90 **** </tr> <tr> ! <td><p>--</p> ! </td> </tr> <tr> --- 94,100 ---- </tr> <tr> ! <td><p>function latest_posts() - shows a number of recent posts from all areas of the forums. ! Useful for the front page of your portal</p> ! </td> </tr> <tr> *************** *** 92,96 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 102,110 ---- </tr> <tr> ! <td>index.php, thread.php - allow users to browse the forums<br> ! newpost.php, editpost.php - post new messages or edit existing ones<br> ! login.php - handles user authentication for the module<br> ! forumvisit.php - determines which messages have been read<br> ! admin/index.php - configuration script</td> </tr> <tr> *************** *** 99,103 **** </tr> <tr> ! <td>openFIRST.base, openFIRST.membres, openFIRST.news (optional)</td> </tr> </table> --- 113,117 ---- </tr> <tr> ! <td>openFIRST.base, openFIRST.members, openFIRST.news (optional)</td> </tr> </table> |