­
Simple Image Gallery, by JoomlaWorks - Joomla Extension Directory

Introduction

Photo Gallery, Content Photo Gallery, Photos & Images, Galleries

Simple Image Gallery (by JoomlaWorks) is truly the simplest and most effective way to add image galleries into your Joomla content and a classic must-have extension for any Joomla based website.


WHY SIMPLE IMAGE GALLERY?

Adding image galleries inside your Joomla articles, K2 items, Virtuemart/HikaShop products or any other component that supports "content" plugins is dead-simple. The plugin can turn any folder of images located inside your Joomla website into a grid-style image gallery with lightbox/modal previews. And all that using a simple plugin tag like {gallery}myphotos{/gallery} or {gallery}some/folder/myphotos{/gallery}.

So for example, if we have a folder of images called "mytriptoParis" and located in images/mytriptoParis, then we can create our gallery by simply entering the tag {gallery}my_trip_to_Paris{/gallery} into some Joomla article.

The galleries created are presented in a grid of thumbnails. When your site visitors click on a thumbnail, they see the original (source) image in a lightbox/modal popup. The thumbnails are generated and cached using PHP for better results.

The plugin is ideal for any type of website: from personal ones (where you'd post a photo gallery from your last summer vacation), to e-shops (for product presentation) to large news portals. With Simple Image Gallery, you can have as many galleries as you want inside your content.

FEATURES

So let's briefly see what are the main advantages of using Simple Image Gallery:
- You don't need to have an additional gallery component to display a few images and thus you don't need to tell your visitors "to see photos of XYZ click here".
- You can place one or more image galleries anywhere within your content giving you total layout freedom.
- The gallery layout is fluid by default which means it'll fit both responsive and adaptive website layouts.
- You can set a "root folder" in the plugin's parameters if you have all your gallery folders under a single long path in your Joomla site (e.g. images/content/galleries). This way you won't have to type the full path to each gallery folder inside the {gallery}...{/gallery} plugin tags but just the gallery folder name. The default "root folder" in the plugin's parameters is "images" because that's the default folder for uploading media files in Joomla as well.
- You can use MVC overrides to change how the thumbnail grid looks in your site. Simply copy the folder /plugin/jw_sig/tmpl/Classic into /templates/YOUR_TEMPLATE/html/jw_sig/ so that you can access its files in /templates/YOUR_TEMPLATE/html/jw_sig/Classic/. You can then modify both the HTML and CSS code included there to match your template's design and colors.
- Uses the core Joomla updater.
- Uses Fancybox 3 for the lightbox/modal previews.
- Allows printing the image gallery grid when using the print preview feature available in most Joomla components (including the default article system and K2).
- Supports JPEG, PNG, GIF and WEBP as source images.

DEMO

You can see a demo of the plugin here: https://demo.joomlaworks.net/simple-image-gallery

LEARN MORE

Visit the Simple Image Gallery product page at: https://www.joomlaworks.net/simple-image-gallery

If you want to contribute to the plugin or report any bugs/issues on GitHub, have a look here: https://github.com/joomlaworks/simple-image-gallery

COMPATIBILITY & LICENSE

Simple Image Gallery is fully compatible with Joomla versions 1.5, 2.5, 3.x & 4.x on servers running PHP versions 5, 7 & 8.

Joomla 1.5 must have the "Mootools Upgrade" system plugin enabled to avoid JavaScript conflicts between Mootools and newer jQuery releases used by the plugin.

Simple Image Gallery is a Joomla plugin developed by JoomlaWorks, released under the GNU General Public License.

Simpley Great



Posted on 29 February 2008
I have yet to see anything out there that even come close to the SIG.



Easy to get up and running.



Enough options (who needs 100s)



Does the job and does it well
Download the pictures into a directory, create your story and add



{gallery}image_directory{/gallery}



to your story. That's it. Thumbnails are automatically created and displayed. Clicking on the left or right side of the picture advances to the next or previous picture. User interface is obvious and well thought out.



Directions and documentation is excellent. However, there are some minor limitations:



* No picture order: The pictures are displayed in alphanumeric order. You can't specify the order.

* No resizing: Thumbnails are created automatically, but the picture images display as actual size. We had to resize our images because they were too big.

* No comments. Only the file name is displayed.

* No layout options in the thumbnail gallery. Thumbnails are displayed depending upon the width of the webpage.

* Can take a while to load. Thumbnails are created on the fly.



Obvious you can't use this for a site that is selling paintings, but for most sites, this works great.I'm quite happy with it.

Fantastic!!!



Posted on 06 February 2008
Just the one for novices and works so intelligently...



Great work keep it up!!!



Senthilkumar

A winner!



Posted on 01 February 2008
Pros

1. Good, clean code

2. Nice layout

3. Easy installation

4. Plenty of documentation



Cons

1. There can only be one image caption, which is displayed for all images.

Love this Product!!



Posted on 07 January 2008
Just as most of these posts state... This is aesome and easy to use o a begginer like me. After messing with a half dozen others, I found this to be the gallery tool for me. Administering my site is more than enough with out having to think about a gallery. Thank You Guys!



Now for the Bad part, Dont know where the conflict lies but Anywhere an album is my tabbed rokslide goes out whack. Any Ideas??



Ron Nava

Great!



Posted on 31 December 2007
I've installed and start to use so easy that it amazed me!

Do everything it says, is simple, easy to use and light.



To improve the bot, who needs the gallery on multi-lingual site, you can edit the files:

/yoursitepath/mambots/content/plugin_jw_sig.php: line 70

#else {$html .= ''.$images[$a]['filename'].'';}

This line shows the image filename. I just deleted this one, because this name can be anything that a "dumb" user may not know.

One more thing here, I wrote the image counting ("Image # of ##") here on PHP, because I can't translate it on slimbox.js. I've add:

$html .= _IMAGE.' '.($a+1).' '._OF.' '.$noimage;

** The _IMAGE and _OF are set on your site languages.



On the file:

/yoursitepath/mambots/content/plugin_jw_sig/slimbox.js: line 138

#this.number.setHTML((this.images.length == 1) ? '' : 'Image '+(this.activeImage+1)+' of '+this.images.length);

I've just deleted this one too.



Then, to the site languages, by the backend menu:

Site > Language Manager > Site Languages



Add these lines on every language:

/** Simple Image Gallery **/

DEFINE('_IMAGE','Image');

DEFINE('_OF','of');



Thanks for this great bot!

great plugin!



Posted on 20 October 2007
Simple, like the name says!,and easy in use and beautiful results!

Very simple to use!



Posted on 17 October 2007
Easy to use, works well, but...



If I have lots of large images in a gallery then creating the thumbnails is very slow. Saving the thumbnails the first time they are created or being able to use my own would help (e.g., if tn_ exists use it instead).

Really amazing gallery!



Posted on 10 October 2007
Simply and excellent. Great work!

Easy to install, supports different encodings; nice look... Suitable for my needs.

Thank You So Much!



Posted on 04 October 2007
Having struggled with other Ajax based extensions not working in IE and no work arounds to be found it was with some trepidation that I downloaded and installed Simple Image Gallery.



My fears were completely unfounded! The plug-in worked like a dream from the moment I installed it! I cannot tell you how impressed I am at the ease of adding multiple galleries/images to single pages (including the frontpage) of my joomla sites!



Once the site is live and the client has paid I will gladly donate or purchase the pro version. Please keep up the great work and now I want to go explore the other extensions you have created!



This is one completely satisfied user.
AllVideos
Free

AllVideos

By JoomlaWorks
Multimedia Players
AllVideos (by JoomlaWorks) is the universal media player for Joomla and a classic must-have extension for any Joomla based website. Use the plugin to easily embed video & audio content from all major 3rd party media providers (in alphabetical order: Dailymotion, Facebook, Flickr, Mixcloud, SoundCloud, Twitch, Vimeo, YouTube) inside your Joomla articles, K2, Virtuemart, Kunena or any other Joomla...
K2
Free

K2

By JoomlaWorks
Content Construction
The powerful award-winning content extension for Joomla with more than 4 million downloads (and counting)! WHAT IS K2? K2 provides an out-of-the box integrated solution featuring rich content forms for items (think of Joomla articles with additional fields for article images, videos, image galleries and attachments), nested-level categories, tags, comments, a system to extend the item base for...
Simple RSS Feed Reader
Free

Simple RSS Feed Reader

By JoomlaWorks
Social Display
Adding RSS/Atom syndicated content inside your Joomla website is now super-easy and simple with the "Simple RSS Feed Reader" module from JoomlaWorks. All you have to do is add a few feeds to the module parameters, publish the module in some position and that's it! You can even publish multiple feeds at the same time (meaning in the same module instance) and have them display combined! The "Simple...
Disqus Comments
Free

Disqus Comments

By JoomlaWorks
Social Comments
Disqus Comments (for Joomla) integrates the popular Disqus comments system & service into any Joomla! based website. Disqus (pronounced 'discuss') is a service and tool for web comments and discussions - currently the most popular comments-as-a-service provider worldwide. It makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion communit...
Quick Menu
Free

Quick Menu

By JoomlaWorks
Admin Navigation
Quick Menu (by JoomlaWorks) is a Joomla 4 administrator module which adds a handy quick menu to the Joomla 4 backend. FEATURES Less clicks to important content management and admin tasks in the Joomla 4 backend Neatly organize the menu in 2 columns (for admins), one to access common content management tasks and one to access common admin tasks. Keep in mind that not everything is included and f...

Simple Image Gallery

Version:
4.2
Developer:
JoomlaWorks
Last updated:
Jan 11 2023
2 years ago
Date added:
Dec 05 2006
License:
GPLv2 or later
Type:
Free download
Includes:
p
Compatibility:
J3 J4
Download

Uses Joomla! Update System

Score:


Write a review