Portal Engine
Version 2.x > Portal Engine > Copy-protect Images Inserted with FCKEditor View modes: 
User avatar
Certified Developer 8
Certified Developer 8
norashlea - 5/4/2007 3:43:11 AM
   
Copy-protect Images Inserted with FCKEditor
Have had a request to prevent downloading images inserted on a site by the users.

In an image gallery, I think I can achieve this automatically by modifying the transformation to display the image as a td background and then overlaying a transparent gif spacer as the td cell content (works ok with a standard html/aspx page), but trying to figure out if something like this is possible to do in an editable region of a page. The FCKEditor table editor doesn't give users an easy option to set the cell background.

btw -- this is an aspx site, not portal pages. Posting here because this forum looks like it gets a lot more activity.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 5/7/2007 9:52:40 AM
   
RE:Copy-protect Images Inserted with FCKEditor
Hello,
you can use in the FCKeditor the source button and you can edit the html code in the editable region a set the properties you described. But a screenshot can be still used and in FireFox I think it is possible to right click even on the background image and save it. I think that good solution could be to add a javacsript that occurs on right click with some message to display.