We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9797
    • 3 Posts
    Hi everybody!
    I’m just a new user of modx and well... it’s TERRIFIC how powerful it can be smiley I’m learning to use it so ASAP I can publish a new site for an italian role playing community smiley
    Anyway I’ve got some problems, so from time to time I’ll seek help there wink

    First problem: how can I integrate coComments in MODx? I understood how to create a blog and allow webusers to post comments, but I can’t really make it work with coComments as in http://www.cocomment.com/integrate? Any ideas?

    Thanks a lot! smiley
      • 15159
      • 93 Posts
      Oooh. Nice comment logic... BUT, I dont like it being off server...sigh. If I could find their code wrap it up in a module. Oh yumm. Susan? You want to make this for us? LOL
      • I would love to...just as soon as I finish the three sites I’m getting paid to work on, finish up the snippet and plugin to link MODx to phplist, work on my shopx, improve and ajaxify the docman snippet...
          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
          • 15159
          • 93 Posts
          Chuckle, the sarcasm drips....
          • Not at all, no sarcasm intended there at all, just the honest truth. I really enjoy working on MODx. And eventually all these things will get done, and I’ll even finish the Aran afghan I’ve been knitting for the last four years!
              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
              • 15159
              • 93 Posts
              It was funny. I know what its like to have stuff piled on you and stuff you want to do. I have 15 domain.sites to transfer to a new host, css to get working in fcke, a client site design to complete, and all the while myndscapes.com still looks like hard flung dung on a mud brick wall. sigh... and I just hijacked Flatlines thread.... someone beat me.
                • 9797
                • 3 Posts
                Quote from: jwtyler at Apr 26, 2006, 05:45 PM

                and I just hijacked Flatlines thread.... someone beat me.

                It’s an hard job, but someone’s got to do it, prepare for the whip grin
                Anyway, in the page I linked there is a way to setup it for any blog platform: just copy and paste the JS code and it *should* work.
                Obiviously, it doesn’t smiley

                I tried to do that by making a chunk (called {{coCoIntegration}}) like:
                [tt]<script type="text/javascript">
                var blogTool = "MODx";
                var blogURL = "(my temporary address)";
                var blogTitle = "Flatline";
                var postURL = "(my address)/[~[*id*]~]″;
                var postTitle = "[*longtitle*]";
                var commentTextFieldName = "comment";
                var commentButtonName = "send";
                var commentFormName = "commentForm";
                </script>[/tt]

                and then I inserted it in the <head></head> section of my blog’s "post page" template via {{coCoIntegration}}. The code expanded correctly (I could read the exact address in the postURL field and so on), but it still didn’t work (the button "coComment" with the Tags textfield and so on didn’t appear).
                What do you think about it? smiley