Member
Member
macalter   2008-03-14, 01:14
#1
I know HTML but don't know PHP/server-side includes and from what I can tell, that's where most of the stuff for the page comes from. I want to remove the "image info" as it relates to digital photographs. I see it in view source of the page but don't know how to remove from where the page comes from.
Administrator
Administrator
acrylian   2008-03-14, 10:27
#2
Not very hard, in default theme's image.php it's this part:
`<?php if (getImageEXIFData()) {echo "<a href=\"#TB_inline?height=345&width=300&inlineId=imagemetadata\" title=\"".gettext("Image Info")."\" class=\"thickbox\">".gettext("Image Info")."</a>"; printImageMetadata('', false);

}

?>`
Member
Member
macalter   2008-03-14, 16:06
#3
thanks. Edited with BBEdit via the FTP Edit option in Transmit (while online). It's gone (commented out).

EDIT: Also found where to comment out "site:" in the Add comment.

(Using my version of the theme of course Smile
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.