<?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"
	>
<channel>
	<title>Comments on: Attachment List WordPress Plugin</title>
	<atom:link href="http://reidbeels.com/posts/2006/10/attachment-list-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/</link>
	<description>Reid Beels is a communication design student at PNCA in Portland, Oregon. He enjoys designing for print and the web, writing php code, and taking far too many photographs.</description>
	<pubDate>Sat, 11 Oct 2008 17:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Bryan</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13567</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 27 Sep 2008 06:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13567</guid>
		<description>nevermind</description>
		<content:encoded><![CDATA[<p>nevermind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13566</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 27 Sep 2008 06:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13566</guid>
		<description>boo, the preg match things got stripped... lets try this again... they are: &lt;code&gt;&lt;!--more(.*?)?--&gt;&lt;/code&gt; and &lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>boo, the preg match things got stripped&#8230; lets try this again&#8230; they are: <code><!--more(.*?)?--></code> and <code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13565</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 27 Sep 2008 05:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-13565</guid>
		<description>Thought you may be interested in something I added. I needed to be able to show the attachment list in the full post, but not in the short version when using WP's "more" break in posts so I included the following code just after the line 'if (!isset($post-&#62;ID)) return $content;' ...

if ( preg_match('/&lt;!--more(.*?)?--&gt;/', $post-&#62;post_content) and !preg_match('//', $content)) return $content;

Just returns the content if it does contain a more tag and doesn't contain the more span in the full post.

I also noticed that 'if (!is_single()) return $content;' works as well for my scenario without any of the regex-matching slowdowns since all my "more" tagged posts are in list-form when I don't want the attachment list showing.</description>
		<content:encoded><![CDATA[<p>Thought you may be interested in something I added. I needed to be able to show the attachment list in the full post, but not in the short version when using WP&#8217;s &#8220;more&#8221; break in posts so I included the following code just after the line &#8216;if (!isset($post-&gt;ID)) return $content;&#8217; &#8230;</p>
<p>if ( preg_match(&#8217;/<!--more(.*?)?-->/&#8217;, $post-&gt;post_content) and !preg_match(&#8217;//&#8217;, $content)) return $content;</p>
<p>Just returns the content if it does contain a more tag and doesn&#8217;t contain the more span in the full post.</p>
<p>I also noticed that &#8216;if (!is_single()) return $content;&#8217; works as well for my scenario without any of the regex-matching slowdowns since all my &#8220;more&#8221; tagged posts are in list-form when I don&#8217;t want the attachment list showing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-10155</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sat, 10 May 2008 07:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-10155</guid>
		<description>Hi, this plug in is exactly what im after..however can i limit it to only effect PDF and WORD docs so for example i can still put jpegs into the text etc.</description>
		<content:encoded><![CDATA[<p>Hi, this plug in is exactly what im after..however can i limit it to only effect PDF and WORD docs so for example i can still put jpegs into the text etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-6181</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 27 Jul 2007 20:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-6181</guid>
		<description>Odd: Your description says "Only attachments that are not already linked to or displayed in the post text will be shown." That's actually the opposite of  the behavior I'm looking for (I want to show icons if a post includes an image, audio, or video; and I wouldn't  want an icon for  a file that's merely attached but not included in the post  body), so I was going to mod the plugin to reverse the behavior. But then I discovered that icons are displayed regardless whether  media is embedded in the post or merely attached to it (i.e they're  displayed in all  cases). So it seems that your  description might be off on that point?</description>
		<content:encoded><![CDATA[<p>Odd: Your description says &#8220;Only attachments that are not already linked to or displayed in the post text will be shown.&#8221; That&#8217;s actually the opposite of  the behavior I&#8217;m looking for (I want to show icons if a post includes an image, audio, or video; and I wouldn&#8217;t  want an icon for  a file that&#8217;s merely attached but not included in the post  body), so I was going to mod the plugin to reverse the behavior. But then I discovered that icons are displayed regardless whether  media is embedded in the post or merely attached to it (i.e they&#8217;re  displayed in all  cases). So it seems that your  description might be off on that point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-6180</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 27 Jul 2007 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-6180</guid>
		<description>The path to this plugin's CSS  file does  not work for blogs that are not installed in the root. This can be fixed like this. After:

function rb_attachment_css() {
... add this line: ...
$siteurl = get_bloginfo('url');

Otherwise $siteurl is empty and the CSS path is root relative, not site relative.  This  method makes the CSS path absolute so it works.</description>
		<content:encoded><![CDATA[<p>The path to this plugin&#8217;s CSS  file does  not work for blogs that are not installed in the root. This can be fixed like this. After:</p>
<p>function rb_attachment_css() {<br />
&#8230; add this line: &#8230;<br />
$siteurl = get_bloginfo(&#8217;url&#8217;);</p>
<p>Otherwise $siteurl is empty and the CSS path is root relative, not site relative.  This  method makes the CSS path absolute so it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Attachment List - DevelopeNet.com</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-4987</link>
		<dc:creator>Attachment List - DevelopeNet.com</dc:creator>
		<pubDate>Tue, 05 Jun 2007 21:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-4987</guid>
		<description>[...] Attachment List   Attachment List Version: 1.1License: GPLDescription:  This plugin lists attachments to a WordPress 2.x post in a list following the text with an icon based on their extension. Only attachments that are not already linked to or displayed in the post text will be shown (this is mainly to prevent inline images from being listed).Author: Reid BeelsPlugin Page [...]</description>
		<content:encoded><![CDATA[<p>[...] Attachment List   Attachment List Version: 1.1License: GPLDescription:  This plugin lists attachments to a WordPress 2.x post in a list following the text with an icon based on their extension. Only attachments that are not already linked to or displayed in the post text will be shown (this is mainly to prevent inline images from being listed).Author: Reid BeelsPlugin Page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Plugins DB &#187; Blog Archive &#187; Attachment List</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-4133</link>
		<dc:creator>WP Plugins DB &#187; Blog Archive &#187; Attachment List</dc:creator>
		<pubDate>Sun, 20 May 2007 07:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-4133</guid>
		<description>[...] Visit [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurent</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-2688</link>
		<dc:creator>laurent</dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-2688</guid>
		<description>Hi, any way to make the attachments not appear on a secure page until the password is entered? Right now it appears below the password field even before it has been entered...

Many thanks!</description>
		<content:encoded><![CDATA[<p>Hi, any way to make the attachments not appear on a secure page until the password is entered? Right now it appears below the password field even before it has been entered&#8230;</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThemePress &#187; Weblog Tools Collection: WordPress Plugin Releases for 2/22</title>
		<link>http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-2531</link>
		<dc:creator>ThemePress &#187; Weblog Tools Collection: WordPress Plugin Releases for 2/22</dc:creator>
		<pubDate>Sun, 04 Mar 2007 06:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2006/10/attachment-list-plugin/#comment-2531</guid>
		<description>[...] Attachment List lists attachments to a WordPress 2.x post in a list following the text with an icon based on their extension. [...]</description>
		<content:encoded><![CDATA[<p>[...] Attachment List lists attachments to a WordPress 2.x post in a list following the text with an icon based on their extension. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
