I have recently installed ManagerManager in order to use the Maxigallery backend manager with Maxigallery. After following the steps in the beginning of this thread, I have almost everything working...
Since I’m new to Maxigallery and even newer to ManagerManager, I’m probably doing something stupid, but any help would be greatly appreciated-
here is what’s in my mmrules chunk:
mm_widget_mg_backend_manager(181);
mm_createTab('Gallery175', 'Gallery175','', '175', '<p>Text Goes Here</p>', '450'); // Create a new tab 450 pixels wide called Gallery175 with an introductory paragraph which is only applied to template 175
mm_createTab('Gallery183', 'Gallery183','', '183', '<p>Text Goes Here</p>', '450'); // Create a new tab 450 pixels wide called Gallery183 with an introductory paragraph which is only applied to template 183
mm_createTab('Gallery184', 'Gallery184','', '184', '<p>Text Goes Here</p>', '450'); // Create a new tab 450 pixels wide called Gallery184 with an introductory paragraph which is only applied to template 184
Document 181 contains:
[!MaxiGallery? &manage_gallery=`[[GetGalleryID]]` !]
Documents 175, 183, and 184 are gallery pages.
Everything is working perfectly except for the fact that every document in my tree now has an ’Edit Gallery’ tab instead of only
documents 175, 183, and 184. Was i correct in entering three "createTab" rules in the mmrules chunk for the three seperate galleries?
Should I modify "mm_widget_mg_backend_manager(181);" to specify which documents use the backend manager? I’ve tried to edit this line of code to "mm_widget_mg_backend_manager(181,",",’175,183,184’);" but it was clearly wrong - I lost my new gallery tab on every page. Any ideas?