<?xml version="1.0" encoding="UTF-8"?><!-- 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>WordPress &#8250; Support Tag: wp-relativedate</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: wp-relativedate</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:30:43 +0000</pubDate>

<item>
<title>MichaelH on "Post date PHP"</title>
<link>http://wordpress.org/support/topic/326131#post-1263113</link>
<pubDate>Thu, 29 Oct 2009 12:06:58 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1263113@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-relativedate/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-relativedate/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Deckster0 on "Post date PHP"</title>
<link>http://wordpress.org/support/topic/326131#post-1263092</link>
<pubDate>Thu, 29 Oct 2009 11:27:59 +0000</pubDate>
<dc:creator>Deckster0</dc:creator>
<guid isPermaLink="false">1263092@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just wanted to know how to create something like this:&#60;br /&#62;
&#34;Posted 1 hour ago&#34;&#60;br /&#62;
&#34;Posted 2 hours ago&#34;&#60;br /&#62;
&#34;Posted 1 day ago&#34;&#60;br /&#62;
&#34;Posted 2 days ago&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1256198</link>
<pubDate>Fri, 23 Oct 2009 06:16:59 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">1256198@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That is what is suppose to be &#34;October 16, 2009 (6 days ago)&#34; is correct.
&#60;/p&#62;</description>
</item>
<item>
<title>safetycopy on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1255442</link>
<pubDate>Thu, 22 Oct 2009 17:43:21 +0000</pubDate>
<dc:creator>safetycopy</dc:creator>
<guid isPermaLink="false">1255442@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm having the same trouble and, quite honestly, rtfm is not a helpful reply. I did rtfm and it didn't help - I'm still getting a display like 'October 16, 2009 (6 days ago)'...
&#60;/p&#62;</description>
</item>
<item>
<title>ldexterldesign on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1155089</link>
<pubDate>Wed, 29 Jul 2009 10:07:30 +0000</pubDate>
<dc:creator>ldexterldesign</dc:creator>
<guid isPermaLink="false">1155089@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am able to get the following out of the plugin by using the relative_post_the_date(); function in my templates:&#60;/p&#62;
&#60;p&#62;27/07/2009 (2 days ago)&#60;/p&#62;
&#60;p&#62;However I have no idea as to how to get rid of the initial date part :Z&#60;/p&#62;
&#60;p&#62;My code (9th line down):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;content&#38;quot; class=&#38;quot;narrowcolumn&#38;quot; role=&#38;quot;main&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php if (have_posts()) : ?&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;div &#38;lt;?php post_class() ?&#38;gt; id=&#38;quot;post-&#38;lt;?php the_ID(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;h2&#38;gt;&#38;lt;a&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php the_title(); ?&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;small&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;?php relative_post_the_date(); ?&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;!-- by &#38;lt;?php the_author() ?&#38;gt; --&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;/small&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php the_content(&#38;#39;Read the rest of this entry �&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;p class=&#38;quot;postmetadata&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php the_tags(&#38;#39;Tags: &#38;#39;, &#38;#39;, &#38;#39;, &#38;#39;&#38;lt;br /&#38;gt;&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
      Posted in&#38;lt;br /&#38;gt;
      &#38;lt;?php the_category(&#38;#39;, &#38;#39;) ?&#38;gt;&#38;lt;br /&#38;gt;
      &#124;&#38;lt;br /&#38;gt;
      &#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;&#38;#39;, &#38;#39; &#124; &#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php comments_popup_link(&#38;#39;No Comments &#38;#187;&#38;#39;, &#38;#39;1 Comment &#38;#187;&#38;#39;, &#38;#39;% Comments &#38;#187;&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;/p&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php endwhile; ?&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;div class=&#38;quot;navigation&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;div class=&#38;quot;alignleft&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php next_posts_link(&#38;#39;� Older Entries&#38;#39;) ?&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;div class=&#38;quot;alignright&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
      &#38;lt;?php previous_posts_link(&#38;#39;Newer Entries �&#38;#39;) ?&#38;gt;&#38;lt;br /&#38;gt;
    &#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php else : ?&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;h2 class=&#38;quot;center&#38;quot;&#38;gt;Not Found&#38;lt;/h2&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;p class=&#38;quot;center&#38;quot;&#38;gt;Sorry, but you are looking for something that isn&#38;#39;t here.&#38;lt;/p&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php get_search_form(); ?&#38;gt;&#38;lt;br /&#38;gt;
  &#38;lt;?php endif; ?&#38;gt;&#38;lt;br /&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
