forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: uny on April 03, 2004, 04:33:14 am

Title: Image URL when people right click to see property
Post by: uny on April 03, 2004, 04:33:14 am
Yes, I did a search but was unable to find the answer to it, if there is an answer, I'm sorry about my searching skills.

But anyway.

I want to the URL when people right click on the pic to see the property to be displayed as below:

Code: [Select]
http://yoursite.com/coppermine/displayimage.php?pos=-317

instead of the

Code: [Select]

http://yoursite.com/coppermine/albums/yourfolder/yourpic.jpg


Thank you for your help in advance!
I appreciate your inputs.
Title: Image URL when people right click to see property
Post by: Joachim Müller on April 03, 2004, 09:36:01 am
Since the url of the pic actually is http://yoursite.com/coppermine/albums/yourfolder/yourpic.jpg and nothing else, you'd have to trick the OS/browser.
Mr. Gates is somewhat strict when it comes to people requesting the source code of his browser software and operating system, so I guess this will get quite hard to accomplish, and think of all the places in the world you will have to travel to make people replace their browsers with your version... :wink:
You can however try to write some JavaScript that will show a mock-up of a context menu when someone right-clicks the pics, but since the context menus greatly differ (depending on OS, browser and user settings), this will be very hard work as well... :wink:

In other words: what you request is not possible at all! :roll:

GauGau
Title: Image URL when people right click to see property
Post by: photoman13 on April 05, 2004, 09:00:00 pm
why not just set up an .htaccess in your album folder so that people can't direct link to your photos .. seems much easier to do :)
Title: Image URL when people right click to see property
Post by: omniscientdeveloper on April 06, 2004, 12:27:25 am
...or this: http://forum.coppermine-gallery.net/index.php?topic=3069