Index of /

 NameLast modifiedSizeDescription

 a1/ 2009-01-04 22:57 -  
 admin/ 2002-09-09 10:53 -  
 cf4a/ 2008-12-02 02:41 -  
 cgi-bin/ 2008-02-19 01:17 -  
 conf/ 2005-09-16 02:14 -  
 core/ 2026-08-18 03:51 -  
 currentshow/ 2008-07-29 01:41 -  
 currentshowphp/ 2008-07-02 18:02 -  
 docs/ 2005-09-16 02:20 -  
 falconstreetoffices/ 2016-01-13 14:14 -  
 files/ 2005-09-16 02:14 -  
 images/ 2015-09-08 14:31 -  
 john/ 2009-01-10 00:03 -  
 js/ 2026-08-18 03:51 -  
 lib/ 2005-08-25 11:46 -  
 manual/ 2005-09-13 11:27 -  
 mod/ 2005-09-13 11:27 -  
 portfolio/ 2008-03-31 18:24 -  
 system/ 2016-01-25 11:14 -  
 templates/ 2008-04-01 23:01 -  
 theframemaker/ 2016-04-22 15:14 -  
 themes/ 2005-09-13 11:27 -  
 phpinfo.php 2008-02-21 21:22 19  
 fantversion.php 2005-09-16 08:00 37  
 500.shtml 2010-02-15 13:57 71  
 fantastico_fileslist..>2008-02-19 01:39 197  
 article.php 2004-11-24 12:40 274  
 test-Brian.php 2008-03-01 09:14 331  
 event.php 2005-03-01 10:24 348  
 ssv3_directory.php 2016-03-11 16:22 401  
 announce.php 2005-03-01 08:33 409  
 page.php 2005-03-01 08:33 412  
 form.php 2005-03-01 08:33 429  
 file.php 2005-03-01 08:33 491  
 404.shtml 2008-03-08 07:55 614  
 favicon.ico 2010-02-01 22:06 822  
 mod.php 2003-02-28 12:39 1.3K 
 infopage.php 2008-02-27 10:20 2.2K 
 shows.php 2014-04-17 13:41 2.4K 
 security.php 2005-08-17 07:33 2.7K 
 thankyou.php 2014-04-17 13:31 3.9K 
 INSTALLATION.html 2008-03-31 19:00 3.9K 
 results.php 2008-03-30 13:31 4.2K 
 rauschenberg.php 2008-05-15 10:10 4.4K 
 drive.php 2014-04-17 13:23 4.8K 
 staff.php 2026-02-02 16:43 6.3K 
 gettingstarted.php 2015-09-02 15:45 6.7K 
 slideshow.php 2008-03-31 23:41 7.4K 
 shadowboxframes.php 2016-02-08 12:57 8.8K 
 pictureframeinstalla..>2014-04-17 13:27 8.8K 
 conciergeframing.php 2016-02-08 16:14 11K 
 customframing.php 2016-02-08 12:47 11K 
 museumqualityframing..>2016-02-08 12:56 12K 
 joinus.php 2014-04-17 13:25 14K 
 email.php 2026-04-21 11:53 15K 
 php.ini.php-upgrade-..>2014-02-18 18:20 40K 
 php.ini.php-upgrade-..>2015-12-18 07:55 41K 
 rss2html.php 2008-02-19 07:05 51K 
 php.ini.ea4bak 2019-03-06 15:08 66K 
 php.ini.ea4new 2019-04-18 19:08 66K 

Using the Portfolio Slideshow

How to Use the Portfolio Slideshow

Installation

In your PHP page, include the following wherever you want the slideshow to appear:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?OPTIONS"); ?>

Where OPTIONS can be:

Examples:

Event slideshow:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?type=frame&thumbWidth=153&imageWidth=450&slideshowHeight=250"); ?>

Community slideshow with slideshow turned off:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?type=community&thumbWidth=153&imageWidth=450&slideshow=off"); ?>

CSS Styles:

The slideshow uses the css stylesheet of the page in which the slideshow is included and uses the following styles:

The image zoom page uses the http://finecustompictureframing.com/portfolio/portfolio.css stylesheet and the following styles:

Editing the Database:

Simply add new records to the images table in the finecust_images database and fill in all applicable fields. The only truly necessary field is image_url. All other fields may be left blank (aka NULL) and the slideshow viewer will simply ignore them. When adding new rows via phpMyAdmin, leave the id field blank, it is an auto_increment primary key field and will automatically be filled with the next number in the sequence. **SPECIAL NOTE**: the h1_text field should be set to ZOOMIMAGE in the case where you want the link to open up the image zoom page (this is because the slideshow will construct the URL automatically).

NOTE: the image_url location is relative to the document root of your server. This means that /pix refers to http://finecustompictureframing.com/pix If you want your pictures to be inside theframemaker, your image_url would have to piont to /theframemaker/pix

That's it!