PictureInfo RatingBox & CommentBox PictureInfo RatingBox & CommentBox
 

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

PictureInfo RatingBox & CommentBox

Started by popupbob, February 23, 2007, 08:44:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

popupbob

Hi, I found this javascript below in the code, and made it open/close the PictureInfo box by a click on an image:

<a href="javascript:;" class="navmenu_pic" onclick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="{LOCATION}images/info.gif" border="0" align="middle" alt="{PIC_INFO_TITLE}"></a>

I wanted to make a similar thing for the other box's  Rating and Comments (if possible), I would aprisiate any hints on this issue :)