We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19975
    • 429 Posts
    I’ve just noticed that I can no-longer see my uploaded images within the admin using the ManagerManager ’mm_widget_showimagetvs’ plug-in.

    Is anyone else experiencing the same issue? any ideas on resolving the issue?
      Martin Sanders - Design & Web Development
      • 19975
      • 429 Posts
      does the priority of OnDocFormPrerender make a difference for MM?
        Martin Sanders - Design & Web Development
        • 8643
        • 271 Posts
        Quote from: modx at Jul 31, 2009, 11:05 PM

        I’ve just noticed that I can no-longer see my uploaded images within the admin using the ManagerManager ’mm_widget_showimagetvs’ plug-in.

        Is anyone else experiencing the same issue? any ideas on resolving the issue?
        Please post your rules for "showimagetvs".
          • 19975
          • 429 Posts
          My System events are:

          OnBeforeDocFormSave
          DirectResize

          OnBeforeManagerLogin
          Forgot Manager Login

          OnCacheUpdate
          DirectResize

          OnDocFormPrerender
          DirectResize
          Inherit Parent Template
          QM+
          ManagerManager
          Inherit Template

          OnDocFormRender
          ManagerManager

          OnDocFormSave
          QM+

          OnInterfaceSettingsRender
          TinyMCE

          OnManagerAuthentication
          Forgot Manager Login

          OnManagerLoginFormRender
          Forgot Manager Login

          OnManagerPageInit
          QM+

          OnParseDocument
          PHx

          OnPluginFormRender
          ManagerManager

          OnRichTextEditorInit
          TinyMCE

          OnRichTextEditorRegister
          TinyMCE

          OnStripAlias
          TransAlias

          OnTVFormRender
          ManagerManager

          OnWebPagePrerender
          QM+
          DirectResize


          My ManagerManager rule is:
          mm_widget_showimagetvs();
            Martin Sanders - Design & Web Development
            • 8643
            • 271 Posts
            Quote from: modx at Aug 01, 2009, 11:06 AM

            My ManagerManager rule is:
            mm_widget_showimagetvs();
            It’s bug.
            Fix:specify the exact TV.
            for example:
            mm_widget_showimagetvs('tv4');
              • 19975
              • 429 Posts
              Thanks for the feedback, however I’ve tried using
              mm_widget_showimagetvs('tv19');
              but it fails to make any difference as I still can’t see the image preview
                Martin Sanders - Design & Web Development
                • 29486
                • 20 Posts
                I have the same story with MM. Anybodyelse?

                ---some time later---

                Sorry, find your answer here: http://modxcms.com/forums/index.php/topic,37985.0.html lipsrsealed

                Бааааальшое спасиба.
                  • 19975
                  • 429 Posts
                  i’m still unable to use widgets with ManagerManager even after the latest upgrade?

                  Using: mm(2)4evoRC2.zip

                    Martin Sanders - Design & Web Development
                    • 21056
                    • 327 Posts
                    If you haven’t already, please try version 0.3.4 which is compatible with Evo 1.0.0

                    http://modxcms.com/forums/index.php/topic,38244.msg241108.html#msg241108
                      Author: ManagerManager plugin - customise your ModX manager interface

                      Rckt - web development, Sheffield, UK
                      • 36416
                      • 589 Posts
                      Quote from: ncrossland at Sep 15, 2009, 07:41 AM

                      If you haven’t already, please try version 0.3.4 which is compatible with Evo 1.0.0
                      http://modxcms.com/forums/index.php/topic,38244.msg241108.html#msg241108

                      What about latest Evo 1.0.1 RC (rev 5622)?
                      It looks like Manager markup redesign is in the progress and document editor UI items are already wrapped in DIVs instead of table cells...