Posterize.us: Adjust time - Posterize.us

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adjust time

#1 User is offline   Jacqcarly Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 21-December 09

Posted 21 December 2009 - 06:23 PM

Hi! I downloaded the stripes theme (love it!), but the time for the posts is totally off. Is there any way to fix that?
I checked everywhere on my posterous settings but couldnt find a time zone option. Thanks!
0

#2 User is offline   Cory Watilo Icon

  • Advanced Member
  • Icon
  • Group: Administrators
  • Posts: 77
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://corywatilo.com

Posted 21 December 2009 - 07:09 PM

There isn't a timezone option for Posterous, and since Stripes shows the exact time of posting, it's probably just showing the time in PST. So, there isn't a way to change the timezone, but if you want, you could remove the time it was posted and only show the date. Search for the following in the Stripes code:

                    	{block:NewDayDate}
                        	<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</a>
                        {/block:NewDayDate}


and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:


                    	{block:NewDayDate}
                        	<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a>
                        {/block:NewDayDate}


That's the best workaround for now!
Cory Watilo
My Posterous: http://corywatilo.com
Twitter: http://twitter.com/corywatilo
0

#3 User is offline   Jacqcarly Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 21-December 09

Posted 21 December 2009 - 07:25 PM

View PostCory Watilo, on 21 December 2009 - 10:09 PM, said:

There isn't a timezone option for Posterous, and since Stripes shows the exact time of posting, it's probably just showing the time in PST. So, there isn't a way to change the timezone, but if you want, you could remove the time it was posted and only show the date. Search for the following in the Stripes code:

                    	{block:NewDayDate}
                        	<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</a>
                        {/block:NewDayDate}


and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:


                    	{block:NewDayDate}
                        	<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a>
                        {/block:NewDayDate}


That's the best workaround for now!



thank you so much! happy holidays!!!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users