Postponed
Project:
Pixture Reloaded
Version:
6.x-3.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Nov 2008 at 15:51 UTC
Updated:
4 May 2009 at 16:32 UTC
If I change dateformat for the different format types, it does not change in the "ingress list" on the frontpage. If I change to another Theme it changes, but if I change back to Pixture Reloaded it returns to default.
If you hold the mouse over the date, the correct format are shown.
Visit: http://www.jetsofbergen.no/index.php and look. The format shown should be the same as when you hold the mouse over the dates. The format are changed for all types (short/medium/long).
Comments
Comment #1
Jeff Burnz commentedYou need to replace the custom date formats in node.tpl.php
Look for this block of code in node.tpl.php (around line 26):
And replace it with this:
The difference being we replace the format_date() function with the standard $date variable - I think I will change to this for the next version of PR (probably for Drupal 7).
Comment #2
andersh commentedThanks! That did the trick!
Thanks for a really great theme, by far my favourite!
Comment #3
Jeff Burnz commentedSetting to postponed, I will change this in a future version as there are a number of languages this causes problems with.
Comment #4
nancydruWhy not just use the Submitted By module?