OK, I think I figured it out. Instead of passing an array for the conditional in "gallerybits" I changed it to an INT variable.
In the "gallerybits" template on line 4.
Replace the conditional:
<if condition="$show['thumbnail']">
With:
<if condition="$showthumbs">
I've edited the change into the first post. Hope this works so I can get on with the image editing, uploading, etc functions.
|