Changeset 19289


Ignore:
Timestamp:
Dec 5, 2012, 4:38:47 PM (11 years ago)
Author:
plg
Message:

more "img" protected, including homepage photo, thumbnails, Gthumb+ and Stripped specific images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rightClick/main.inc.php

    r16554 r19289  
    2929                if ($user['level'] >= $Maxlvl) return;
    3030
    31                 $default = array( '#theImage img', '#theImage area', '#akPicture', '#colorbox', '#sb-container', '#prevnext', '#theMainImage',);
     31                $default = array(
     32                  '#theImage img',
     33                  '#theImage area',
     34                  '#akPicture',
     35                  '#colorbox',
     36                  '#sb-container',
     37                  '#prevnext',
     38                  '#theMainImage',
     39                  '#theImgHigh', // Stripped, zoom on HD
     40                  '.thumbnailCategory img',
     41                  '.thumbnails img',
     42                  '#thumbnails img', // specific on Stripped
     43                  '#myHomePage img', // Homepage with Additional Pages
     44                  );
    3245                if (!isset($conf['rightClick_selectors']))
    3346      $conf['rightClick_selectors'] = array();
Note: See TracChangeset for help on using the changeset viewer.