We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33337
    • 3,975 Posts
    Hi Marketing team members !

    anyone do a small newsletter for TP 3.2 release ?

    it would be great !

    regards,

    zi
      Zaigham R - MODX Professional | Skype | Email | Twitter

      Digging the interwebs for #MODX gems and bringing it to you. modx.link
      • 25663 MODX Staff
      • 12,272 Posts
      Do you mean an announcement like before or a full blown newsletter?
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 33337
        • 3,975 Posts
        A newsletter, full blown newsletter outgoing to all members, containing

        News,
        New Additions,
        Changelog (if exist)
        Main site links, (just to point out "for-what-where-to-go")
        Forum stats !

        I think its clear ! wink
          Zaigham R - MODX Professional | Skype | Email | Twitter

          Digging the interwebs for #MODX gems and bringing it to you. modx.link
          • 25663 MODX Staff
          • 12,272 Posts
          And a lot of work!

          That would take probably 6-8 hours to do properly. :blink:

          But I do think it’s a very good idea.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 1764
            • 680 Posts
            On a related topic. I have need of a newsletter module for a site. I have a hack working on Etomite but I’ll probably end up doing an almost total rewrite for MODx. It’s pretty hacky for Etomite but with modules, plugins, web users, TVs and the improved APIs in MODx it should be a lot simpler and cleaner.

            Anyway, all that to say some time down the road I’ll probably be releasing a newsletter module.
              • 33337
              • 3,975 Posts
              That would take probably 6-8 hours to do properly. :blink:

              I m sorry to hear that .................... wink

              OMG, lets do it short then !!

              Draft!
              ----------------------

              Dear Member,

              We have just released the new version of MODx CMS named as Technology Preview 3.2.

              It contains some bug fixes and some nice new features like QuickEdit for frontend editing and User access log table optimizer ...(blah blah).

              You can grab your copy of new release from here {link}

              Of-course the relevant documentation could be found on our Documentation section. find some nice tips and tricks {tips forum link}.

              To report bug or feature request please use our new bug tracking system {bugs link}

              (some more lines if ok)

              Forum stats at a glance:

              members: xx
              topics: xx
              posts: xx


              -------------------

              I think now it can be handled easily laugh
                Zaigham R - MODX Professional | Skype | Email | Twitter

                Digging the interwebs for #MODX gems and bringing it to you. modx.link
                • 32963
                • 1,732 Posts
                Quote from: aNoble at Aug 22, 2005, 10:40 PM

                Anyway, all that to say some time down the road I’ll probably be releasing a newsletter module.

                Now this would be awesome. If would also be nice to allow web users to subscribe to multiple newsletters/RSS feeds via a web user newsletter control panel.

                With that said you might also want to take a look at the new NewsFeed snippets and NewsPublisher snippets.

                  xWisdom
                  www.xwisdomhtml.com
                  The fear of the Lord is the beginning of wisdom:
                  MODx Co-Founder - Create and do more with less.
                  • 1764
                  • 680 Posts
                  Quote from: xwisdom at Aug 22, 2005, 10:50 PM

                  Now this would be awesome. If would also be nice to allow web users to subscribe to multiple newsletters/RSS feeds via a web user newsletter control panel.

                  That’s a great idea. I’ve also thought it would be good to have a sort of an email notification feature for web users so that they could be emailed when a page changes. It would be really easy to do. We actually do something like this for manager users now, so that the people responsible for a certain page can know when changes are made. However, the publishing workflow features should be a far superior alternative to the email on changes method.
                    • 32963
                    • 1,732 Posts
                    Quote from: aNoble at Aug 22, 2005, 10:56 PM

                    That’s a great idea. I’ve also thought it would be good to have a sort of an email notification feature for web users so that they could be emailed when a page changes. It would be really easy to do. We actually do something like this for manager users now, so that the people responsible for a certain page can know when changes are made. However, the publishing workflow features should be a far superior alternative to the email on changes method.

                    You most certainly can. See the OnBeforeDocFormSave and OnDocFormSave events. With these you can create a plugin to send out emails to users within a mailing list.

                    Btw does the QuickEdit module trigger these events?


                      xWisdom
                      www.xwisdomhtml.com
                      The fear of the Lord is the beginning of wisdom:
                      MODx Co-Founder - Create and do more with less.
                      • 1764
                      • 680 Posts
                      Quote from: xwisdom at Aug 22, 2005, 11:02 PM


                      Btw does the QuickEdit module trigger these events?


                      No, actually, it doesn’t. I’m working on it now.