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

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

    Brief Description:
    Newsletter Snippets to send modx documents or plain text to web users groups
      Wendy Novianto
      [font=Verdana]PT DJAMOER Technology Media
      [font=Verdana]Xituz Media
      • 2762
      • 1,198 Posts
      Nicola (Banzai) Reply #2, 20 years ago
      I think there is an error in the resource page rolleyes

      Description
      Name: Newsletter (Improved version from Luca Allulli)
      For: MODx cms (modxcms.com)
      Description: Database calendar module for MODx
      Version: 0.2b
      Written by: Wendy Novianto
      Created: 1/18/2006
      Modified: 1/19/2006[
        Free MODx Graphic resources and Templates www.tattoocms.it
        -----------------------------------------------------

        MODx IT  www.modx.it
        -----------------------------------------------------

        bubuna.com - Web & Multimedia Design
        • 10487 MODX Staff
        • 1,535 Posts
        Garry Nutting Reply #3, 20 years ago
        Cheers Banzai, I’ve moderated the resource to have the correct description. Thanks! smiley
          Garry Nutting
          Senior Developer
          MODX, LLC

          Email: [email protected]
          Twitter: @garryn
          Web: modx.com
          • 2762
          • 1,198 Posts
          Nicola (Banzai) Reply #4, 20 years ago
          Wendy can you explain how to use emailGroup , docgroup, extrafield parameters?

          I can’t uderstad how works subscribe to group, how add groups to the signup form.

          Thanks smiley
            Free MODx Graphic resources and Templates www.tattoocms.it
            -----------------------------------------------------

            MODx IT  www.modx.it
            -----------------------------------------------------

            bubuna.com - Web & Multimedia Design
            • 15871
            • 105 Posts
            Is there a demo of this somewhere so I can review the functionality?

            When you state that it can send a MODx document to users, does this mean that we can send a visual email to subscribed users? So in essence, we could create several templates for different emails and create those documents based on those templates. Then our client can generate a list of subscribed users and then mail out the created document?

            Also, what about users wanting to unsubscribe? How is this handled?
              • 8471
              • 333 Posts
              Hi, when an user try to subscribe a newsletter I received this parse error:
              « MODx Parse Error »
              MODx encountered the following error while attempting to parse the requested resource:
              « PHP Parse Error »
               
              PHP error debug
                Error: 	in_array() [function.in-array]: Wrong datatype for second argument	 
                Error type/ Nr.: 	Warning - 2	 
                File: 	C:\sito\manager\includes\document.parser.class.inc.php(705) : eval()'d code	 
                Line: 	710	 
               
              Parser timing
                MySQL: 	0.0630 s s	(12 Requests)
                PHP: 	0.6729 s s	 
                Total: 	0.7359 s s


              Can you help me?
              Thanks
                Sorry for my bad English grin
                • 8471
                • 333 Posts
                any ideas? :’(
                  Sorry for my bad English grin
                  • 26799
                  • 177 Posts
                  I’m getting this error when I try to mail-out a document....

                  Fatal error: Call to undefined function: curl_init() in /home/nbwco001/public_html/manager/includes/document.parser.class.inc.php(748) : eval()’d code on line 413

                  I looked into the code and can’t seem to find the helper function "curl_init()" anywhere, it’s not in "document.parser.calss.inc.php" or the [!newsletter!] snippet. At least not my copy.
                    • 25663 MODX Staff
                    • 12,272 Posts
                    Curl is a PHP command. Does your server support it?
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 26799
                      • 177 Posts
                      ahh that would make sense as to why I couldn’t find it. I’ll check that. Thanks Ryan.