This is what you need to run this software:
$settings['create_thumbnails'] variable to false in the /config/settings.php file. This way, the thumbnails will show as a scaled version of the main picture.Note: This gallery is not compatible with IE 5.x Mac since it seems not to support AJAX. the gallery will show a message to the user explaining this (this browser is discontinued by Microsoft, so please do not ask support for it).
Server Check: If you don't know if you have PHP installed in your host, try the following:
<?php phpinfo(); ?>
test.php and upload it via ftp to your webspace.http://yourdomain/path/to/file/test.php. Scrolling down you will find the current version of PHP and whether or not GD/GD2 is installed.Once you have checked that your server meets the prerequisites as listed above you are ready to begin the installation.
/config/settings.php in a text editor (not Word! Notepad/TextEdit will do, saving as plain text) and make the changes you wish. Save and close the file.$settings['create_thumbnails'] and $settings['cache_thumbnails'] (check other variables that might be related). The thumbnail folders will be created inside the /cache/ directory, named after the gallery starting with cache_ (e.g. /cache/cache_yourgallery/)./galleries/ folder.Note: be careful to upload images in data (binary) format, and text files in text (ascii) format.
/cache/ directory to 0777.That should be all!
NN- to the folder name in the order you want. These numbers won't appear in the gallery title. In my opinion, a good practice is to append every gallery with the date formatted as YYMMDD- if you want to order them by date.
Note: this setting might not work in some OSes/Hosts. If this is your case, let me know in the community
NN- to the image name. If you set $settings['show_thumb_number'] to false those numbers won't show as part of the image caption._) to the gallery folder name (eg. /galleries/_yourgallery/). The same applies to images you want temporarily not to appear in a gallery._info.txt (the default name) and save it inside the gallery images folder.
Note: you can change this file's default name in the /config/settings.php file.Note: Underscores (_) will be parsed and shown as spaces (), and Dashes (-) will be parsed and shown like this (-), eg.my_image-comment.jpgwill look likemy image - comment.
/languages/ directoryminishowcase is supplied with a generic set of default values that can be customised to work better within your own site. Most of the variables for the working of the gallery are contained in the /config/settings.php file. This means that you can change many of the features by editing just one file.
At this stage, customisation is still at a minimum level. Expect improved and more thorough customisation in the (near) future.
There are /*comments*/ throughout to assist with site redesigns.
Note: themes are now working again. Be aware that old themes are not compatible with the latest release of minishowcase Luckily, they're easily upgradeable. Just duplicate a new theme, copy the values of your old theme and add the missing ones accordingly. Please check afterwards since some values might have change their appearance.
Themes are preconfigured visual styles and they include overall color scheme and images. They're a good way to adapt (for now, colors and images) minishowcase to resemble more your website's appearance.
Themes are contained within the /themes/ folder. To make your own theme, just copy one of the provided ones, modify the images and the colors in the /themes/data.php file. Then rename the theme's folder (it acts as the theme's name)
Themes included in the minishowcase download:
Other themes available for download:
If you make a new theme, and want to share it with the rest of us, send a .zip compressed copy to minishowcase@frwrd.net and it may be showcased in the themes section. Please include all relevant information, including:
Any doubt, information or request might be discussed in the community. I am oftentimes very busy, a freelancer that travels from time to time, and it may happen that I don't check the threads immediately, but do not doubt that your suggestions and requests will be taken into consideration and a prompt answer is likely to be delivered.
IMPORTANT: Please read this INSTRUCTIONS thoroughly before sending any complaint/bug/feature request. If you don't receive an answer to your post or email, chances are the answer has already been covered here and I just cannot be bothered to rewrite it.
This program is freeware, you may use it at your own discretion, If you want, you can write to me and tell me where are you using it, just to check it out.
This program is in a very alpha version, I am only distributing it because it is such a simple gallery, it might be useful to others. The web is full of full-fledged, perfectly-functional php image galleries, this one is for those that want an extremely simple, easy yet powerful and configurable gallery. If you're learning php, this is a very nice place where to start. And, after all, it is offered at no cost.
This software is provided 'As Is', and no implied warranties are to be considered in any way watsoever, not even the implied warranty of FITNESS OF MERCHANTABILITY OR FOR A PARTICULAR PURPOSE. It is free, you can do whatever you want with it, it is safe, it is just server scripting code, that should be enough. By downloading this software you are deemed to this agreement.