We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20710
    • 65 Posts
    The signup works if I remove the <p> tags from around snippet call (grrrr again)

    But I still can’t get the success message to echo to the subscribe page, any ideas?
      • 30552
      • 75 Posts
      Quote from: muzzargh at Aug 10, 2009, 03:58 PM

      The signup works if I remove the <p> tags from around snippet call (grrrr again)

      But I still can’t get the success message to echo to the subscribe page, any ideas?

      I successfully got this to work on a modx evolution 1.0.0 installation by manually adding
      <script type="text/javascript" src="manager/media/script/mootools/mootools.js"></script>
      to the <head></head> area of the template. Next step is either coding the snippet to add it dynamically if it’s not there, or at least make it a snippet parameter so that you can specify "YES, use MooTools" or "NO, MooTools is already loaded" - I suppose if you wanted a quick workaround that didn’t load MooTools on every page, you could use a checkbox template variable or something.

      I’m sorry we’re not supporting this better. We really thought some ambitious coder would take off where we left it, because we thought this was a pretty good system when it came out (compared to the others that were available at the time).

      Cheers,

      Kevin
        • 20710
        • 65 Posts
        Hi Kevin,

        Thanks for all your help with getting this working grin

        Murray
          • 30552
          • 75 Posts
          For anyone who cares, I released a new version of TE Mailer. It throttles emails for people whose hosts restrict the number of emails that can be sent at one time. It’s also got built-in localization (except the installer), though English is the only language available right now. I still have to integrate the install script with the language file. Oh, it also has new and improved mailing list management.

          It looks a lot nicer too. You can create a theme for it via CSS - it’s not templated or anything, but it’s pretty easy to change the aesthetics. Right now it matches the new Evolution cobalt manager theme. The ajax has been updated, and it comes packaged with the newest MooTools core.

          It’s just generally better, and I really hope someone can get some use out of it. I’m waiting for approval right now - I submitted it about 15 hours ago. It is in BETA right now, so if anyone can test it and report bugs, that would be sweet. I’m not a great programmer, but I tried very hard to make this module better. I don’t know how effective I will be at implementing grand feature requests, but I’m open to suggestions.

          I’ll attach it here for now, in case anyone wants to give it a try. Check the README for more info.

          EDIT: Localization added to the Installer now

          EDIT (11/11/2009): Problem with installer localization should now be fixed. There may still be undeclared variables in the installer, but they shouldn’t affect the installation.
            • 26931
            • 2,314 Posts
            Hi transeffect,

            thanks for sharing your update

            version 1.5 doesn’t contain an install directory, should i take the one from v. 1.0?

            thanks, j
              • 30552
              • 75 Posts
              I uploaded the wrong file! Sorry about that - The one I’d uploaded originally should work fine, but if you need to do an install, I updated the package.

              Thanks for pointing out my mistake!

              -Kevin
                • 26931
                • 2,314 Posts
                again - thanks! smiley
                  • 11055 ☆ A M B ☆
                  • 3,112 Posts
                  I ran the http://localhost/modx/assets/modules/temailer/install/index.php.
                  What’s the problem here?

                  Notice: Undefined variable: path in D:\localhost\modx\assets\modules\temailer\install\index.php on line 4
                  
                  Notice: Undefined variable: modx in D:\localhost\modx\assets\modules\temailer\install\index.php on line 7
                  
                  Notice: Trying to get property of non-object in D:\localhost\modx\assets\modules\temailer\install\index.php on line 7
                  
                    Rico
                    Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
                    MODx is great, but knowing how to use it well makes it perfect!

                    www.virtudraft.com

                    Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

                    Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

                    Maintainter/contributor of Babel

                    Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
                    • 30552
                    • 75 Posts
                    Quote from: goldsky at Sep 03, 2009, 06:24 AM

                    I ran the http://localhost/modx/assets/modules/temailer/install/index.php.
                    What’s the problem here?

                    Notice: Undefined variable: path in D:\localhost\modx\assets\modules\temailer\install\index.php on line 4
                    
                    Notice: Undefined variable: modx in D:\localhost\modx\assets\modules\temailer\install\index.php on line 7
                    
                    Notice: Trying to get property of non-object in D:\localhost\modx\assets\modules\temailer\install\index.php on line 7
                    


                    Those issues shouldn’t affect the installation at all, but it does indicate that I did something wrong when I added the l10n stuff. Is the program working for you, or is it halting on those Notices?
                      • 11055 ☆ A M B ☆
                      • 3,112 Posts
                      Quote from: transeffect

                      Those issues shouldn’t affect the installation at all, but it does indicate that I did something wrong when I added the l10n stuff. Is the program working for you, or is it halting on those Notices?
                      It didn’t halted, but kept continue with the full "Notice"s, until the installation process ended.
                      If I check inside the manager, TE Mailer exists.
                        Rico
                        Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
                        MODx is great, but knowing how to use it well makes it perfect!

                        www.virtudraft.com

                        Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

                        Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

                        Maintainter/contributor of Babel

                        Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.