SmoothGallery 2 Plugin for Joomla 1.5 Plugin

It's currently Beta 1 but it works with everything i've tried so far.

This is the updated plugin for Joomla 1.5. It includes all the original features. Here's the original write up.

SmoothGallery Plugin allows you to easily and quickly add slideshows to your content items. This application is based on SmoothGallery by Jonathan Schemoul. http://smoothgallery.jondesign.net/ It now integrates with UGM - Ultimate Gallery Manager Component for Joomla, download UGM here http://www.oscandy.com/joomla/492-ugm-ultimate-gallery-manager-component-for-joomla What can SmoothGallery Mambot do? - Show images in Cool smooth Ajaxy way (no Flash) - Show images in Lightbox - Show multiple galleries on single page - Can be displayed in module position - Automatically generate thumbnails - Easily Create slideshows by when used together with UGM - Easily add images to the gallery by using Mosimage - Show individual images with lightbox - Show individual images with link - Generate gallery from a menu - Create gallery from a folder - Extract Title & Caption for images from IPTC Title & Caption - Keep gallery footprint very low using Mootools - Keep your page XHTML Valid - Much much more... Version Updates: 1.1 - Complete Code rewrite - Create module to display Gallery in Module position - Allows to have images same file names in different folder names - Added Auto Height to InfoZone - Added UGM Integration 1.0.2 - Show individual images with lightbox - Show individual images with link - Generate gallery from a menu - Fixed mosimage problems - Fixed custom CSS problems 1.0.1 - Now works on blogview - Now works on Frontpage(please read installation instructions) - Added default settings in Mambot settings - Fixed image list generation - Fixed antialiasing function problem This mambot was designed to be very easy to use and if you be good, I might make you a module :) Installation video is now available in on download page. Suport Forum: http://forum.oscandy.com If you are having problems with this mambot, please make sure you try forum first. Then contact me:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

Report

The plugin kept telling me that my image path was wrong, but I had already verified it to be correct. After a couple hours of looking at code, I found the issue I was having:

DIR = /plugins/content/smoothgallery/
FILE = content_smoothgallery.php
CODE = Line 232

I changed:

if (!file_exists(JPATH_SITE.$path)) {

to

if (!file_exists(JPATH_SITE ."\\". $path)) {

--and that solved the issues completely. It works like a charm now.

Thanks!
byhjpena on November 2, 2009
It works as stated. The support for Joomla beginners is almost inexistent.
Searching the web I found the following page that will be useful for beginners:
Excellent plugin!

I like them as lightweight as possible and with the right parameters! SmoothGallery turned out to be my choice among many other slideshow plugins.

Tiny bug that should probably corrected:

When logged in through a publisher account (maybe editor as well?), Joomla! uses the domready event that usually triggers the gallery construction. This interferes with the construction and results to a simple list of images without any formatting.

A possible solution (works for me) is to change line 42 in /plugins/content/smoothgallery/smoothgallery.class.php:

$script .= ' }' . "\n" . ' window.onDomReady(startGallery);' . "\n" . '' . "\n";

to:

$script .= ' }' . "\n" . ' window.AddEvent(\'domready\', startGallery());' . "\n" . '' . "\n";

I don't know too much about javascript but this seems to be a more correct way to implement it as it will register the function even if other functions are registered for the domready event.
byproffial on June 3, 2009
you have to replace all the mootools.js inclusion
by the standard

JHTML::_('behavior.mootools');

After you won't have anymore conflict problems

:-)
Owner's reply

I just made the bot for a friend so If anyone has any changes or fixes for it. just post it at my web site and I'll push it into the code. JS conflicts weren't as important when the original code was made.

bynikko500 on February 12, 2009
Had to make folder permission tweaks and it doesn't like file names uppercase like JPG but it works great! Thanks
bywialco59 on January 26, 2009
Maybe I am biased or lazy, but I have waited for the day when this kind of slide show gallery was updated for Joomla 1.5. I must confess, that I didn't expect to have waited this long, but the developer did an excellent job creating this plugin. It works in a very similar manner to the bot that went with the 1.0 version of Joomla. I couldn't be happier. To whoever did the development work, thank you!
byasmase on January 22, 2009
Is impossible to get working a easy way the doc's are poor in description and somehow it will never work is my feeling. Please setup app's only if they have a chance to work, i know nothing is perfect but this is long way from starting. Test your stuff so you can get good reviews.

Going on to the next one
Owner's reply

Just cause you suck doesn't mean others do. I've installed it countless times as have others. Maybe you can explain the problems and a solution could be found. It is beta btw.