I've been playing with the code from http://forum.bytesforall.com/showthr...hlight=caption to show a box under every image. I am trying to show in the box the current image number from all attached images. Something like this
image
[image 1 of 34]
image
[image 2 of 34]
image
[...]
image
[image 34 of 34]
I've tried using for, foreach in the content filter but the number shown in every box is the same. Is this possible ?