forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: popupbob on February 23, 2007, 08:44:14 pm

Title: PictureInfo RatingBox & CommentBox
Post by: popupbob on February 23, 2007, 08:44:14 pm
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 :)