<?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: Convert Year to YC for EVE (OOC)</title>
	<atom:link href="http://krispydingo.com/archives/57/feed" rel="self" type="application/rss+xml" />
	<link>http://krispydingo.com/archives/57</link>
	<description>My little EVE space</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wordpress Blogs with YC years, the Function! (OOC)</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-198</link>
		<dc:creator>Wordpress Blogs with YC years, the Function! (OOC)</dc:creator>
		<pubDate>Fri, 16 Jul 2010 21:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-198</guid>
		<description>[...] Convert Year to YC for EVE (OOC) [...]</description>
		<content:encoded><![CDATA[<p>[...] Convert Year to YC for EVE (OOC) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Torps</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-19</link>
		<dc:creator>Max Torps</dc:creator>
		<pubDate>Tue, 06 Apr 2010 17:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-19</guid>
		<description>What an inspiration! I tried to apply this to my Drupal site and have finally cracked it now!

To complete you need to edit the node.tpl.pho file and replace the following line:

With:
created);
	$year=(int)$year;
    $month = date(&#039;m&#039;, $node-&gt;created);
    $day = date(&#039;d&#039;, $node-&gt;created);
    $ycyear = $year-1898;
    $date = &quot;YC-&quot; .$ycyear. &quot;-&quot; .$month. &quot;-&quot; .$day;
    print &quot;Transmitted by &quot;. $name . &quot; &#124; &quot; . $date;
?&gt;</description>
		<content:encoded><![CDATA[<p>What an inspiration! I tried to apply this to my Drupal site and have finally cracked it now!</p>
<p>To complete you need to edit the node.tpl.pho file and replace the following line:</p>
<p>With:<br />
created);<br />
	$year=(int)$year;<br />
    $month = date(&#8216;m&#8217;, $node-&gt;created);<br />
    $day = date(&#8216;d&#8217;, $node-&gt;created);<br />
    $ycyear = $year-1898;<br />
    $date = &#8220;YC-&#8221; .$ycyear. &#8220;-&#8221; .$month. &#8220;-&#8221; .$day;<br />
    print &#8220;Transmitted by &#8220;. $name . &#8221; | &#8221; . $date;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Torps</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-218</link>
		<dc:creator>Max Torps</dc:creator>
		<pubDate>Tue, 06 Apr 2010 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-218</guid>
		<description>What an inspiration! I tried to apply this to my Drupal site and have finally cracked it now!

To complete you need to edit the node.tpl.pho file and replace the following line:

With:
created);
	$year=(int)$year;
    $month = date(&#039;m&#039;, $node-&gt;created);
    $day = date(&#039;d&#039;, $node-&gt;created);
    $ycyear = $year-1898;
    $date = &quot;YC-&quot; .$ycyear. &quot;-&quot; .$month. &quot;-&quot; .$day;
    print &quot;Transmitted by &quot;. $name . &quot; &#124; &quot; . $date;
?&gt;</description>
		<content:encoded><![CDATA[<p>What an inspiration! I tried to apply this to my Drupal site and have finally cracked it now!</p>
<p>To complete you need to edit the node.tpl.pho file and replace the following line:</p>
<p>With:<br />
created);<br />
	$year=(int)$year;<br />
    $month = date(&#8216;m&#8217;, $node-&gt;created);<br />
    $day = date(&#8216;d&#8217;, $node-&gt;created);<br />
    $ycyear = $year-1898;<br />
    $date = &#8220;YC-&#8221; .$ycyear. &#8220;-&#8221; .$month. &#8220;-&#8221; .$day;<br />
    print &#8220;Transmitted by &#8220;. $name . &#8221; | &#8221; . $date;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @jorshan</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-18</link>
		<dc:creator>@jorshan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-18</guid>
		<description>the only improvement i could see would be to make it a function, or possibly a plugin to make it easier to work with other WP themes and abstract the code from the theme itself to make it easier to upgrade theme later on. but for now, it works. enough for me to play more eve and less messing with &quot;teh code&quot; 
 
:) </description>
		<content:encoded><![CDATA[<p>the only improvement i could see would be to make it a function, or possibly a plugin to make it easier to work with other WP themes and abstract the code from the theme itself to make it easier to upgrade theme later on. but for now, it works. enough for me to play more eve and less messing with &quot;teh code&quot;<br />
  <img src='http://krispydingo.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @jorshan</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-217</link>
		<dc:creator>@jorshan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-217</guid>
		<description>the only improvement i could see would be to make it a function, or possibly a plugin to make it easier to work with other WP themes and abstract the code from the theme itself to make it easier to upgrade theme later on. but for now, it works. enough for me to play more eve and less messing with &quot;teh code&quot; 
 
:)</description>
		<content:encoded><![CDATA[<p>the only improvement i could see would be to make it a function, or possibly a plugin to make it easier to work with other WP themes and abstract the code from the theme itself to make it easier to upgrade theme later on. but for now, it works. enough for me to play more eve and less messing with &quot;teh code&quot;<br />
  <img src='http://krispydingo.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimmlock</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-17</link>
		<dc:creator>grimmlock</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-17</guid>
		<description>meh, Mystique is being annoying. I actually don&#039;t like the theme that much, some of it appears a bit cartoony. Temporary switch to one of the basic WP themes, with years all changed nicely thanks to you, until I find something I like better. </description>
		<content:encoded><![CDATA[<p>meh, Mystique is being annoying. I actually don&#039;t like the theme that much, some of it appears a bit cartoony. Temporary switch to one of the basic WP themes, with years all changed nicely thanks to you, until I find something I like better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-216</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-216</guid>
		<description>meh, Mystique is being annoying. I actually don&#039;t like the theme that much, some of it appears a bit cartoony. Temporary switch to one of the basic WP themes, with years all changed nicely thanks to you, until I find something I like better.</description>
		<content:encoded><![CDATA[<p>meh, Mystique is being annoying. I actually don&#039;t like the theme that much, some of it appears a bit cartoony. Temporary switch to one of the basic WP themes, with years all changed nicely thanks to you, until I find something I like better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @jorshan</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-16</link>
		<dc:creator>@jorshan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-16</guid>
		<description>try this for your single.php. i just D/L mystique and checked out the code. This may work. 
 
$year = get_the_time(&#039;Y&#039;) - 1898; 
              printf(__(&#039;This entry was posted by %1$s on %2$s at %3$s, and is filed under %4$s. Follow any responses to this post through %5$s.&#039;, &#039;mystique&#039;), &#039;&lt;a href=&quot;&#039;. get_author_posts_url(get_the_author_ID()) .&#039;&quot; target=&quot;_blank&quot;&gt;&#039;. get_the_author() .&#039;&lt;/a&gt;&#039;, &#039;YC&#039; .$year. &#039;: &#039; .get_the_time(&#039;M&#039;). &#039;-&#039; .get_the_time(&#039;d&#039;),get_the_time(get_option(&#039;time_format&#039;)), get_the_category_list(&#039;, &#039;), &#039;&lt;a href=&quot;&#039;.get_post_comments_feed_link($post-&gt;ID).&#039;&quot; title=&quot;RSS 2.0&quot;&gt;RSS 2.0&lt;/a&gt;&#039;);echo &#039; &#039;; </description>
		<content:encoded><![CDATA[<p>try this for your single.php. i just D/L mystique and checked out the code. This may work. </p>
<p>$year = get_the_time(&#039;Y&#039;) &#8211; 1898;<br />
              printf(__(&#039;This entry was posted by %1$s on %2$s at %3$s, and is filed under %4$s. Follow any responses to this post through %5$s.&#039;, &#039;mystique&#039;), &#039;<a href="&#039;. get_author_posts_url(get_the_author_ID()) .&#039;" target="_blank">&#039;. get_the_author() .&#039;</a>&#039;, &#039;YC&#039; .$year. &#039;: &#039; .get_the_time(&#039;M&#039;). &#039;-&#039; .get_the_time(&#039;d&#039;),get_the_time(get_option(&#039;time_format&#039;)), get_the_category_list(&#039;, &#039;), &#039;&lt;a href=&quot;&#039;.get_post_comments_feed_link($post-&gt;ID).&#039;&quot; title=&quot;RSS 2.0&quot;&gt;RSS 2.0&#039;);echo &#039; &#039;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @jorshan</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-215</link>
		<dc:creator>@jorshan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-215</guid>
		<description>try this for your single.php. i just D/L mystique and checked out the code. This may work. 
 
$year = get_the_time(&#039;Y&#039;) - 1898; 
              printf(__(&#039;This entry was posted by %1$s on %2$s at %3$s, and is filed under %4$s. Follow any responses to this post through %5$s.&#039;, &#039;mystique&#039;), &#039;&lt;a href=&quot;&#039;. get_author_posts_url(get_the_author_ID()) .&#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;. get_the_author() .&#039;&lt;/a&gt;&#039;, &#039;YC&#039; .$year. &#039;: &#039; .get_the_time(&#039;M&#039;). &#039;-&#039; .get_the_time(&#039;d&#039;),get_the_time(get_option(&#039;time_format&#039;)), get_the_category_list(&#039;, &#039;), &#039;&lt;a href=&quot;&#039;.get_post_comments_feed_link($post-&gt;ID).&#039;&quot; title=&quot;RSS 2.0&quot;&gt;RSS 2.0&lt;/a&gt;&#039;);echo &#039; &#039;;</description>
		<content:encoded><![CDATA[<p>try this for your single.php. i just D/L mystique and checked out the code. This may work. </p>
<p>$year = get_the_time(&#039;Y&#039;) &#8211; 1898;<br />
              printf(__(&#039;This entry was posted by %1$s on %2$s at %3$s, and is filed under %4$s. Follow any responses to this post through %5$s.&#039;, &#039;mystique&#039;), &#039;<a href="&#039;. get_author_posts_url(get_the_author_ID()) .&#039;" rel="nofollow">&#039;. get_the_author() .&#039;</a>&#039;, &#039;YC&#039; .$year. &#039;: &#039; .get_the_time(&#039;M&#039;). &#039;-&#039; .get_the_time(&#039;d&#039;),get_the_time(get_option(&#039;time_format&#039;)), get_the_category_list(&#039;, &#039;), &#039;&lt;a href=&quot;&#039;.get_post_comments_feed_link($post-&gt;ID).&#039;&quot; title=&quot;RSS 2.0&quot;&gt;RSS 2.0&#039;);echo &#039; &#039;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimmlock</title>
		<link>http://krispydingo.com/archives/57/comment-page-1#comment-15</link>
		<dc:creator>grimmlock</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://krispydingo.com/archives/57#comment-15</guid>
		<description>Also, that will make it work forever, all posts from last year and into the future. Awesomesauce, mate! </description>
		<content:encoded><![CDATA[<p>Also, that will make it work forever, all posts from last year and into the future. Awesomesauce, mate!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

