We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34162
    • 1 Posts
    This is an auto-generated support/comment thread for Quip 0.1-beta3.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    A simple commenting system for MODx Revolution, complete with a backend management interface. Requires jQuery.

    New Updates:


    • Updated backend to work with latest Revo SVN
      • 7690
      • 166 Posts
      wow, nobody has seen this addon yet?

      1 question. Even though it is made for Revolution, will this work on 0.9.6?
        • 16183
        • 1,390 Posts
        Actually "we" have wink.....and I doubt it will work for 0.9.6 as is....

        cheers/k
          • 25663 MODX Staff
          • 12,272 Posts
          It definitely won’t work in Evo. Most likely. tongue
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 17499 ☆ A M B ☆
            • 872 Posts
            I played with quip today and noticed an error.
            On line 161:

            if (!empty($this->config['tpl'.$name])) {
                  $chunk = $this->modx->newObject('modChunk');
                  $chunk->setContent($this->config['tpl'.$name]);
            }


            Should be :

             
            if (!empty($this->config['tpl'.$name])) {
                  $chunk = $this->modx->getObject('modChunk', array('name' => $this->config['tpl'.$name]));
            }