We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13137
    • 204 Posts
    Quote from: gl_sub at Sep 20, 2009, 04:59 AM

    Hello Islander, I think your problem has been solved here : http://modxcms.com/forums/index.php/topic,37985.msg232151.html#msg232151


    Today gl_sub you are my ModX god, thank you.
      • 10313
      • 375 Posts
      Quote from: Metaller at Oct 06, 2008, 11:27 AM

      index.php is not needed. /?someparms are qualed /index.php?someparms.

      Not sure that double slash can occur an error.

      But you can to try and remove it. In \assets\plugins\managermanager\widgets\mg_backend_manager\mg_backend_manager.php
      mm_createTab($title, 'mgmanager', '', '', 'If the tab is empty, please, click here to <a onclick="saveRefreshPreview();" href="#"> Save and Refresh</a><iframe id="mgmanager" src="'.$modx->config['site_url'].'/?id='.$docid.'&mmgal_id='.$_GET['id'].'" height="500" width="100%" scrolling="no" frameborder="0"></iframe>'); 


      Remove / after $modx->config[’site_url’]

      Hello,

      I have just installed MODx 1.0.1 (Upgrade from 1.0.0) and installed your widget. On "my" server (at a hoster), the index.php is needed very well. At least now, while my site is being built.

      The server returns a small index.html file with a message "site is not yet connected". And exactly this message is shown in the "edit gallery" tab. When I add index.php in the iframe url, it works for me.

      Just my few thoughts on that smiley I will try and change the widget’s code to produce a working URI for me now.

      Martin

      EDIT: Fine this now works!
        • 10313
        • 375 Posts
        So, after the widget now works on my site, I have noticed a different problem.

        I make changes on the gallery (using the widget) and save my changes. Then I go to the "common" tab for editing the content of my document. But the content area is grey, empty (only the icons of TinyMCE are visible) and inactive.

        I think, this could be a bug.

        When I reload the page in manager, I can edit the content.

        Martin
          • 7923
          • 4,213 Posts
          There have been some bugs in managermanager in modx 1.0.1... See this and this, for example. Don’t know for sure though if those got anything to do with your problem.


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 16892
            • 107 Posts
            i’m using managermanager 0.3.6 that’s distributed with 1.0.2. all that shows up in the tab is the preview page.
              • 25803 ☆ A M B ☆
              • 721 Posts
              Quote from: legatissima at Nov 11, 2009, 08:32 PM

              i’m using managermanager 0.3.6 that’s distributed with 1.0.2. all that shows up in the tab is the preview page.

              Same with me. Was training a client on the use of MaxiGallery and they were wondering why it couldn’t be done within the Manager.
                • 13137
                • 204 Posts
                If you look about 4 posts above, somebody was kind enough to post a fix here:http://modxcms.com/forums/index.php/topic,37985.msg232151.html#msg232151

                At least the fix worked for me, good luck.
                  • 25803 ☆ A M B ☆
                  • 721 Posts
                  Quote from: islander at Nov 12, 2009, 09:13 AM

                  If you look about 4 posts above, somebody was kind enough to post a fix here:http://modxcms.com/forums/index.php/topic,37985.msg232151.html#msg232151

                  At least the fix worked for me, good luck.

                  Tried it, and variations. No luck. Clicking save and refresh does nothing. That said, I wonder if you have to have set the ID for each gallery. In my case I have a generic gallery call for each page without an explicitly defined ID, but I did try to set the ID (using SmoothGallery) and had the same results.
                    • 19164
                    • 1,215 Posts
                    Try to

                    1. Fix with link above
                    2. Open document and select Gallery tab
                    3. select "Continue editing" in dropdown and click "Save"

                    Gallery must be shown after document was reloaded.

                    Hope it will help.
                      DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. | DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.

                      Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.

                      [PLUGIN] DirectResize - as Maxigallery but for single images :: Download :: [url=http://modxcms.com/forums/index.php/topic,21490]
                      • 14900
                      • 22 Posts
                      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?