Quote Originally Posted by niestudio View Post
HI Jostar,

1) look at 'includes/classes/zen_lightbox/options.php'
it seems that your code on line 23 got changed to this:
PHP Code:
echo '"' 'ZEN_LIGHTBOX_COUNTER_IMAGE' ' {x} ' 'ZEN_LIGHTBOX_COUNTER_OF' ' {y}"'
instead of this:
PHP Code:
echo '"' ZEN_LIGHTBOX_COUNTER_IMAGE ' {x} ' ZEN_LIGHTBOX_COUNTER_OF ' {y}"'
note the quotes around ZEN_LIGHTBOX_COUNTER_IMAGE, this changes it from a variable name to a string.

2) not sure about this one…

daniel
Having same problem! I have checked the options.php file and it correct as shown above i.e.
PHP Code:
echo '"' ZEN_LIGHTBOX_COUNTER_IMAGE ' {x} ' ZEN_LIGHTBOX_COUNTER_OF ' {y}"'
Ideally I would like this to read Image 1 of x etc. I have tried to change Display Image Counter in ADMIN>CONFIGURATION > ZEN LIGHTBOX to FALSE but the text still shows...Any ideas?