how to hide [Picture information] and put [Add your comment how to hide [Picture information] and put [Add your comment
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

how to hide [Picture information] and put [Add your comment

Started by blame, March 20, 2004, 01:28:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

blame

how to hide [Picture information] and put [Add your comment] under the picture

Joachim Müller

to enable people adding comments, you'll have to set their permission to post comments to "yes" in groups manager (admin menu).

In config, you can as well set up wether to display pic info by default or not. If you don't want it to be displayed at all, the easiest thing to do is remove the link to it: edit /themes/yourtheme/theme.php and find<a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="images/info.gif" width="16" height="16" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>and comment it out (by replacing above code with<!--<a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="images/info.gif" width="16" height="16" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>-->)

GauGau

smartwebs

Hello

I have done as you have suggested and this appears to work for the intermediate pics and the popup large image, however the pic info is still showing on the filmstrip.

Basically I need to have no pic info showing anywhere, for any file.

How can I achieve this

Thank you

Marc
M

Joachim Müller

pic info is the section on the page that displays the file name, album, uploader, exif info etc. It is only displayed once on the page (displayimage.php). It is toggled with the little (https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fcoppermine.sourceforge.net%2Fdemo%2Fimages%2Finfo.gif&hash=31642e671ada19faeea5938e26e97f4c9cd62892)-icon. You're talking about something different: your question is about the tool tip that is displayed when you hover over a thumbnail. It is not related to this thread and not discussed in this thread, but in many others on this board. Please search an appropriate thread that will explain how to get rid of the tool tip when you mouse-over the thumbs.