We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • I have even less on your site, Susan. Nothing at all when I click in the field. (See uploaded png from your site. Is that what it’s supposed to look like?)
    Looks to me like the guest user has restricted privileges to publish documents, which is why you don’t see the date picker there - that’s desired behaviour and not a bug. However, that doesn’t really help you .... tongue
      Garry Nutting
      Senior Developer
      MODX, LLC

      Email: [email protected]
      Twitter: @garryn
      Web: modx.com
    • Sorry about that; try it now.
        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
        • 22770
        • 285 Posts
        Okay, it works fine on your site now. I see exactly what I’m expecting.

        Does anyone know what files/javascript library the picker is using? I can try re-uploading those or seeing if anything is conflicting.
        • Good. I’ll turn it back off now; don’t want all my pages unpublished!
            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
          • Patrick, the file locations are as follows:

            Mootools: manager/media/mootools/
            Calendar JS: manager/media/calendar/
            Calendar CSS: manager/media/style/MODxCarbon/style.css
            Calendar images: manager/media/style/MODxCarbon/images/

            If that doesn’t work, I would backup the config.inc.php (manager/includes/) and re-upload the entire manager directory as there might be numerous corrupt files.
              Garry Nutting
              Senior Developer
              MODX, LLC

              Email: [email protected]
              Twitter: @garryn
              Web: modx.com
              • 22770
              • 285 Posts
              Okay, I checked the relevant files and they were all present and uncorrupted.

              Just to be sure, I downloaded a new version of 1.0.0., deleted the manager directory in the current installation and uploaded a new version of the manager.

              Sadly, that hasn’t solved the problem at all. huh

              Anyone got any ideas what else might be causing this? Could any of the plugins be causing a conflict?

              ManagerManager is using jQuery 1.2.6. Any issues there?
              • The easiest way to see if it is a plugin is to disable them one-by-one until you find the one that is conflicting - out of those plugins you listed, there is only really ManagerManager that I think could be conflicting.

                There was an update for ManagerManager posted when Evo came out - I think you may need to apply the patch to solve the conflicts if it is ManagerManager that is causing problems.
                  Garry Nutting
                  Senior Developer
                  MODX, LLC

                  Email: [email protected]
                  Twitter: @garryn
                  Web: modx.com
                  • 22770
                  • 285 Posts
                  Absolutely right. It’s ManagerManager that is causing the conflict. I’ll apply the update and see if that fixes it.

                  Thanks!
                    • 22770
                    • 285 Posts
                    Yep. Upgrading ManagerManager fixes the problem. Thank you both, Susan and Garry.