This is an enhanced version of "Check new images" feature in ACP (Admin Control Panel)
--------- [ Features ] ------------------ check in all categories at once
- check in a category including its subcategories
- auto resize
- auto create thumbnails
- auto insert IPTC info of name, description, keywords and date
- if no thumbnails found, creates temp thumbnails in preview list
- allow set max dimention for image preview in detailed view
- support for [Mod] Image Annotation (Watermark) by SLL
- support for [Mod] Show original image in new window by clicking on image
- backup original images somewhere else on the server (usefull if watermark used for both original (in "big" folder) and resized image)
- filter filenames - replaces all non-english letters with underline ( _ )
- rescan after adding one portion of images
Legend:
- - features configurable from the web page
- - features configurable from the web page but have some hidden options the require edit checkimages.php file
- - features not configurable from the web page, they require edit checkimages.php file
--------- [ Installation ] -----------------1) Backup
/admin/checkimages.php file.
2) Download "Check for new images in ALL categories[/url]" file (See attachment)
3) unzip it and upload it in
/admin/ folder
--------- [ How to use ] ------------------Login into Admin Control Panel (ACP) and click on "Check new images" on left side.
--------- [ Version history ] ------------------v2.11 (22-04-2006)
- added separate settings for auto insert IPTC values for name, description, keywords and date
- all main screen and half of the log messages were moved into $lang array for easier translation into other languages
- no more fatal error if no annotation mod installed and in the setting selected "Add annotation"
- fixed an issue with thumbnails preview when 4images setup to use gzip compression
- fixed a bug that would not show buttons in details view to insert name, description, keywords and date from IPTC when available
v2.10.5 - fixed few very minor warning messages
v2.10.4 - fixed a bug which wouldnt rename file when a file with the same name already exists
v2.10.3 - fixed misteriously missing option from v2.6.0 (rescan is optional)
v2.10.2 - very minor bug fixed
v2.10.1 - minor fix for media icons - now they being resized as well
v2.10.0 - added preview-auto-thumbnails
v2.9.0 - added search in subcategories
- fixed minor "check all" bug, witch was affecting auto thumbnail and auto resize options.
v2.8.0 - added filter for filenames. files with not-standart characters will be renamed
- added "backup" feature for images only. It will copy the original image into backup directory u specifyed IF the image needed to be changed (resize or/and add watermark).
v2.7.0 - Added watermark support
v2.6.3 - fixed default settings didnt work
v2.6.2 - fixed image name was taken from previous added images after rescan.
v2.6.1 - fixed user id wasnt inserted into database with detailed view mode.
v2.6.0 - "rescan after add images" now is optional.
- now all options shows after scanning, no more need to hit "check" button when any options were changed
- fixed minor bug
v2.5.3 - Added 'big' folder default setting
v2.5.2 - Fixed default settings
v2.5.1 - Fixed a bug that no metter witch category was selected it searched in all categories
- Added option to use date from IPTC
v2.5.0 - Default values for resizing now taken from 4images settings
- Settings for default values and also for check marks can be customized. (edit the file, its on top of it)
v2.4.2 - Fixed auto inserting IPTC info without "detailed" mode.
v2.4.1 - Fixed inserting IPTC info into caption field
v2.4.0 - Added auto inserting information from IPTC fields for keywords, description, name and date.
v2.3.0 - Tumbnails preview now resized proportionaly.
- After images added it returns to the main screen with log on top, instead of just showing log
v2.2.0 - Added resize image on screen in "details" view (usefull when u have small screen resolution and large images)
v2.1.2 - Tumbnails preview now resized proportionaly.
- After images added it returns to the main screen with log on top, instead of just showing log
- Image max width/height for "Detailed version" now can be set from the main screen.
v2.1.1 - Added image max width/height for "Detailed version" view (usefull when u have small screen resolution and large images)
Edit the file, u'll find new variable at the top (
$max_dimension = 600; ), set desired max size.
v2.1.0 - Added user selector to the main screen
v2.0.0 - First release