I am using 2 maxigallery calls on one page, so I get 2 manage pictures buttons, by pressing 1 it opens both image managers.
Is there a way to change the form ID so that only the button pressed is activating the image manager part?
Dimmy
You can use the &manage_target parameter to specify another document where the gallery managing will be done, then they should all open individually.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
mm ok that could work, but I use maxigallery on every page to upload a max of 3 images to complement that page.
next to tha tI use maxygalley for special photo pages. I know that there are a lot of work arounds but it would be nice if we could plase an formid in the call. thats much easyer than to create multiple templates for the manager form.
What I mean is that you add &manage_target=`66` to all of the snippet calls that use same picture sizes/filters and then in the document id 66 you have the same snippet call, but with &is_target=`1` added. It’s not that hard?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."