Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shannon 148 posts 171 karma points
    Nov 16, 2010 @ 06:02
    Shannon
    0

    "Publish At" doesn't move blog post into year/month/day folders

    I would like to automatically schedule blog posts. When I use the "publish at" field, the bog does publish but doesn't move it into the year/month/day folders. Any ideas?

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Nov 16, 2010 @ 08:14
    Sebastiaan Janssen
    0

    Currently b4u works by taking the createdate instead of the publish date. You could rewrite the aftersave event handler to be an afterpublish event handler that does the moving into datefolders.

     

  • Shannon 148 posts 171 karma points
    Nov 16, 2010 @ 14:58
    Shannon
    0

    Can you point me in the right direction to do so?

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Nov 16, 2010 @ 15:04
    Sebastiaan Janssen
    0

    Get the source for changeset 40819.

    Add a file like this one that executes in the Document.AfterPublish instead of Document.New and does the same thing, except you don't use the CreateDateTime but the PublishDateTime.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies