Great photo album
WARNING: Japanese language
http://piccy.dotimpac.to/
Great photo album
WARNING: Japanese language
http://piccy.dotimpac.to/
Great photo album
WARNING: Japanese language
http://piccy.dotimpac.to/

// &picture_target = [ number ] : ID of the document what will be used for browsing the pictures, // there must be the same snippet call in that target document // with &is_target=`1` parameter added to the call. // &manage_target = [ number ] : ID of the document what will be used for managing the gallery, // there must be the same snippet call in that target document // with &is_target=`1` parameter added to the call. If manage_target // is not set, the document what holds the gallery will be used. // &manage_gallery = [ number ] : ID of the gallery to be managed. The ID is the document ID of the page what // has the gallery call. Use this to not having to go to the gallery page. Set // the same parameters to the call what are in the gallery itself. // &display_manage = [ 0 | 1 ] : Display the "manage" button in gallery pages if user has rights to manage // the pictures? Default: 1 // &is_target = [ 0 | 1 ] : If the document is the target for picture browsing mode or picture manager. // Default: 0

Excuse me, I had not understood what you sought. Not, it is not possible to show a same gallery on another page.
I’m sorry, I still don’t see how this will work. If I have a gallery on page x, and I also want to be able to view this same gallery on page y, when I go to page y how do I tell the snippet to show me the gallery for page x? Something like [[MaxiGallery? &gallery_to_view=`x`...]]
From what I understand of these arguments, if I go to page x and want to view the gallery for it, it will send me to page y to view the gallery. That is not what I need to do.
&manage_gallery gives me the manager page for the gallery, but again that’s not what I need to do. I need to view the thumbnails.

$mgconfig['view_gallery'] = (isset($_GET['gallery'])) ? $_GET['gallery'] : $modx->documentIdentifier;
//$pageinfo=$modx->getPageInfo($modx->documentIdentifier,1, "id, pagetitle, longtitle, description, alias, createdby"); $pageinfo=$modx->getPageInfo($mgconfig['view_gallery'],1, "id, pagetitle, longtitle, description, alias, createdby");
This discussion is closed to further replies. Keep calm and carry on.