<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Tag: Date</title>
<link>http://omeka.org/forums/</link>
<description>Forums Tag: Date</description>
<language>en</language>
<pubDate>Wed, 15 Oct 2008 21:56:18 +0000</pubDate>

<item>
<title>SheilaBrennan on "date mis-displays in public view"</title>
<link>http://omeka.org/forums/topic/date-mis-displays-in-public-view#post-411</link>
<pubDate>Thu, 08 May 2008 18:06:16 +0000</pubDate>
<dc:creator>SheilaBrennan</dc:creator>
<guid isPermaLink="false">411@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Sara, &#60;/p&#62;
&#60;p&#62;Kris helped me find a workaround that will show dates properly on the public pages. We are working on fixing the way that Omeka deals with dates for other releases, but for now you can modify the items/show.php file found in your public theme directory. If you echo the date only, it should show the proper date on the public pages.&#60;br /&#62;
See here:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if($item-&#38;gt;date): ?&#38;gt;

&#38;lt;div id=&#38;quot;date&#38;quot; class=&#38;quot;field&#38;quot;&#38;gt;
            &#38;lt;h2&#38;gt;Date&#38;lt;/h2&#38;gt;

 &#38;lt;div class=&#38;quot;field-value&#38;quot;&#38;gt;&#38;lt;?php echo nls2p($item-&#38;gt;date); ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should work, but if you have problems let me know.&#60;/p&#62;
&#60;p&#62;Sheila
&#60;/p&#62;</description>
</item>
<item>
<title>SheilaBrennan on "date mis-displays in public view"</title>
<link>http://omeka.org/forums/topic/date-mis-displays-in-public-view#post-405</link>
<pubDate>Fri, 02 May 2008 17:57:52 +0000</pubDate>
<dc:creator>SheilaBrennan</dc:creator>
<guid isPermaLink="false">405@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Sara, &#60;/p&#62;
&#60;p&#62;Thank you for making us aware of this bug. Our developers know about it and we'll update you when we know more about the problem. &#60;/p&#62;
&#60;p&#62;Sorry for the inconvenience. &#60;/p&#62;
&#60;p&#62;Sheila
&#60;/p&#62;</description>
</item>
<item>
<title>sara on "date mis-displays in public view"</title>
<link>http://omeka.org/forums/topic/date-mis-displays-in-public-view#post-404</link>
<pubDate>Thu, 01 May 2008 21:52:04 +0000</pubDate>
<dc:creator>sara</dc:creator>
<guid isPermaLink="false">404@http://omeka.org/forums/</guid>
<description>&#60;p&#62;If one only enters a year in date and leaves month and day blank on the admin side, in public view the date shows up as 11.30.previous year.&#60;br /&#62;
Example:&#60;br /&#62;
admin side (edit), date: 1905 [blank] [blank]&#60;br /&#62;
public view, date: 11.30.1904&#60;/p&#62;
&#60;p&#62;And even if one tries to enter zeros instead of leaving the Month and Day fields blank, one ends up with the same thing, and the zeros just disappear in any case. &#60;/p&#62;
&#60;p&#62;Similary, if one enters a year in date and a month but no day on the admin side, in public view it shows up as last day of previous month correct year.&#60;br /&#62;
Example:&#60;br /&#62;
admin side (edit), date: 2008 03 [blank]&#60;br /&#62;
public view, date: 02.29.2008&#60;/p&#62;
&#60;p&#62;Any ideas on how to fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on ""Date" metadata displayed as "Provenance""</title>
<link>http://omeka.org/forums/topic/date-metadata-displayed-as-provenance#post-336</link>
<pubDate>Fri, 11 Apr 2008 16:46:27 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">336@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for catching that.  That's a typo that accidentally propagated to both of the themes bundled in Omeka.  You can fix it by opening up the 'items/show.php' page in your theme and editing line 134 to say &#34;Date&#34; instead of &#34;Provenance&#34;.  The data is stored correctly, it's just not displayed correctly.  I put up a note to fix it in the next release.
&#60;/p&#62;</description>
</item>
<item>
<title>AJMillion on ""Date" metadata displayed as "Provenance""</title>
<link>http://omeka.org/forums/topic/date-metadata-displayed-as-provenance#post-335</link>
<pubDate>Fri, 11 Apr 2008 00:39:27 +0000</pubDate>
<dc:creator>AJMillion</dc:creator>
<guid isPermaLink="false">335@http://omeka.org/forums/</guid>
<description>&#60;p&#62;KKay,&#60;/p&#62;
&#60;p&#62;That makes a lot of sense to me. I don't have access right now but will try and check out our install too. I appreciate the feedback. People are fast here. :)
&#60;/p&#62;</description>
</item>
<item>
<title>kkay on ""Date" metadata displayed as "Provenance""</title>
<link>http://omeka.org/forums/topic/date-metadata-displayed-as-provenance#post-332</link>
<pubDate>Thu, 10 Apr 2008 23:12:22 +0000</pubDate>
<dc:creator>kkay</dc:creator>
<guid isPermaLink="false">332@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Provenance is incorrectly mapped on the public site of my install as well. Data in the Date field displays instead in Provenance (though it does display the correct date).&#60;/p&#62;
&#60;p&#62;I briefly looked at the svn branch and I think the item.php file in both the themes has incorrectly duplicated Provenance as the label for the Date field.
&#60;/p&#62;</description>
</item>
<item>
<title>AJMillion on ""Date" metadata displayed as "Provenance""</title>
<link>http://omeka.org/forums/topic/date-metadata-displayed-as-provenance#post-331</link>
<pubDate>Thu, 10 Apr 2008 23:01:41 +0000</pubDate>
<dc:creator>AJMillion</dc:creator>
<guid isPermaLink="false">331@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm not sure if this was something created to ensure the accurate use of metadata, but I cannot enter incomplete date information for photographs. For example, in the item metadata fields within the &#34;Still Image&#34; item level there are the &#34;Date&#34; and &#34;Provenance&#34; fields. To update the metadata I entered the year of the image under date and nothing else. This should still be in keeping with ISO standard format. When I look at things from the administrative display it shows the proper information. Unfortunately, when I use the end-user display it does not display date and changes the information to &#34;Provenance - [one month].&#34;&#60;/p&#62;
&#60;p&#62;Does anyone have a clue as to why it is doing this? Not all of my images have full dates and I don't want incorrect information to be displayed. Additionally, I don't want the date information displayed as &#34;Provenance,&#34; because &#34;Date&#34; is all I need. Any help would be appreciated.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
