[Openfirst-cvscommit] manual/openfirst.photogallery photogallery.php,NONE,1.1 openfirst.photogallery
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-29 21:40:29
|
Update of /cvsroot/openfirst/manual/openfirst.photogallery In directory sc8-pr-cvs1:/tmp/cvs-serv23057 Added Files: photogallery.php Removed Files: openfirst.photogallery.html Log Message: Removing old named manual file and replacing with new file. --- NEW FILE: photogallery.php --- <?php /* * openFIRST.manual - /openfirst.photogallery/photogallery.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.photogallery</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.photogallery is a very powerful photo gallery system designed specifically for the openFIRST system. The gallery comes with every feature you could possibly need. Features included are: thumbnail maker (switching GD functions depending on which GD gallery you have installed, automatically sets itself), gallery manager back-end, user comments, an advanced image naming and descriptions and a send-to-a-friend feature.</td> </tr> <tr> <td class='sub'><strong>Developed By:</strong></td> </tr> <tr> <td>David Di Biase of openFIRST</td> </tr> <tr> <td class='sub'><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_photogallery_comments<br> ofirst_photogallery_galleries<br> ofirst_photogallery_image </td> </tr> <tr> <td class='sub'><strong>Includes</strong></td> </tr> <tr> <td>photogallery.php - provides functions for viewing specific gallery images. This was developed to allow quick and easy image reference without the webmaster having to type in the direct path to the image. Simple use the functions within this script.</td> </tr> <tr> <td class='sub'><strong>How It Works</strong></td> </tr> <tr> <td><p>The photo gallery is feature-rich. It allows you to create a gallery with a description and date. It then allows you to upload images to it. After you upload images you will have an option to make thumbnails for them. You can make specific thumbnails or you can may them en mass. Thumbnails do NOT override the original image. Whenever a gallery is created a folder is created under the gallery folder. All images are uploaded to the respective gallery folder. If you choose to make a thumbnail GD will shrink the image and place it in /thumbs in the particular gallery folder.</p> <p>The thumbs image has the same exact name as the original image. When you view the gallery images if a thumbnail is present the system will use the thumbnail. If a thumbnail is not present it will revert to using the large image.</p> <p>When adding information to your image (name, description, author etc.) you will have an option of extracting the image description from a text file. There are many other gallery systems that teams use that make use of text files. We have implemented this feature to make the lives of webmasters easier. If you wish to use text file extraction you must name the text file the exact same thing as the image.</p> <p>Once images are completely uploaded and setup in the system visitors will be able to send them to friends and/or comment on them as they please.</p> </td> </tr> <tr> <td class='sub'><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to expand this module by adding new features such as: image voting, top images of the month, and a newly added images feature. The randomimg() function will also be completed to allow you to preview random images anywhere on the website.</td> </tr> <tr> <td class='sub'><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>function galleryimage([gallery id],[image name],[thumnail/large image option],[height][width]) - this function can be used to preview images from the gallery simply by using this function.</p> </td> </tr> <tr> <td class='sub'><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php - view the current galleries installed<br> gallery.php - view the current photos listed in the gallery<br> email.php - allows users to e-mail photo's to friends<br> viewphoto.php - view individual photos<br> photogallery.php - the system include file that is carried through the website by the base module. It allows simple access to any gallery image.<br> admin/cleargallery.php - clears all the photos in the gallery<br> admin/edit.php - edit gallery information<br> admin/editphoto.php - edit information about the current photo<br> admin/galleryglobals.php - a file that contains all the globals related to the photogallery module<br> admin/index.php - an admin index page<br> admin/makethumb.php - creates thumbnails, calls preview.php to create thumbs with GD<br> admin/newgallery.php - allows users to create new galleries<br> admin/preview.php - the thumbnail maker which contains the GD function switcher and functions</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.photogallery.html DELETED --- |