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

Hi I have moved from localhost to live but my old galleries disappeared and new gallery can be saved I have reinstalled the package but still the same issue.. Checked...

Not Reproducible

My Gallery install hangs as seen in the log below. After exiting the log, a Gallery menu item appears under the Components tab and I get a white screen when...

The Gallery browser filter, filters on the current page only, while it should filter on all pages. So only the current 20 images will be filtered on the key.

Currently GalleryAlbums snippet generates links which are fixed to point to the resource with the snippet itself, `[[~[[*id]]]]` in other words. Often one might want to have the Gallery snippet...

Will there be a possibility to give an editor the rights to manage only one gallery album and its children with Media Sources?

can $output = implode("\n",$output); be changed to $outputSeparator = $modx->getOption('outputSeparator',$scriptProperties,"\n"); $output = implode($outputSeparator,$output); please and thank you again for the direction :)

Sometimes editors uload large imeges from camera. It should be such option to resize images during upload if image size (or resolution) is greater of some value.

The problem with the CMP only showing first five images when adding tags through upload still persists in version 1.5.2! https://github.com/splittingred/Gallery/issues/193

Code: if ($basePath != '/') { $src = str_replace(basename($basePath),'',$src); //// --- incorrect if you have `basename($basePath)` in $src $src = ltrim($src,'/'); $src = $basePath.$src; } For example: basename($basePath) == 'ss'...

I have over 100 thumbnails on the page being loaded through connector.php You can see that every time it takes lots of time to load already cached images. It took...