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 : Add Module Class Suffix to a Joomla! 1.5 module

April 16, 2008 · Filed Under joomla · Comment 
One particular request for an update to the SlideShow seemed quite simple, “add the Module Class Suffix parameter” but for the life of me I could not figure out how to do it  or indeed what use it was.
After a bit of digging this is what I learnt:
This parameter you’ll see on quite a number of modules, what it does is allows the site administrator/designer the ability to place custom CSS styling on the module or more specifically according to the Joomla! Help site:


This field can contain a suffix that will be applied to the CSS classes for the Module styles of this page. This allows individual Modules styling with relative ease. For example, if the suffix .foo is entered here, all CSS code elements in the CSS file within the Template for Modules will have .foo added to them. Separate entries would then need to be added in the CSS file of the Template, for each corresponding difference.


Sounds good! So how do I add it to my module? Really easy as it turns out, well after you  and your best friend “google” spend some quality time searching the web together…

What you need to do is add the following to the module XML file and thats it!

<param name=”moduleclass_sfx” type=”text” default=”" label=”Module Class Suffix” description=”PARAMMODULECLASSSUFFIX” />

Expect to see this in the next update so you’ll be able to add all the CSS styling you could ever want to the SlideShow.