Search Zoom Media Gallery

Software Screenshot:
Search Zoom Media Gallery
Software Details:
Version: 1.0.1
Upload Date: 5 Jun 15
Developer: RPrince
Distribution Type: Freeware
Downloads: 4
Size: 4 Kb

Rating: nan/5 (Total Votes: 0)

It searches categories and images on name, keywords and description.

Each category or image with a match will be returned in the search results.

Very straightforward searchbot, but it does require a hack to one Zoom file. Once installed, you need to add this code:

// Added to support Zoom Searchbot Code (v 0.4) // By rprince // A key of -1 means that an extra parameter, imgid, has been passed. // This block will find the key for the appropriate image and set it $key to that value. // Then control will pass to the normal view.php functionality. if ($key == -1) { $imgid = $_REQUEST['imgid']; $key = 0; foreach ($zoom->_gallery->_images as $image) { if ($image->_id == $imgid) { // If this is the right image, leave the loop. Key is already set correctly. break; } else { $key ; } } } // End of Zoom

Searchbot Code in mamboroot/components/com_zoom/view.php immediately following this line: defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

Similar Software

JoomlaLMS
JoomlaLMS

10 Apr 16

Book Library
Book Library

5 Jun 15

Comments to Search Zoom Media Gallery

Comments not found
Add Comment
Turn on images!