L
&#60;/p&#62;</description>
</item>
<item>
<title>ldexterldesign on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1155088</link>
<pubDate>Wed, 29 Jul 2009 10:05:22 +0000</pubDate>
<dc:creator>ldexterldesign</dc:creator>
<guid isPermaLink="false">1155088@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For a start the_date() isn't used in Wordpress 2.8 - the_time() is used instead. I dare say this is impacting the way this plug-in works, because it's not working, from default, on activation for me.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
L
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1154751</link>
<pubDate>Wed, 29 Jul 2009 01:19:38 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">1154751@http://wordpress.org/support/</guid>
<description>&#60;p&#62;rtfm? readme.html under Usage Tab. There is one in the zip and one online &#60;a href=&#34;http://lesterchan.net/wordpress/readme/wp-relativedate.html&#34; rel=&#34;nofollow&#34;&#62;http://lesterchan.net/wordpress/readme/wp-relativedate.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ldexterldesign on "[Plugin: WP-RelativeDate] Where the hell do you configure this to work?!"</title>
<link>http://wordpress.org/support/topic/294702#post-1154286</link>
<pubDate>Tue, 28 Jul 2009 18:12:03 +0000</pubDate>
<dc:creator>ldexterldesign</dc:creator>
<guid isPermaLink="false">1154286@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can't find anything anywhere?!&#60;/p&#62;
&#60;p&#62;If not a dedicated admin section I would at least expect to see something in the Settings&#38;gt;General.&#60;/p&#62;
&#60;p&#62;Help?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
L
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "adjust post time stamp"</title>
<link>http://wordpress.org/support/topic/264609#post-1054109</link>
<pubDate>Thu, 23 Apr 2009 13:42:51 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1054109@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Look at &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-relativedate/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-relativedate/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>nyckidd on "adjust post time stamp"</title>
<link>http://wordpress.org/support/topic/264609#post-1054050</link>
<pubDate>Thu, 23 Apr 2009 12:50:27 +0000</pubDate>
<dc:creator>nyckidd</dc:creator>
<guid isPermaLink="false">1054050@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i would like my time stamp to say something like this &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Posted 7 hours, 40 minutes ago&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;what code would i use...
&#60;/p&#62;</description>
</item>
<item>
<title>Aen on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-967041</link>
<pubDate>Mon, 26 Jan 2009 17:34:59 +0000</pubDate>
<dc:creator>Aen</dc:creator>
<guid isPermaLink="false">967041@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey never mind. The plugin failed to activate because of some reason and I thought it did. It's working now.
&#60;/p&#62;</description>
</item>
<item>
<title>Aen on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-967019</link>
<pubDate>Mon, 26 Jan 2009 17:12:21 +0000</pubDate>
<dc:creator>Aen</dc:creator>
<guid isPermaLink="false">967019@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oops sorry got mixed up. The one I'm using uses some code in functions.php to get the relative date but it doesn't support timezone offset and hacking it is too confusing for me. So I'm switching to your plugin.&#60;/p&#62;
&#60;p&#62;I'm using comment_date() and after activating your plugin it, and posting a comment. It doesn't show a relative date.
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-966846</link>
<pubDate>Mon, 26 Jan 2009 14:05:00 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">966846@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You got the wrong plugin. that PHP code you posted does not belong to WP-RelativeDate
&#60;/p&#62;</description>
</item>
<item>
<title>Aen on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-966817</link>
<pubDate>Mon, 26 Jan 2009 13:34:48 +0000</pubDate>
<dc:creator>Aen</dc:creator>
<guid isPermaLink="false">966817@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Does your relative date plugin take into consideration time zones? I'm using the plugin on my blog but the times shown are not accurate. For example one of the post was posted more than a day ago (about 39 hours ago) but the plugin says it's 22 hours ago.&#60;/p&#62;
&#60;p&#62;To see what I mean go to &#60;a href=&#34;http://aenui.com/&#34; rel=&#34;nofollow&#34;&#62;http://aenui.com/&#60;/a&#62; rollover the dates to see the actual time and date into the tooltip (title attribute).&#60;/p&#62;
&#60;p&#62;The code I'm using is...&#60;/p&#62;
&#60;p&#62;&#38;lt;?php echo how_long_ago(get_the_time('U')); ?&#38;gt; and &#38;lt;?php echo how_long_ago(get_comment_time('U')); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-940812</link>
<pubDate>Wed, 31 Dec 2008 03:15:41 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">940812@http://wordpress.org/support/</guid>
<description>&#60;p&#62;see unseenmortal's duplicate question at:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/229613?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/229613?replies=1&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>unseenmortal on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-940807</link>
<pubDate>Wed, 31 Dec 2008 03:13:26 +0000</pubDate>
<dc:creator>unseenmortal</dc:creator>
<guid isPermaLink="false">940807@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the Role Management plugin installed, are there any ways I could add the WP-Sticky option there so only admins could use it? Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>BakingandBooks on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-935110</link>
<pubDate>Tue, 23 Dec 2008 18:00:31 +0000</pubDate>
<dc:creator>BakingandBooks</dc:creator>
<guid isPermaLink="false">935110@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nevermind, I found the answer here: &#60;a href=&#34;http://lesterchan.net/wordpress/2008/11/01/my-plugins-and-wordpress-27/&#34; rel=&#34;nofollow&#34;&#62;http://lesterchan.net/wordpress/2008/11/01/my-plugins-and-wordpress-27/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>BakingandBooks on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-935092</link>
<pubDate>Tue, 23 Dec 2008 17:48:07 +0000</pubDate>
<dc:creator>BakingandBooks</dc:creator>
<guid isPermaLink="false">935092@http://wordpress.org/support/</guid>
<description>&#60;p&#62;GamerZ, first off you, your plugins are fabulous, thank you for creating them!&#60;/p&#62;
&#60;p&#62;Second, I just upgraded to WP 2.7 and now your WP-Print plugin does not work anymore. You can see the error I'm getting if you &#60;a href=&#34;http://www.bakingandbooks.com&#34;&#62;go to my blog&#60;/a&#62; and click on the &#34;Print this Post&#34; option at the bottom of a post.&#60;/p&#62;
&#60;p&#62;I thought this might have been a permalink structure issue (which happened with some other plugins), but even after I re-saved the permalink options I'm getting this error. How do I fix it?
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-921976</link>
<pubDate>Fri, 12 Dec 2008 06:02:16 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">921976@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks =)&#60;/p&#62;
&#60;p&#62;Due to large number of requests, I have decided not to retire WP-Sticky and I have update it to 1.40 to make it compatible with WordPress 2.7. Check the link in the first post.
&#60;/p&#62;</description>
</item>
<item>
<title>Evita on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-921257</link>
<pubDate>Thu, 11 Dec 2008 19:49:14 +0000</pubDate>
<dc:creator>Evita</dc:creator>
<guid isPermaLink="false">921257@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Great work and thanks, I love your plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-920972</link>
<pubDate>Thu, 11 Dec 2008 17:12:13 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">920972@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank You =)
&#60;/p&#62;</description>
</item>
<item>
<title>fitztrev on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-920918</link>
<pubDate>Thu, 11 Dec 2008 16:49:09 +0000</pubDate>
<dc:creator>fitztrev</dc:creator>
<guid isPermaLink="false">920918@http://wordpress.org/support/</guid>
<description>&#60;p&#62;As always, great work, Lester.
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins December 2008 Update For WordPress 2.7"</title>
<link>http://wordpress.org/support/topic/224227#post-920631</link>
<pubDate>Thu, 11 Dec 2008 14:02:24 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">920631@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here is my December 2008 WordPress plugins update containing all my 14 WordPress plugins update and 1 new WordPress plugin. All of them should work on WordPress 2.7 as I did not test them on any WordPress version below that.&#60;/p&#62;
&#60;p&#62;I am introducing a new plugin called WP-CommentNavi which basically paginate your comments similar to how WP-PageNavi paginate your posts. I am also retiring WP-Sticky as WordPress 2.7 has a sticky post feature built in. WP-Sticky 2.31 WILL NOT work on WordPress 2.7 due to a conflict function “is_sticky”. If you renamed that function to “is_sticky2″ or something else, it should work, but as usual I did not test it.&#60;/p&#62;
&#60;p&#62;Be sure to read the readme.html and checkout the changelog for more information and most importantly NOTE THE TABS AT THE TOP.&#60;/p&#62;
&#60;p&#62;View: &#60;a href=&#34;http://lesterchan.net/wordpress/2008/12/11/lester-chan-wordpress-plugins-december-2008-update/&#34;&#62;Lester Chan’s WordPress Plugins December 2008 Update&#60;/a&#62;&#60;br /&#62;
Digg: &#60;a href=&#34;http://digg.com/software/Lester_Chan_s_WordPress_Plugins_December_2008_Update&#34;&#62;Digg This&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins June 2008 Update (Wave 1)"</title>
<link>http://wordpress.org/support/topic/175644#post-817699</link>
<pubDate>Thu, 31 Jul 2008 02:13:04 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">817699@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You may want to try &#34;redirect to file&#34; option in wp-admin -&#38;gt; Download -&#38;gt; Download Options.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Lester Chan’s WordPress Plugins June 2008 Update (Wave 1)"</title>
<link>http://wordpress.org/support/topic/175644#post-817664</link>
<pubDate>Thu, 31 Jul 2008 01:02:57 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">817664@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey Lester, I am having problems with your WP download manager, on some files i get 0mb downloads but not all of them, I recently shifted over to a new server and the problem seemed to happen then, its rather strange as some of the files work. the are mp3's of my music, so i tried re-encoding them, and re-uploading new versions of the files, deleting within the download page and adding them back, have tried adding the URL manually, and just about everything i can think of, I love your plugin and it is perfect for what i need to do... any help would be great! &#60;/p&#62;
&#60;p&#62;i don't have the problem files online at the moment, so if you could email me at &#60;a href=&#34;mailto:module@clear.net.nz&#34;&#62;module@clear.net.nz&#60;/a&#62; that would be awesome&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Jeramiah AKA Module&#60;br /&#62;
&#60;a href=&#34;http://www.module.co.nz&#34; rel=&#34;nofollow&#34;&#62;http://www.module.co.nz&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Lester Chan’s WordPress Plugins July 2008 Update For WordPress 2.6"</title>
<link>http://wordpress.org/support/topic/189006#post-815733</link>
<pubDate>Mon, 28 Jul 2008 21:53:02 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">815733@http://wordpress.org/support/</guid>
<description>&#60;p&#62;OK, I will give it a few more tries with the HTML editor and see what happens. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins July 2008 Update For WordPress 2.6"</title>
<link>http://wordpress.org/support/topic/189006#post-814631</link>
<pubDate>Sun, 27 Jul 2008 12:32:06 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">814631@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ensure that you type the short code [download id=&#34;10&#34;] in HTML mode and not in the visual editor.&#60;/p&#62;
&#60;p&#62;I am not sure about the pre-scheduled part. But it should work for both pages and posts regardless whether or not it is scheduled.&#60;/p&#62;
&#60;p&#62;if it does not work, you may need to reinstall WP.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Lester Chan’s WordPress Plugins July 2008 Update For WordPress 2.6"</title>
<link>http://wordpress.org/support/topic/189006#post-814423</link>
<pubDate>Sun, 27 Jul 2008 01:07:34 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">814423@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am also having a problem with WP-Downloadmanager 1.31 and Wordpress 2.6. The download shortcode doesn’t seem to work. As stated earlier, there is simply nothing showing up. I tried using both the new shortcode: [download id=&#34;10&#34;] suggested in the readme &#38;#38; the old code: [download=10] from previous versions. Neither seems to be working. Any suggestions? I am testing this plugin on a pre-scheduled page(not a post) Could that have something to do with it?
&#60;/p&#62;</description>
</item>
<item>
<title>GamerZ on "Lester Chan’s WordPress Plugins July 2008 Update For WordPress 2.6"</title>
<link>http://wordpress.org/support/topic/189006#post-811787</link>
<pubDate>Wed, 23 Jul 2008 15:26:02 +0000</pubDate>
<dc:creator>GamerZ</dc:creator>
<guid isPermaLink="false">811787@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yeap, 1.31 wp-postratings is much quicker:&#60;/p&#62;
&#60;p&#62;Here are the 3 changes that account for that;&#60;br /&#62;
# NEW: Renamed postratings-admin-js.php To postratings-admin-js.js and Move The Dynamic Javascript Variables To The PHP Pages&#60;br /&#62;
# NEW: Renamed postratings-js.php To postratings-js.js and Move The Dynamic Javascript Variables To The PHP Pages&#60;br /&#62;
# NEW: Uses postratings-js-packed.js And postratings-admin-js-packed.js
&#60;/p&#62;</description>
</item>
<item>
<title>chewru on "Lester Chan’s WordPress Plugins July 2008 Update For WordPress 2.6"</title>
<link>http://wordpress.org/support/topic/189006#post-811760</link>
<pubDate>Wed, 23 Jul 2008 15:00:29 +0000</pubDate>
<dc:creator>chewru</dc:creator>
<guid isPermaLink="false">811760@http://wordpress.org/support/</guid>
<description>&#60;p&#62;gamerz - tried what you suggested and it worked in regards to my issue with postratings; manually installing the upgraded version (and not using the autoinstall) corrected all of the issues.&#60;/p&#62;
&#60;p&#62;i also notice my site is running much quicker after 1.31 than it did with 1.30 (on 2.6). is there any change in the plugin that could account for it? &#60;/p&#62;
&#60;p&#62;i noticed that my site went down about -100- queries after the upgrade?&#60;/p&#62;
&#60;p&#62;i'm going to donate a few bucks next week for your hard work! =)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
