WP plugin to ping on postdated entries?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BigBen
    Confirmed User
    • Nov 2004
    • 2299

    #1

    WP plugin to ping on postdated entries?

    Anybody know where I can find something like this?

    Thanks.
  • digga
    Confirmed User
    • Jan 2004
    • 582

    #2
    post on wordpress.org

    thats all i can think of. maybe someone can whip one up for you there.

    Buy Some Porn | Taking Over The Net | Quik-Host

    Comment

    • nastynun
      Mandy
      • Nov 2003
      • 424

      #3
      Originally posted by BigBen
      Anybody know where I can find something like this?

      Thanks.
      wp-cron-future-pings: suppresses the default ping and trackback action when you post a new item dated in the future. Then (roughly) every 15 minutes the plugin checks to see if any future-dated posts are now visible to readers. If they are, the pings and trackbacks are sent

      http://www.skippy.net/blog/2005/05/26/plugin-wp-cron/
      Just a 41 year old original cam model from way back, fetish princess, pantyhose and Gothic craft maker. Graphics designer when need be. Just an all around "Web Mistress".

      Comment

      • Damian_Maxcash
        So Fucking Banned
        • Oct 2002
        • 12745

        #4
        Originally posted by nastynun
        wp-cron-future-pings: suppresses the default ping and trackback action when you post a new item dated in the future. Then (roughly) every 15 minutes the plugin checks to see if any future-dated posts are now visible to readers. If they are, the pings and trackbacks are sent

        http://www.skippy.net/blog/2005/05/26/plugin-wp-cron/
        Great - thanks

        The random post plugin is good as well

        Comment

        • BigBen
          Confirmed User
          • Nov 2004
          • 2299

          #5
          Originally posted by nastynun
          wp-cron-future-pings: suppresses the default ping and trackback action when you post a new item dated in the future. Then (roughly) every 15 minutes the plugin checks to see if any future-dated posts are now visible to readers. If they are, the pings and trackbacks are sent

          http://www.skippy.net/blog/2005/05/26/plugin-wp-cron/
          I'll check it out. Thanks

          Comment

          • Scotty.T
            Confirmed User
            • Nov 2004
            • 1062

            #6
            Run the wp-reminder part of this as well to check that the cron is running.

            I had this working on my old host, but I have tried to set- it up on my new host and the the cron is generating reminders every 60 seconds. It was OK for the first hour or so then it went ape shit. I woke up the next day and had thousands of reminder emails.

            I haven't had a chance to look in to it properly yet, just switched it back off.

            Oh yeah the future ping part didn't work either. It is not clear from the write up on skippy whether he has this working fully or not.
            .

            Comment

            • nastynun
              Mandy
              • Nov 2003
              • 424

              #7
              Originally posted by Scotty.T
              Run the wp-reminder part of this as well to check that the cron is running.

              I had this working on my old host, but I have tried to set- it up on my new host and the the cron is generating reminders every 60 seconds. It was OK for the first hour or so then it went ape shit. I woke up the next day and had thousands of reminder emails.

              I haven't had a chance to look in to it properly yet, just switched it back off.

              Oh yeah the future ping part didn't work either. It is not clear from the write up on skippy whether he has this working fully or not.
              By default, wp-cron-mail executes roughly every fifteen minutes. If you?d like to change this to run roughly once per hour, change line 14 from:
              add_action('wp_cron_15', 'wp_cron_mail');
              to
              add_action('wp_cron_hourly', 'wp_cron_mail');

              If you only want once per day, change hourly to daily in the line above.

              Hope that helps!
              Just a 41 year old original cam model from way back, fetish princess, pantyhose and Gothic craft maker. Graphics designer when need be. Just an all around "Web Mistress".

              Comment

              • nastynun
                Mandy
                • Nov 2003
                • 424

                #8
                This might help you to http://wordpress.org/support/topic/44389
                Just a 41 year old original cam model from way back, fetish princess, pantyhose and Gothic craft maker. Graphics designer when need be. Just an all around "Web Mistress".

                Comment

                • Scotty.T
                  Confirmed User
                  • Nov 2004
                  • 1062

                  #9
                  Originally posted by nastynun
                  I'll take a look at the links but the version I got ran every 15 and 60 mins out of the box. Or was supposed to anyway I will take a closer look at it though. Thanks.
                  .

                  Comment

                  • Scotty.T
                    Confirmed User
                    • Nov 2004
                    • 1062

                    #10
                    Just had a quick look at that link. belloq had the same problem as me. I'll take a look at the code and see what's in mine. Thanks again.
                    .

                    Comment

                    Working...