We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    If I am correct, this is where the change should be made to allow escaping of various characters in the properties string?
      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
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      I did it!!! I hacked mutate_plugin.dynamic.action.php and document.parser.class.php and you can now use \; in the text part of the plugin configuration properties! grin I am sooo good! Anybody else interested? I’ll package up the two files for download if anybody is.

      (yeah, I know, what about & and = too.)
        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
        • 32963
        • 1,732 Posts
        Quote from: sottwell at Oct 31, 2005, 03:52 AM

        I did it!!!  I hacked mutate_plugin.dynamic.action.php and document.parser.class.php and you can now use \; in the text part of the plugin configuration properties!  grin  I am sooo good!  Anybody else interested?  I’ll package up the two files for download if anybody is.

        (yeah, I know, what about & and = too.)

        That’s very sweet susan. Your patch should go right into the core.

        Very nice work.
          xWisdom
          www.xwisdomhtml.com
          The fear of the Lord is the beginning of wisdom:
          MODx Co-Founder - Create and do more with less.
          • 28042 ☆ A M B ☆
          • 24,524 Posts
          Ok, here’s my entire collection of personal fixes and core hacks at this point.

          The manager topmenu files are because the 4th menu option simply doesn’t work, and I’ve downloaded it twice to make sure. I fixed the files involved from my own verions that I’ve been using; I really can’t say where the problem was.

          I commented my changes to the two files for the plugin hack, so all you have to do is find "sottwell"; I believe there are two lines in the parser and three in the action file. Ugh. Javascript.
            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