![]() |
Preventing pics from being clickable
I do have a problem with being able to click on images and they open a new link access to save the image or show the links to the direct link. I want people to upload pics and only be able to be viewed on my site without someone right clicking and saving it. Any thoughts?
|
If people can see an image, they can save it. You could try this vBorg modification, though preventing right click won't stop people from saving images if they are determined.
|
I use that now..BUT..i don;t like images being clickable and opening up a new window..can I change this?
|
You can edit the PhotoPlog templates via the vB ACP.
Find the following pattern and remove the A HREF anchor tags that surround the IMG tag: Code:
<a href="..."><img src="..." alt="..." border="..." /></a> Code:
<a href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a> |
All times are GMT. The time now is 11:28 AM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.