We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Quote from: Eol at Mar 30, 2010, 09:27 PM
    Can we have Quick Manager updated to the latest released version?
    Hmm, I don’t know - maybe tongue

    Just kidding, Evo 1.0.3 will be distributed with QM+ 1.3.4.1 smiley
      Garry Nutting
      Senior Developer
      MODX, LLC

      Email: [email protected]
      Twitter: @garryn
      Web: modx.com
    • Is that the version that generates the foofy (heh, I like that word) HTML for the menu? I only discovered it because I was validating as an uploaded file (checking why a localhost page was acting badly), since the validator can only see pages without it. I posted it to Jira already.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
      • Quote from: sottwell at Mar 31, 2010, 05:45 PM

        Is that the version that generates the foofy (heh, I like that word) HTML for the menu? I only discovered it because I was validating as an uploaded file (checking why a localhost page was acting badly), since the validator can only see pages without it. I posted it to Jira already.
        The markup in QM+ 1.3.4.1 looks fine to me.
          Garry Nutting
          Senior Developer
          MODX, LLC

          Email: [email protected]
          Twitter: @garryn
          Web: modx.com
        • Notice the first two <a> tags.

          <div id="qmEditorClosed"></div>
                              
          					<div id="qmEditor">
          					
                              <a id="qmClose" class="qmButton qmClose" href="#" onclick="return false;">X</a></li>
          
                              
                              <ul>
                              <a id="qmLogoClose" class="qmClose" href="#" onclick="return false;"></a>
                              
                              <li>
                              <a class="qmButton qmEdit colorbox" href="http://localhost/notes/manager/index.php?a=27&id=1&quickmanager=1"><img src="http://localhost/notes/manager/media/style/MODxCarbon/images/icons/save.png" /> Edit Resource</a>
                              </li>
                              
                                  <li>
                                  <a class="qmButton colorbox" href="http://localhost/notes/manager/index.php?a=4&pid=1&quickmanager=1">Create Resource here</a>
          
                                  </li>
                                  
                                  <li>
                                  <a class="qmButton" title="Manager" href="http://localhost/notes/manager/" >Manager</a>
                                  </li>
                                  
                              <li>
                              <a id="qmLogout" class="qmButton" title="Logout" href="http://localhost/notes/manager/index.php?a=8&quickmanager=logout&logoutid=1" >Logout</a>
                              </li>
                              
                              </ul>
          
          					</div>
          
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
          • Says 1.3.3 in the plugin description. Evo rev 6623 from SVN.

            Ok, I see that I’m a couple of days behind you people again. Updating my local installation.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
            • All better, and validates nicely now (except for a warning that the HTML 5 validator is experimental).
                Studying MODX in the desert - http://sottwell.com
                Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                Join the Slack Community - http://modx.org
              • Please wait for a little submitting a Japanese lang file several hours later.
                  • 22668
                  • 718 Posts
                  What about beta?

                  Vote please laugh
                  http://svn.modxcms.com/jira/browse/DITTO-17
                    • ASAP

                      QuickManager
                      /install/assets/plugins/qm.tpl

                      * @internal @events OnWebPagePrerender,OnDocFormPrerender,OnDocFormSave,OnManagerPageInit

                      its wrong.

                      4. Check events:

                      * OnWebPagePrerender
                      * OnDocFormPrerender
                      * OnDocFormSave
                      * OnManagerLogout
                      (it’s right)