ZenphotoCMS Forum
jcarousel_thumb_nav => improvement - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: jcarousel_thumb_nav => improvement (/thread-7379.html)



jcarousel_thumb_nav => improvement - theWholeLifeToLearn - 2010-07-22

Hi everybody!
I would like to know if it was possible to "improve" a bit the "jcarousel_thumb_nav" plug-in.

My suggestion consist in adding a 'vertical' parameter in the header of the function as done here:

printjCarouselThumbNav($thumbscroll=null, $width=null, $height=null, $cropw=null, $croph=null, $fullimagelink=null, $vertical='false')

And then add the parameter in the javascript:
JQuery(document).ready(function() { jQuery("#mycarousel").jcarousel({ vertical: , size: mycarousel_itemList.length, start: , scroll: , }); });
It would be great because I would like to used it in vertical mode in my theme.

Please let me know about this proposition.
Thanks

The Whole Life To Learn




jcarousel_thumb_nav => improvement - acrylian - 2010-07-22

We will consider this for Zenphoto 1.3.2 as it is too late for 1.3.1 now. There is also no problem of using a customized version of that plugin if it fits your needs.




jcarousel_thumb_nav => improvement - theWholeLifeToLearn - 2010-07-22

Thank you for your answer. I prefer not to customize the plugin because I wish to propose my theme to the other ZenPhoto users when the theme is finished.

I will wait then or not use it.

Thanks again for your fast answer.




jcarousel_thumb_nav => improvement - sbillard - 2010-07-23

You can always supply the modified version of the plugin. Just be sure it operates from the "plugin" folder and that it is named differently from the released one.




jcarousel_thumb_nav => improvement - acrylian - 2010-07-27

Since we are delaying the 1.3.1 release a little, I have now added a vertical parameter, although a little different.




jcarousel_thumb_nav => improvement - theWholeLifeToLearn - 2010-09-09

Thank you for the modification.
I just used this version for my theme :-)