Joomblocks Selected Content Slider Module 
Version
0.9.0 (last update on Sep 9, 2008)
Rating
Compatibility
Votes
9
Favoured
13
License
GPL
Non-Commercial
Type
Views
31248
Date Added
9 September 2008
bycuvi on October 1, 2009
Had a little problem uploading the file, but with a simple email and 3 min. later, Robert from Joomblocks solved it out. Great support.
After installing, it was very simple to putting it running, and god how beautiful it is!!!
I will put one of these in each article.
Thanks a lot Robert
After installing, it was very simple to putting it running, and god how beautiful it is!!!
I will put one of these in each article.
Thanks a lot Robert
bytrechriron on September 5, 2009
Perfect. Uploaded, installed, and works great. Documentation is solid.
Thank you for this module!
Thank you for this module!
bycoffeej on August 31, 2009
Had a problem with the initial download. Emailed their support... received feedback in minutes with necessary file while issue is determined.
Next, module didn't appear as I expected. Received immediate feedback with suggestion to avoid the horizontal slide for longer content items... switched to vertical and behavior worked as expected. Duh... my fault.
Slick module. Thanks Robbert!
Next, module didn't appear as I expected. Received immediate feedback with suggestion to avoid the horizontal slide for longer content items... switched to vertical and behavior worked as expected. Duh... my fault.
Slick module. Thanks Robbert!
bycharlene.handy on July 24, 2009
Extremely useful module that makes viewing and displaying content lot more easier and fun. Worked for me in the following browsers with no issue (including IE6). A wonderful, easy to use module.
Firefox 3
Safari 4
IE7
IE6
Firefox 3
Safari 4
IE7
IE6
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
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








