I'm using the Zenpage default theme and I would like to know how to turn off Thickbox. I just want a link to the full image from the browser.
Open the theme's image.php and look at around line 56. There change getUnprotectedImageURL() to getProtectedImageURL() and also remove the class="thickbox".
getUnprotectedImageURL()
getProtectedImageURL()
class="thickbox"