We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16610
    • 634 Posts
    Have you ever missed the good old QuickEdit from MODx 0.9.x days? I sure have, so I decided to do something about it: QuickManager+ has now QuickEdit features for template variable editing.

    Download, documentation and screenshots
    http://www.maagit.fi/quickmanager-plus

    Installation
    Please read the installation instructions carefully, there are new steps to notice compared to old QuickManager+ versions.

    Calling for test users
    QuickManager+ 1.5 beta should be quite stable, but still I don’t recommend to use it in production sites. I would be extreamly happy if people would test this in complex sites with lots of users, user/doc groups and template variables. Please report any bugs in this thread.

    ToDo
    QuickManager+ code is quite a mess. There are bits of code from here and there, mainly legacy code from original QuickManager and now from QuickEdit too. Code and the whole structure of plugin would need some serious cleanup and rewriting to make it more clear and logical.
      Mikko Lammi, Owner at Maagit
      • 33014 ☆ A M B ☆
      • 1,231 Posts
      good work, Lammikko!

      http://www.maagit.fi/assets/rte/files/modx/qm-plus-15beta1/readme.html
      Replace line:
      if($modx->isBackend())

      With:
      if($modx->isBackend() || (intval($_GET[’quickmanagertv’]) == 1 && isset($_SESSION[’mrgValidated’])))

      http://code.google.com/p/modx-ja/downloads/detail?name=tinymce336r2.zip
      Adjusted it for QuickManager+ 1.5 beta-1 smiley
        • 16610
        • 634 Posts
        Thank you yama smiley
          Mikko Lammi, Owner at Maagit
          • 16610
          • 634 Posts
          After intensive testing QuickManager+ 1.5 beta-2 is ready: http://www.maagit.fi/quickmanager-plus

          Next version should be stable 1.5.

          Changelog: 1.5 beta-2

          * Added: Inline template variable buttons!!! Edit template variables with QuickEdit style.
          * Added: OnParseDocument plugin event
          * Added: Image TV preview
          * Changed: Plugin content
          * Changed: TV access routine
          * Fixed: TV edit form button labels
            Mikko Lammi, Owner at Maagit
            • 33337
            • 3,975 Posts
            Hats off!

            Thanks for sharing smiley

            I have noticed that it doesnt show the text for "longtitle". eg. If I use [*#longtitle*], it simply show a button with tick icon only. For pagetitle its ok.
              Zaigham R - MODX Professional | Skype | Email | Twitter

              Digging the interwebs for #MODX gems and bringing it to you. modx.link
              • 16610
              • 634 Posts
              Quote from: zi at Jun 11, 2010, 01:43 PM

              I have noticed that it doesnt show the text for "longtitle". eg. If I use [*#longtitle*], it simply show a button with tick icon only. For pagetitle its ok.

              Thanks! I’ll fix this for official 1.5 version. Coming soon...
                Mikko Lammi, Owner at Maagit
                • 16610
                • 634 Posts
                Hooray! QuickManager+ 1.5 is officially ready: http://www.maagit.fi/quickmanager-plus

                Changelog

                1.5
                * Added: Inline template variable buttons!!! Edit template variables with QuickEdit style. Off by default though.
                * Added: OnParseDocument plugin event
                * Added: Image TV preview
                * Added: Preserve alias on save
                * Added: "documentDirty=false;" to cancel button to prevent unnecessary MODx manager alert message
                * Added: Custom buttons now support standard MODx [*id*] tag, e.g. http://www.example.com?refererMODxPageId=[*id*]
                * Added: Individual CSS class for every custom button, e.g. qm-custom-"index"
                * Changed: Plugin content
                * Changed: TV access routine
                * Fixed: TV edit form button labels
                * Removed: close.php => now implemented with OnWebPagePrerender event to preserve alias
                  Mikko Lammi, Owner at Maagit
                  • 33337
                  • 3,975 Posts
                  Thanks man! smiley

                  Keep up the great work. laugh
                    Zaigham R - MODX Professional | Skype | Email | Twitter

                    Digging the interwebs for #MODX gems and bringing it to you. modx.link