Joomblocks Selected Content Slider Module Module

This new free module from Joomblocks.com gives you the possibility to selected some specific content items / articles. Besides creating a simple list with titles it will also slide-in the intro-text using the nice MooTools slidein effect. In this version 0.9 of the module the max number of content items is limited to 10. We are working on a more flexible solution which will be brought to you in the final 1.0. For now, try and enjoy. See you at JoomBlocks.Com.

Report

byfeovenyessy on June 21, 2009
I have tried many fancy extensions for a simple problem, and none of them worked as simply and perfectly like this. I can only recommend it.

One small upgrade suggestion for the developers: at the moment, you can't put more than one instance of your module into an article. I have modified two lines in the code which makes possible to do this.

In mod_jb_selectedcontentslider.php line 69-70, where you create the id-s of the elements, I have replaced the counter to the id of the article which is unique (unless you want to use the same article more than once)

So instead of

$toggle = $backgroundclass.trim(strval($count));
$togglewords = "$togglewords".trim(strval($count));

you can use

$toggle = $backgroundclass.$article->id;
$togglewords = "togglewords".$article->id;

And then you can have more than one instance within the same "parent" article.

Warm regards,
FM
Owner's reply

Thanks for your suggestion and review! I'll soon update the module with your improvement.
Best regards,
JoomBlocks

byJadzia on September 10, 2008
Very easy to use, I had no issues with it and love using it on my site.