Quote Originally Posted by MB1 View Post
i ran into this problem trying to get rid of the additional images click text to enlarge i'm not sure if it is a lightbox issue or not
Little vag on your question, but I'll give it a try.... the code in the link was for Fuel Lightbox, not Zen Lightbox, however, both use Slimbox just a little different way of activating it.

Look for
Code:
 '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>'
and remove all but the
Code:
'</a>'
Same with this one
Code:
'<br /><span class="imgLinkAdditional">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'
That will remove the words and leave the image link to the larger one.

Or you could change TEXT_CLICK_TO_ENLARGE to something else, add a define to english.php and change it there!