jcarousel_thumb_nav => improvement

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: <?php echo $vertical; ?>,
size: mycarousel_itemList.length,
start: <?php echo $imgnumber?>,
scroll: <?php echo $thumbscroll?>,
});
});
`
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

Comments

  • acrylian Administrator, Developer
    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.
  • 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.
  • 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.
  • acrylian Administrator, Developer
    Since we are delaying the 1.3.1 release a little, I have now added a vertical parameter, although a little different.
  • Thank you for the modification.
    I just used this version for my theme :-)
Sign In or Register to comment.