Suggestions

I started to continue development because I wanted some extra functionality in Lazyest Gallery for my own use.

Here is a list of things that I want to add in future versions:

  • there will be no version 1.2 or 1.3
    • zip file upload (in 1.2)
    • Folders and Images RSS feed (in 1.2)
    • WordPress MU compatibility and functionality (in 1.2 or 1.3)
    • Image rating (in separate plugin after 1.1)
    • Subscriber/Frontend upload plugin (after 1.2)
    • Drop down list folder widget (after 1.1)
  • Deprecate captions.xml files (Eazyest Gallery)
  • Folders stored as custom post type (Eazyest Gallery)
  • Edit Folder and Image description in WordPress WYSIWYG editor (Eazyest Gallery)
  • Upload images with the new WordPress 3.5 Image uploader (Eazyest Gallery)
  • Styling rules and classes compliant to WordPress gallery (Eazyest Gallery)
  • Page with [lg_gallery] shortcode no longer needed (Eazyest Gallery)
  • Less code. Lazyest Gallery will use the new WP_Image_Editor class (Eazyest Gallery)
  • Increased search capabilities (Eazyest Gallery)

More suggestions? Please drop them into the Forums area

307 thoughts on “Suggestions

  1. Dieu

    Hello,

    I have some questions.
    I try to use .htaccess & RewriteEngine. (for Hotlink it work)

    I can desable (with plugin) the right click on picture.
    But in source code is possible to find the exact path of pictures :
    http://idndomaine.cctld/wp-content/gallery/path1/subfolder1/picture.jpg

    Is it possible to make a “fake” ?
    This to protect my original picture (with watermark)

    i m testing RewriteEngine whitout success :
    RewriteCond %{HTTP_REFERER} !^http://website.cctld/wp-content/gallery/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://website.cctld/wp-content/plugins/.*$ [NC]
    or
    RewriteCond %{REQUEST_URI} ^/wp-content/gallery/
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/

    ReWriteRule .*\.(gif|png|jpe?g)$ http://website.cctld/fuck-you.jpg [R,L]

    (I want to make -for visitors- impossible to find my “original” path of pictures or make a 301 error to “direct link” but “OK” with “Lazyest +/- Jquery” http-referer)

    My final question is how is possible to pretect/preserve my pictures -> or make hardly to conceal/leech ?

    Thx

    M.

    1. Lazyest developer

      Yes you can make a fake. Don’t use cached images and set ‘on click’ for slide to ‘nothing’.
      Downside is that all images have to be processed by php.

  2. jure

    bug:
    using “Show number of images in folder including subfolders” and “album” as gallery main page:
    - in /album/monster/aberration/ i see the folder “aboleth” containing 4 illustrations (correct)
    - in /album/monster/ i see the folder “aberration” containing 0 illustrations (error)
    - in /album/ i see the folder “monster” containing 0 illustrations (error)

    1. jure

      problem still remains in RC9. Javascript console reports: “lazyest_virtual is not defined”… maybe the problem is in the lg_doCounts function?

  3. jure

    hi,

    However… i installed 1.1 RC4 (zip file reports RC7)

    All bugs reported by me works now! ^_^

    Some other points:

    - Bug: If a page with [lg_gallery root="....."] is set as “Your Gallery Page”, warning and link “Let Lazyest Gallery insert the shortcode for me” appairs in the Settings page. I think the plugin is searching exactly the “[lg_gallery]” string.

    - Suggestion: Option to rename folders.

    - Suggestion: In the User Guide, explain how to use “root” (and other attributes if there are any)

    1. jure

      Bug: if gallery main page is set as homepage (under Reading wordpress settings) links does not work (starting from second level depth of folder structure).

Comments are closed.