Gallery 3 – Online photo organizer

Gallery 3 is an excellent Open Source photo management and organizing tool. If you like to manage your photos on your website then G3 may be for you. Check out my Photo Gallery for an example!

About Gallery 3
http://gallery.menalto.com/about

Gallery 3 User Guide
http://codex.gallery2.org/Gallery3:User_guide

Gallery 3 Modules
http://codex.gallery2.org/Gallery3:Modules
http://www.gallerymodules.com/

Gallery 3 – Tips and tricks

Speed tips and tricks
See this thread in the Gallery Forums
Use Gallery settings in: application/config/config.php + .htaccess for header expires + CSSMin to cleanup CSS files.

SEO Optimization
Improve URLs, pagination links, pages titles and more
http://gallery.menalto.com/gallery_3_seo

Breadcrumb length
G3 trims breadcrumbs to 15 characters.  To change, edit the following:
Admin -> Settings -> Advanced -> Module = Gallery,  Name = visible_title_length
http://gallery.menalto.com/node/97992

Slideshow – Add text link to Slideshow icon
This method exposes the already existing “View SlideShow” text, you only need modify CSS as below. Another method would be to replace the ico completely by uploading your own.
Gallery View Slideshow

Replace existing “Full sized” (source) image with different image
I’m not aware of how to upload a different Full Sized image in G3 without rebuilding all images for the entire site after you upload, if you know how let me know!

  1. Replace your existing source image using FTP /gallery/var/albums/*album-name*/*image*
  2. Use phpMyAdmin to access your G3 database
  3. Browse to ‘g3items’
  4. Find you image. I used a SQL search for the Slug field:[sql]SELECT * FROM g3items WHERE slug="Your-image-title" [/sql]
  5. Click the edit (pencil) icon
  6. Set the Height and Width attributes to your new image size.

Full sized images – disable
By default Gallery 3 re-sizes your uploaded images as defined in your theme settings. All images then link to the “fullsize” original upload.  There is also an icon which links to the full sized image. Many like myself optimize images locally, upload and only want that version available. Here’s how.

Method one:  Deny access to unregistered users, still uses server optimized/resized images.
Album Options -> Permissions -> uncheck “View Full Size” for “Everyone”

Method two: Remove fullsize links, options and display images you’ve optimized in Photoshop or other dedicated pixel management tools.

  1. Re-sized image – you no longer need the re-sized image that Gallery auto creates with every upload. This step is not required but will save upload time and disk space.
    Go to: Appearance > Theme Options > Resized image size > set the size to 1.
  2. photo.html.php
    – Remove JavaScript and IF statement lines 3 to 26.
    – Replace all code within g-photo DIV with the following – removing all FullSize code and calling your image directly not a resized version from /var/resizes/
  3. screen.css – set icon display to none on line 840

 

One thought on “Gallery 3 – Online photo organizer

  1. Ref: http://www.ajs-web.com/gallery/index.php/Wildlife/_59B6489

    I used method 1 to disable full sized images and rebuilt all my photos to 1200px wide / high which is sooo much better (my originals from Photoshop are normally 1200px wide / high), but, ideally I would like to resize photos to say 600 or 800px for smaller screens and change the view full size link to open the full size photo in a new window (instead of right click). I’ve also seen other users wanting this mod but it seems to get ignored as it takes the user out of the website but does that really matter?
    Anyway, thanks for the great tip, very much appreciated.

Leave a Reply

Your email address will not be published. Required fields are marked *