Disable Image Skim

Post Reply
Prefect
Posts: 11
Joined: Fri Feb 08, 2013 12:37 am

Disable Image Skim

Post by Prefect »

Is it possible to disable the image skim?

Example, if you go to one of my galleries and click on the image, you see the full size image. Sometimes when you click the back button, you get sent off to a trade rather than back to the gallery. I'd like to disable that.
admin
Site Admin
Posts: 37250
Joined: Wed Sep 10, 2008 11:43 am

Re: Disable Image Skim

Post by admin »

You have to catch click on 'back' using JS because basically browser requests something like

/gallery/asd/index.html?params and this kind of url is skimmed.

You have to redirect user to /gallery/asd/index.html (ie w\o params) so this traffic will see a gallery w\o skimming.

As i mentioned above you can do it using JS, simple links like 'back' at image template or open big images in new window
Don't forget to run script update
Post Reply