We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30086
    • 110 Posts
    Hi i need help with the installation of this module. I followed the instructions until here:
    Instructions

    Note : Do not start the module before the end of the installation


    1/ copy txnewsletters directory in " assets/modules/ "

    2/ create " assets/upload/ " directory if not exist with read/write right for www/php user
    (upload folder is where the imported CSV file will be placed)

    3/ log in manager as admin
    create a new snippet named "TXNewsletters" with "<strong>0.9</strong> - TXNewsletters subscribe / unsubscribe form snippet" as snippet description
    and copy "txnewsletters.snippet.tpl" as content

    4/ create a new module named "TXNewsletters" with "<strong>0.9</strong> TXNewsletters - Newsletter manager module" as module description
    and copy " txnewsletters.module.tpl " as content

    - in " configuration tab > module configuration "

    check the "Enable parameter sharing" option and copy following line to initialize modules variables :

    &emailFrom=Sending Email;text;[email protected] &newslettersBaseId=Newsletters directory (id);text;1 &nbPerPage=Item per page;text;15 &idPageSubscribe=Page Subscribe;text;1 &idPageUnsubscribe=Page Unsubscribe;text;1


    But then this instructions I don’t know where to go anymore:
    - in module dependencies tab, add " TXNewsletters " snippet dependancy to share params with

    5/ in snippet configuration > properties tab, select "TXNewsletters" in "Import module shared parameters" list

    6/ now you should create modx documents / template for newsletters and subscription pages, something like following :

    + newsletters (directory)
    | + newsletter 1 (page) // with a newsletter template
    | + newsletter 2 (page) // with a newsletter template
    + newsletter subscription (page) // with subscribe template

    => newsletter template should have "{link_unsubscribe}" added in an link, something like this : "<a href="{link_unsubscribe}">click here for unsubcribe</a>"
    the tag "{link_unsubscribe}" will be replaced with an encoded unsubscribe link by the module before sending


    Could you please tell me where to find this?

      • 30086
      • 110 Posts
      I need some help. it seems nobody understand my problem

      Please guide me where to go after, thanks because I needed this to be solve.

        • 28042 ☆ A M B ☆
        • 24,524 Posts
        Which version of MODx are you using?
          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
          • 30086
          • 110 Posts
          i’m using the modx1.0.4

          do you think TXNewsletter will not work with this version?
          MODx Evolution 1.0.4

          ps:
          I just can’t figure out how I can do this, any advise please
          6/ now you should create modx documents / template for newsletters and subscription pages, something like following
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            All that means is create the resources (documents) that you are going to be using as your newsletters.
              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
              • 5144
              • 1 Posts
              Although the post is a little outdated: I’m using TXNewsletters in MODx 1.0.4 and up until now it seems working perfectly! smiley