Bug fixing for ImageSlideShow

April 23, 2008 · Filed Under ImageSlideshow · 10 Comments 

Briask doesn’t get to spend as much time as he should on working with Joomla and the ImageSlideShow module, real life and real work keep on getting in the way.

One thing I do get to do every day is read the email/comments and respond to them if I have an answer or comment to make, some get held until I can actually spend time to give a considered response but they will get responded to in due course.

Today though, one comment caught my attention. It essentially said the sorting option wasn’t working! I read it with utter disbelief! No way! My code is perfect! Couldn’t be wrong!  :-)

So I wander over to the site pointed out in the comment, had a quick look and would you believe it they were right, there was a problem! And worse still, it was in my code! One of of those painfully idiotic and “duh” type of bugs that always seem to bite when you least expect it.

And so we have an update to ImageSlideShow, some minor bugfixes, the sorting one included, but also included is the Module Class Suffix parameter which quite a few people were looking for. Go and play! Spread styles around it as much as you can.

Do let me know if y’all find any other issues or improvements that you’d like.

One item that I am working on is creating a plugin version of ImageSlideShow so that you can actually include it within articles/content. Look out for it in the next few weeks. For it to work properly I’ll have to get the image resizing and directory permissions functionality implemented and play some more with CSS so I can actually style it correctly.

 

Bug fix release of ImageSlideShow

April 23, 2008 · Filed Under ImageSlideshow, joomla · 3 Comments 

You’ll find below a link to the latest version of ImageSlideShow for Joomla! 1.5 .

This release addresses some minor bugs/coding issues and adds the Module Class Suffix parameter.

 

You can read about why this update came about and what is next for ImageSlideShow in another post on my “blog”.

Many thanks to you all for the kind comments and interest in this module. This was just an idea I had for how to teach myself various aspects of development in the web world but seems to satisfy a need for some simple uncomplicated modules which may well give me direction for whatever future development work I do in this area.

ISS seems to have been used in quite a number and quite a variety of sites around the world. Everything from communites to volleyball teams to musical bands, love to see it being used and would love to see more sites that use it. So if you have a site that uses ISS send me a link and I’ll pop up a post here so others can see how it is used too.

How to - Configure ImageSlideShow

April 12, 2008 · Filed Under ImageSlideshow, joomla · 18 Comments 

Image Slide Show for Joomla! 1.5 needs very limited configuration for it to work. for most purposes the only parameters that need to be modified are “Image Directory” and the “Height” and “Width” parameters. Below are listed all the current parameters and what effect they have on ISS.

ISS Params
 

  1. Image Directory : Set this to the location on your website where the images that you want ImageSlideShow (ISS) to use are located. ISS will use all the images (BMP, GIF, JPG and PNG) that are located in the location specified.
  2. Height in pixels : Sets a common height that ISS will attempt to display the images at.
  3. Width in pixels : Sets a common width that ISS will atttempt to display the images at.
  4. Transition Delay : Sets a delay, in miliseconds, between each phase of the transition between two consecutive images. A lower value will speed up transition but utilises more CPU cycles. A higher value will slow down transition but will use less CPU cycles
  5. Next Image Delay : Sets the period of time, in miliseconds, that determines for how long the current image will be displayed and when the next image will start to transition in.
  6. Slideshow title : Sets the “alt” tag on the image so that it displays the text when the cursor “hovers” over the image.
  7. URL : Sets the URL to which the browser will navigate to if the image is clicked. Works in tandem with “Enable Link?”
  8. Enable Link? : Has 3 options, “disable” which will not allow any action whn image is clicked. “Enable  (same window)” => navigate to the URL within the same browser window. “Enable  (new window)” => navigate to the URL by opening a new browser window.
  9. Display Sequence: Determines the sequence ISS will display the images. “Disable” will display the images in the sequence that the images were read from the source directory. “Shuffle” will load the images and then place them in a pseudo-random order. Pattern will repeat once all images have been displayed. “Sorted” will load the images and then perform a “natural” sort by file name. Natural sort will sort files alphabetically as a human understand i.e. “img1.jpg” is followed by “img2.jpg” and so on.Pattern will repeat once all images are displayed. “Totally Random” is just that, random pattern of images being displayed.
  10. Resize Images: If enabled will resize the images in the specifed directory to the size specifed. this does not modify the original images. ISS will create a resized copy of the image in a subdirectory of the directory containing the images. The sub-directory is called briaskThumbs, this directory must be created by you and the process running Joomla! must be given permission to write to that directory.  How you do that very much depends on the server environment that you are running Joomla! under and is not something I can answer in this short post.

How to install - ImageSlideShow

April 12, 2008 · Filed Under ImageSlideshow, joomla · 4 Comments 

This post will bring you through the steps required to install ImageSlideShow in Joomla 1.5.

  1. Download Imageslideshow from Image SlideShow . This will download a zip file called mod_briaskiss.zip to your computer. Remember the location to which you have saved this file.
  2. Log into your Joomla! 1.5 website as administrator. Navigate to the Extensions menu, Select Install/Uninstall. 
  3. On the Extension manager screen - Install tab, click the “browse” button and navigate to the location at which you have saved the mod_briaskISS.zip file, select the file and click on Open. Next click on the “Upload file & Install” button. This will upload the module to your site and if successfully installed a message will inform you of this
  4. From the Extensions menu navigate to the Module Manager.  On the site Module Manager page you will see a module titled “ImageSlideShow” with a type of mod_briaskISS.

Congratulations! You have successully installed ImageSlideShow.

If you want to create multiple copies of ImageSlideShow on your site, select the ImageSlideShow module and then click on the “Copy” button, this will create a copy of the module which you can then configure as you wish.

Image Slide Show for Joomla! 1.5.x, the first major update.

April 6, 2008 · Filed Under ImageSlideshow, joomla · 13 Comments 

Some had noticed that the demo site has been “offline” for a few days. Reason being I was running this updated version of ImageSlideShow through some tests. Based on those tests I’m releasing the following version of the module.
The update to the Image Slide Show module contains the following updates :

  • Ability to have multiple copies of ImageSlideShow on one page.
  • Ability to have the ImageSlideShow link to another URL, URL can be set to open in same window or a new window.
  • Ability to choose between various Sorting / random options.

You can download the module from the following location Image SlideShow

I’ve added detail on how to configure this module over on this configuration post. Hopefuly this will answer any questions about configuration of the module and make it easier for you to integrate into your website. 

If you have any questions on how this module works or how to develop modules for Joomla using PHP & Javascript please do note them in the comments or drop me an email at this address.

Next Page »