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

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

    Brief Description:
    TXNewsletters module can manage multiple newsletters.
    You can quickly personalize it with a xml definition file that generate automatically subscribe / unsubscribe forms fields (list, radio, checkbox, subscription, …) with validation logic as well as subscriber database structure.
    It use MODx templates for newsletter templates and document tree for storage so you keep the powerful content management features of MODx.
    Available in french, french utf8 & english.
      Download TXNewsletters 0.9 : a newsletter management module
      • 7231
      • 4,205 Posts
      This looks sweet, thanks for posting grin
        [font=Verdana]Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

        Something is happening here, but you don't know what it is.
        Do you, Mr. Jones? - [bob dylan]
        • 7455
        • 2,204 Posts
        Looks nice.

        Would it be posible to use webgroups instead of the own usertable?
        that way you canalso give subscribers the posibility to use the same account for webrelated priveliges like downloads etc.

        Dimmy
          follow me on twitter: @dimmy01
          • 6726
          • 7,075 Posts
          Looks indeed very nice,
          +1 on Dimmy’s suggestion, the more integrated with MODx user management feature, the better...

          I’ll look into this and install and come back with more feedback...
          Thanks for sharing Franck smiley
            .: COO - Commerce Guys - Community Driven Innovation :.


            MODx est l'outil id
            • 21106
            • 53 Posts
            Thanks for this module....

            I’ve completed the installation.. and was even able to send a newsletter with a manually-added webuser.. My problem is how to make a "subscribe" and "unsubscribe" pages... I’ve already set the necessary page ID’s on the Module’s Config...

            I’m sure I’m doing something wrong. (just a newbie).. :’(
              • 21106
              • 53 Posts
              Opsss..

              I found it! hehehe.. Just have to check out the snippet code to determine the parameters...

              now working great..

              Thanks again..

              this is a good one...
                • 29240
                • 8 Posts
                I installed everything as the instructions said and I must have checked everything at least 3 times. When I run the module I get a completely blank page and nothing shows up in events. Anyone have this problem before or know how to fix this?
                  • 22289
                  • 41 Posts
                  Hmm... I get this error...

                  Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/.mysite/assets/modules/txnewsletters/txnewsletters.inc.php on line 1479

                  Warning: file_get_contents(http://mysite/168/169.html) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/.taffeta/mysite/assets/modules/txnewsletters/txnewsletters.inc.php on line 1479
                  Sending done !
                  • Depending on your version of PHP, this may be your problem:
                    If any of your code relies on includes of URLS à la allow_url_fopen, be aware that a new directive (allow_url_include) has been added, and that it defaults to Off.

                    http://www.php.net/manual/en/migration52.incompatible.php, see the user comments at the bottom.

                    (This has been coming up rather frequently lately; I’ve added to the wiki FAQ: http://wiki.modxcms.com/index.php/Frequently_Asked_Questions#What_does_URL_file-access_is_disabled_mean.3F)
                      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
                      • 22289
                      • 41 Posts
                      I think that is exactly the problem, as my searches for enabling allow_url anything seem to result in abject horror from server admins in my hosting service’s forums. Now I’m onto cURL... will post here if there’s a quick workaround for this...