[Openfirst-cvscommit] manual/openfirst.emoticon emoticon.php,NONE,1.1 openfirst.emoticon.html,1.2,NO
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-29 21:33:42
|
Update of /cvsroot/openfirst/manual/openfirst.emoticon In directory sc8-pr-cvs1:/tmp/cvs-serv21584 Added Files: emoticon.php Removed Files: openfirst.emoticon.html Log Message: Removing old named manual file and replacing with new file. --- NEW FILE: emoticon.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>openFIRST.emoticon</th></tr> <tr> <td><div align="center"><img src="screen1.png" width="267" height="222"></div></td> </tr> <tr> <td class='sub' ><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.emoticons is to allow easy access and managment of smilies that enhance your websites functionality and design.</td> </tr> <tr> <td class='sub' ><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginn of openFIRST</td> </tr> <tr> <td class='sub' ><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_emoticons<br> ofirst_slurblock</td> </tr> <tr> <td class='sub' ><strong>Includes</strong></td> </tr> <tr> <td>emoticonf.php</td> </tr> <tr> <td class='sub' ><strong>How It Works</strong></td> </tr> <tr> <td>The emoticon system replaces certain characters in strings passed through the functions with links to emoticons. Emoticon also has a slur blocking system, which does the same exact thing. All slurs and emoticon references are stored in the module tables.</td> </tr> <tr> <td class='sub' ><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to incorporate catagory selection for awards, this we you can organize awards based on competitions, years etc.</td> </tr> <tr> <td class='sub' ><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>function emoticon_translate - loops through all the emoticons listed in ofirst_emoticons and replaces the text with an image which corresponds with it in the database.</p> <p>function emoticon_preview - this function is used to provide a list of emoticons that a user can use in the website. It predefines the limit and start of which emoticons to preview.</p> <p>function slur_block - checks for related slurs in the ofirst_slurblock table then replaces whatever it finds with its cover up value.</p></td> </tr> <tr> <td class='sub' ><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php - allows you to view and sort through the emoticons currently listed in your database.<br> emoticonf.php - this is the module include file. This file is carried throughout the website via the base module. The actual file contains 3 important functions vital to for using the entire module.</td> </tr> <tr> <td class='sub' ><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base</td> </tr> </table> <p><strong></strong></p> <?php include("$footer"); ?> --- openfirst.emoticon.html DELETED --- |