We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • discuss.answer
    • 40088
    • 708 Posts
    Oh, that snippet has been there all along. In fact the (registerDate) value is displayed on the front-end if I manually add it via the Manager.

    So the problem isn't the placeholder or the ClassExtender field, it's that my PHP wasn't generating the date, but I found the problem. I changed it from this:
    <?php
    echo date('F j, Y')

    to
    <?php
    echo date("F j, Y");
    [ed. note: todd.b last edited this post 6 years ago.]
      Todd
      • 3749
      • 24,544 Posts
      Just a clarification for others reading this, single quotes and double quotes both work fine with date(). It's the missing semicolon that matters.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 38783
        • 571 Posts
        Thank you Bob. I had seen exactly what you thought people might see and missed the point entirely;
          If I help you out on these forums I would be very grateful if you would consider rating me on Trustpilot: https://uk.trustpilot.com/review/andytough.com

          email: [email protected] | website: https://andytough.com
          • 46886
          • 1,154 Posts
          I am excited about this thread but can't contribute currently, I hope I can add value here in a week..or so

          Anyone reading who has similar issues/questions should go ahead and jump in now while the water is fine!