<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drupal Published Date equals Effective Date fix</title>
	<atom:link href="http://tadej.eu/drupal-published-date-equals-effective-date-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix</link>
	<description>Game development, Unity3D, iOS and web technologies</description>
	<lastBuildDate>Tue, 08 Nov 2011 03:31:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: liquidcms</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix/comment-page-1#comment-1124</link>
		<dc:creator>liquidcms</dc:creator>
		<pubDate>Thu, 10 Sep 2009 04:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.elasticlife.net/?p=228#comment-1124</guid>
		<description>ok, don&#039;t whine if ya ain&#039;t gonna fix it...

sadly only for Drupal 5 right now; but took a look at this and made a new module called Published which adds a published field (via a table) into the node object.

admin configurable to let it reset if node goes back to unpublished and then to published again, plus can me manually overriden by user with perm to edit (same as std Authored date field (which is really $node-&gt;created).

i&#039;ll try to get this up on d.org as an official project sometime this week.</description>
		<content:encoded><![CDATA[<p>ok, don&#8217;t whine if ya ain&#8217;t gonna fix it&#8230;</p>
<p>sadly only for Drupal 5 right now; but took a look at this and made a new module called Published which adds a published field (via a table) into the node object.</p>
<p>admin configurable to let it reset if node goes back to unpublished and then to published again, plus can me manually overriden by user with perm to edit (same as std Authored date field (which is really $node-&gt;created).</p>
<p>i&#8217;ll try to get this up on d.org as an official project sometime this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liquidcns</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix/comment-page-1#comment-1123</link>
		<dc:creator>liquidcns</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.elasticlife.net/?p=228#comment-1123</guid>
		<description>Ideally i think a module with a custom table for node published timestamp would be a more generic solution (or add it to core). The reason i say this is we have a very similar requirement in that we need to list items based on when they were published; and not have them show at top of lists with a simple typo fix - BUT, we still need to preserve created time as we use it for billing purposes.</description>
		<content:encoded><![CDATA[<p>Ideally i think a module with a custom table for node published timestamp would be a more generic solution (or add it to core). The reason i say this is we have a very similar requirement in that we need to list items based on when they were published; and not have them show at top of lists with a simple typo fix &#8211; BUT, we still need to preserve created time as we use it for billing purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwint</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix/comment-page-1#comment-1094</link>
		<dc:creator>Kwint</dc:creator>
		<pubDate>Sat, 25 Jul 2009 11:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.elasticlife.net/?p=228#comment-1094</guid>
		<description>To bad the workflow module doesn&#039;t hook into the rules module..

But I love this workaround. Have a workflow with 8 states setup, with actions that are triggered on a workflow change. Based on the triggered action a rule (yours! :) changes (or doesn&#039;t) the creation time!

Thanks again for this post, this thing was really bugging me since we do a lot of &quot;timed publish&quot;, &quot;reviewing&quot; and &quot;updating&quot; on our site.</description>
		<content:encoded><![CDATA[<p>To bad the workflow module doesn&#8217;t hook into the rules module..</p>
<p>But I love this workaround. Have a workflow with 8 states setup, with actions that are triggered on a workflow change. Based on the triggered action a rule (yours! <img src='http://tadej.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  changes (or doesn&#8217;t) the creation time!</p>
<p>Thanks again for this post, this thing was really bugging me since we do a lot of &#8220;timed publish&#8221;, &#8220;reviewing&#8221; and &#8220;updating&#8221; on our site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadej Gregorcic</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix/comment-page-1#comment-1035</link>
		<dc:creator>Tadej Gregorcic</dc:creator>
		<pubDate>Fri, 08 May 2009 07:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.elasticlife.net/?p=228#comment-1035</guid>
		<description>not unchanged actually equals &quot;updated&quot;, and this is a choice because on our site, content gets taken offline and back online and we don&#039;t want it to appear in &quot;new items&quot; if it was unchanged.</description>
		<content:encoded><![CDATA[<p>not unchanged actually equals &#8220;updated&#8221;, and this is a choice because on our site, content gets taken offline and back online and we don&#8217;t want it to appear in &#8220;new items&#8221; if it was unchanged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudders</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix/comment-page-1#comment-1034</link>
		<dc:creator>rudders</dc:creator>
		<pubDate>Fri, 08 May 2009 06:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.elasticlife.net/?p=228#comment-1034</guid>
		<description>This is very cool but way do I need the &quot;NOT unchanged content is published rule&quot;??</description>
		<content:encoded><![CDATA[<p>This is very cool but way do I need the &#8220;NOT unchanged content is published rule&#8221;??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

