Active
Project:
Flash gallery
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2009 at 06:37 UTC
Updated:
4 Nov 2009 at 06:54 UTC
I'd like to remove the link when you right-click on the flash gallery image to "Open image in new window". I'm not sure how to go about this?
I see the following line of code in flash_gallery.module :
$op[] = 'enableRightClickOpen="'. $rc .'"';
According to the simpleviewer documentation, this is the option that sets this to TRUE or FALSE, but how should I go about doing this via the flash_gallery module? http://www.simpleviewer.net/simpleviewer/options.html
Thanks!
Comments
Comment #1
mediafrenzy commentedI should point out for anyone interested, that changing the above line of code to the following does remove the "Open image in new window" link when you right click on the images: