Joomblocks Selected Content Slider Module

i liked it.
I had a problem with the download and Robbert was super fast with his help. Superb. Can't recommend it enough.
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
Thank you for this module!
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!
Firefox 3
Safari 4
IE7
IE6
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
Thanks for your suggestion and review! I'll soon update the module with your improvement.
Best regards,
JoomBlocks







