Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

A Gallery add-on for MODx Revolution.

Results 100 Gallery issues
Sort by recently updated
recently updated
newest added

Gallery version 1.4.0-rc1 Assign two galleryItem TVs to one template. Assign template to resource. Choose image for one galleryItem TV. Now you can not choose image for another galleryItem TV....

Hello, I'm using the custom TV input type **galleryalbumlist** provided by the Gallery Extra. Under the input type tab I set **Show None Option** to no. Unfortunately this has no...

galalbum.class.php line 298 The cachekey don't consider the $parent, so the cachekey always contains parent = 0; One suggestion for a solution: ``` /* implement tree-style albums*/ if ($modx->getOption('checkForRequestAlbumVar',$scriptProperties,false)) {...

Really need this feature - allowing FE users to upload their photos to the Gallery album

Imagine that resources with some templates have one more tab "Gallery" So you can upload many images (with subfolders) directly from resource and this album appears in common gallery

Feature

I changed the system setting "default_per_page" to 50. I have an album that has 40 pictures. The album pagination says "Page 1 of 1", "Per Page: 50", "Displaying 1 -...

This parameter is not documented under Gallery but mentioned in http://rtfm.modx.com/display/ADDON/Gallery.Gallery.thumbTpl Default value is stated to be "gal-item". In my case - Gallery 1.5.0 it defaults to "gal-item-active" so what...

See this issue that was closed: https://github.com/splittingred/Gallery/issues/193#issuecomment-6706548 Seems this is still not working correct for some people, including myself. I'm running Running Revo 2.2.2-pl with Gallery 1.5.2 pl and I...

In order to make better use of this awesome addon as more of a portfolio manager, the addon needs the ability to "categorize" Albums (a simple text field would be...

In Gallery processor web/phpthumb.php on line 94 execute phpThumb function /\* ensure we have an accurate and clean cache directory */ $phpThumb->CleanUpCacheDirectory(); In phpthumb::CleanUpCacheDirectory(): function CleanUpCacheDirectory() { ...... if (($this->config_cache_maxage...