We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9995
    • 1,613 Posts
    i think it should be like this:
    [*description:is=``:then=``:else=`<h3>[*description*]</h3>`*]
    or use [+ +]
      Evolution user, I like the back-end speed and simplicity smiley
      • 13428 ☆ A M B ☆
      • 1,031 Posts
      The plugin code should be modified from
      include_once $modx->config['rb_base_dir'] . "plugins/phx/phx.parser.class.inc.php";

      to
      include_once MODX_BASE_PATH . "assets/plugins/phx/phx.parser.class.inc.php";


      So the PHx Plugin will continue to work if the internet provider moves the installation silently to another server with different base_path.