I need an option to not preload all the jcarousel thumbnails as they will grow overtime.
Had a look on the original's jcarousel website and found the dynamic ajax example with the option to remove items which are outside the visible range from the DOM.
http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html
To my joy the ZP extension came with jcarousel_ajax.php
So I changed the scripts to use this loading technique as show on sorgalla.com
But than when testing I notice the function
'$items = jcarousel_getItems($limit, $offset);'
does not work because the included file is not found...
`include_once 'jcarousel_functions.php';`
I can't find this file anywhere, not in the latest download, not online.
btw Just another question, if I have modified this extension I should move it over to the 'plugin' folder instead of the 'zp-core/zp-extensions' folder right?