|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/www/imagemanager/docs/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Option: thumbnail.gd.folder</title> <link href="css/screen.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="header"> <h1>Option: thumbnail.gd.folder</h1> </div> <div class="content"> <p>This is a relative path to where the generated thumbnails should be stored and retrieved from, as default, it uses "mcith" folder. This folder will be created if it does not exist, the folder will be created as a subfolder to the folder where the image is.</p> <p>If you do not wish to show this folder, you can filter it out using the <a href="option_filesystem_exclude_directory_pattern.html">filesystem.exclude_directory_pattern</a> option.</p> <p>Please note that this is a required configuration if you want to use the auto generate functionalty.</p> <h3>Example of usage in the config.php file:</h3> <div class="example"> <pre> $mcImageManagerConfig['thumbnail.gd.folder'] = "mcith"; </pre> </div> <br /> <h3>Example of usage in a mc_access file:</h3> <div class="example"> <pre> thumbnail.gd.folder="mcith" </pre> </div> </div> <div class="footer"> <div class="helpindexlink"><a href="index.html">Help index</a></div> <div class="copyright">Copyright © 2005-2006 Moxiecode Systems AB</div> <br style="clear: both" /> </div> </body> </html>