coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: user0815 on February 02, 2004, 08:14:43 PM

Title: Disable picture information
Post by: user0815 on February 02, 2004, 08:14:43 PM
can i disable the picture information?

when i see any picture (not in the preview mode)
- i can sent the picture with email
- i can start the slideshow
- i can return to thumbnail page
AND i can display the pictures information <= can i disable this button?

do you understand it, excuse my bad english.
Title: Disable picture information
Post by: Casper on February 02, 2004, 08:25:45 PM
Hi,

just login in admin mode, go into config, find 'picture information visible by default',and switch it to NO.
Title: Disable picture information
Post by: Nibbler on February 02, 2004, 08:33:28 PM
If you want to disbale that feature entirely, in theme.php look for something like:



<td align="center" valign="middle" class="navmenu" width="48">
<a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="themes/eyeball/images/imv_picinfo.gif" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>
</td>


Remove or comment it out to get rid of the button, or alternatively remove the ' href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;"' bit  to make the button do nothing.
Title: Disable picture information
Post by: user0815 on February 02, 2004, 08:51:19 PM
yes that's it. i want to disable this future entierely.
thank you very much.

this is a great forum  :lol: