<?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: get-image</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: get-image</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 04:36:48 +0000</pubDate>

<item>
<title>mtz on "[Plugin: Get Image] gi_medium() not working"</title>
<link>http://wordpress.org/support/topic/238408#post-989377</link>
<pubDate>Tue, 17 Feb 2009 22:18:23 +0000</pubDate>
<dc:creator>mtz</dc:creator>
<guid isPermaLink="false">989377@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi, i fixed it. very trvial! there is a mad typing error in line 91:&#60;/p&#62;
&#60;p&#62;it shouldnt be:&#60;br /&#62;
&#60;code&#62;$images = gi_library(&#38;#39;madium&#38;#39;, &#38;#39;&#38;#39;, false, &#38;#39;array&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$images = gi_library(&#38;#39;medium&#38;#39;, &#38;#39;&#38;#39;, false, &#38;#39;array&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;now it works fine even in wordpress 2.71.
&#60;/p&#62;</description>
</item>
<item>
<title>powerkor on "[Plugin: Get Image] gi_medium() not working"</title>
<link>http://wordpress.org/support/topic/238408#post-969135</link>
<pubDate>Wed, 28 Jan 2009 19:13:36 +0000</pubDate>
<dc:creator>powerkor</dc:creator>
<guid isPermaLink="false">969135@http://wordpress.org/support/</guid>
<description>&#60;p&#62;gi_medium() not working _thumbnail and _full are.&#60;/p&#62;
&#60;p&#62;please help me get gi_medium() working, why wouldn't it work?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/get-image/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/get-image/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mendezki on "Display number and filesize of post attachments"</title>
<link>http://wordpress.org/support/topic/111471#post-543797</link>
<pubDate>Tue, 10 Apr 2007 22:06:08 +0000</pubDate>
<dc:creator>mendezki</dc:creator>
<guid isPermaLink="false">543797@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the tip. Dgold, I'll be checking that one out.&#60;br /&#62;
Haha yes maybe I should just send an email, but that would kind of taking the fun out of glaring at the screen looking for a simple solution for a stupid problem, some weird form of automasochism I guess : )
&#60;/p&#62;</description>
</item>
<item>
<title>Dgold on "Display number and filesize of post attachments"</title>
<link>http://wordpress.org/support/topic/111471#post-543432</link>
<pubDate>Tue, 10 Apr 2007 02:10:00 +0000</pubDate>
<dc:creator>Dgold</dc:creator>
<guid isPermaLink="false">543432@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I really wouldn't know, but the Podpress plugin is able to show the Filenames and Filesizes of mp3 enclosures and also works with other types of enclosures (video) and might even work with pictures, pdf's, etc.  Maybe you could either use Podpress, or get some code or ideas from it.  Good luck.&#60;/p&#62;
&#60;p&#62;By the way I looked at your example, and, well, why not just send an email? LOL.  That's pretty convincing looking.
&#60;/p&#62;</description>
</item>
<item>
<title>mendezki on "Display number and filesize of post attachments"</title>
<link>http://wordpress.org/support/topic/111471#post-537236</link>
<pubDate>Tue, 27 Mar 2007 12:12:12 +0000</pubDate>
<dc:creator>mendezki</dc:creator>
<guid isPermaLink="false">537236@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok, I'll explain a bit about what I'm trying to accomplish.&#60;br /&#62;
I have a test version online &#60;a href=&#34;http://www.anberg.ag/anberg-wp&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;It's (obviously) supposed to look like Apple Mail.&#60;br /&#62;
I load the text from the post, the to: and: from: are custom fields.&#60;br /&#62;
The pictures attached are hidden in the post and displayed after the 'signature' using an &#60;a href=&#34;http://guff.szub.net/2006/02/09/post-image/#comment-293071&#34;&#62;adapted post-image&#60;/a&#62;, which works like a charm, thanks &#60;a href=&#34;http://guff.szub.net/&#34;&#62;Kafkaesque&#60;/a&#62; and &#60;a href=&#34;http://tobiasrehn.de/&#34;&#62;Tobias&#60;/a&#62;!&#60;/p&#62;
&#60;p&#62;However, In true emailstyle it should ofcourse also show the number of attachments, and after clicking the attachment arrow, the names (and possibly filesize) of the respective attachments.&#60;/p&#62;
&#60;p&#62;I've been looking at the plugin code, but since I don't know anything about php, I'm lost. Something along the lines of $img_url and $imageaaargh, ok, I'm off to buy a php instruction book!&#60;/p&#62;
&#60;p&#62;Thanks for reading this far, M
&#60;/p&#62;</description>
</item>
<item>
<title>mendezki on "Display number and filesize of post attachments"</title>
<link>http://wordpress.org/support/topic/111471#post-536655</link>
<pubDate>Mon, 26 Mar 2007 01:34:39 +0000</pubDate>
<dc:creator>mendezki</dc:creator>
<guid isPermaLink="false">536655@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Heya, I'm looking for a way to display the number of images contained  in a post and the filesize of the images.&#60;br /&#62;
Any suggestions would be greatly appreciated : )&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;M
&#60;/p&#62;</description>
</item>

</channel>
</rss>
