Copied to clipboard

Flag this post as spam?

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


  • Nick 4 posts 24 karma points
    May 12, 2010 @ 14:02
    Nick
    0

    Post in the past?

    Is it possible to make a post in the past?

    When I specify a past date it simply uses todays date and places my entry at the top of the list, but I would like to place them at the bottom as they should have been posted months ago.

    Thanks in advance!

  • Stefan Kip 1614 posts 4131 karma points c-trib
    May 12, 2010 @ 14:35
    Stefan Kip
    0

    Could you elaborate a bit more? What are you trying to accomplish?

  • Nick 4 posts 24 karma points
    May 12, 2010 @ 15:05
    Nick
    0

    Sorry, sure.

    I am posting a new news article. I would like this article to be posted with a date which is in the past and be placed before my latest articles (so it appears to be an old article). However when I specify the old date it is simply posting the article using todays date and placing it at the top of the article list.

    Hope this makes sense!

  • Chris Dunn 210 posts 401 karma points
    May 12, 2010 @ 15:21
    Chris Dunn
    0

    Check you're xslt to see the order the it's being sorted on.  This directly after you're for-each loop first statement.  Make sure it's being sorted on @updateDate or whichever date you would like to sort on.  Are you using Publish At date or a custom newsDate?

    <xsl:sort select="@updateDate" order="descending"/>

    or

    <xsl:sort select="./data [@alias='newsDate']" order="descending"/> 

    -Chris

  • Nick 4 posts 24 karma points
    May 12, 2010 @ 15:28
    Nick
    0

    Sorry Chris im not a developer, just a user publishing posts via the front end system

  • Chris Dunn 210 posts 401 karma points
    May 12, 2010 @ 15:35
    Chris Dunn
    0

    Are you using a package like blog 4 umbraco or cws for your posts?  Or is this a custom implementation?

    -Chris

  • Stefan Kip 1614 posts 4131 karma points c-trib
    May 12, 2010 @ 17:39
    Stefan Kip
    0

    Nick,

    For many websites I've developed, I used my own News implementation, which has a property called 'Past Date'.

    With this property the customer is able to select a data in the past (for instance when transfering news from the old site to the new one). You should ask a developer to do something like this for you...

    Then the developer should implement this extra property in the output (like XSLT or .NET).

  • Nick 4 posts 24 karma points
    May 12, 2010 @ 17:50
    Nick
    0

    Thanks for your help, I will pass this on!

  • 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