<?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>bbPress Plugin Browser Topic: Allow Images</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Allow Images</description>
<language>en</language>
<pubDate>Wed, 17 Mar 2010 02:49:42 +0000</pubDate>

<item>
<title>yoyopop on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5491</link>
<pubDate>Sat, 27 Feb 2010 16:18:38 +0000</pubDate>
<dc:creator>yoyopop</dc:creator>
<guid isPermaLink="false">5491@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;jjwinter-&#60;/p&#62;
&#60;p&#62;your html5 video edit should work but you need to make sure the tag attributes are supported.&#60;/p&#62;
&#60;p&#62;on the second line of the code you mentioned, where it says array - the 'src', 'title' and 'alt' refer to the allowed attributes for the &#60;em&#62;img&#60;/em&#62; tag.&#60;br /&#62;
For the &#60;em&#62;video&#60;/em&#62; tag, you need to change it to support the relevant video attributes, something like :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$tags[&#38;#39;video&#38;#39;] = array(&#38;#39;src&#38;#39; =&#38;gt; array(), &#38;#39;controls&#38;#39; =&#38;gt; array(), &#38;#39;height&#38;#39; =&#38;gt; array(), &#38;#39;width&#38;#39; =&#38;gt; array());&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;etc, etc. I haven't tested it but for more info on what you would need to use, check here: &#60;a href=&#34;http://www.w3schools.com/html5/tag_video.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html5/tag_video.asp&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jjwinter on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5452</link>
<pubDate>Sat, 20 Feb 2010 02:17:34 +0000</pubDate>
<dc:creator>jjwinter</dc:creator>
<guid isPermaLink="false">5452@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Works like a charm on 1.0.2 :)&#60;/p&#62;
&#60;p&#62;What would also be great is the ability to allow the html5 &#38;lt;video&#38;gt; tag. I tried something like this -&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function allow_video_allowed_tags( $tags ) {&#60;br /&#62;
	$tags['video'] = array('src' =&#38;gt; array(), 'title' =&#38;gt; array(), 'alt' =&#38;gt; array());&#60;br /&#62;
	return $tags;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'bb_allowed_tags', 'allow_images_allowed_tags', 'allow_video_allowed_tags' );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but it did not work... sigh :)
&#60;/p&#62;</description>
</item>
<item>
<title>Kadr on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5415</link>
<pubDate>Tue, 09 Feb 2010 23:25:10 +0000</pubDate>
<dc:creator>Kadr</dc:creator>
<guid isPermaLink="false">5415@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;great plugin!&#60;br /&#62;
Does something like this also excist for movies?
&#60;/p&#62;</description>
</item>
<item>
<title>yihui on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5378</link>
<pubDate>Wed, 03 Feb 2010 22:37:38 +0000</pubDate>
<dc:creator>yihui</dc:creator>
<guid isPermaLink="false">5378@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The solution to FAQ2 should be &#60;code&#62;#thread .post img {max-width:450px;}&#60;/code&#62; :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Tomcraft1980 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5309</link>
<pubDate>Thu, 28 Jan 2010 23:18:59 +0000</pubDate>
<dc:creator>Tomcraft1980</dc:creator>
<guid isPermaLink="false">5309@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Well, the latest release version 0.9. Can you give me a link to a newer version?&#60;/p&#62;
&#60;p&#62;Kind regards&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/6/#post-5289</link>
<pubDate>Sun, 24 Jan 2010 17:09:42 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">5289@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/allow-images/page/5/#post-5288&#34;&#62;Tomcraft1980&#60;/a&#62;:&#60;/strong&#62; Are you sure you have the latest version of Allow Images installed?
&#60;/p&#62;</description>
</item>
<item>
<title>Tomcraft1980 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5288</link>
<pubDate>Sun, 24 Jan 2010 14:13:52 +0000</pubDate>
<dc:creator>Tomcraft1980</dc:creator>
<guid isPermaLink="false">5288@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;But how come that disabling &#34;Allow Images&#34; fixes this issue for me?&#60;/p&#62;
&#60;p&#62;I have included &#60;a href=&#34;http://alexgorbatchev.com/wiki/SyntaxHighlighter&#34; rel=&#34;nofollow&#34;&#62;http://alexgorbatchev.com/wiki/SyntaxHighlighter&#60;/a&#62; to make code more readable.&#60;/p&#62;
&#60;p&#62;Kind regards&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5285</link>
<pubDate>Sat, 23 Jan 2010 15:18:29 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">5285@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/allow-images/page/5/#post-5284&#34;&#62;Tomcraft1980&#60;/a&#62;:&#60;/strong&#62; It's simply encoding the url. Allow Images doesn't parse things like {$tpl_path}.
&#60;/p&#62;</description>
</item>
<item>
<title>Tomcraft1980 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5284</link>
<pubDate>Sat, 23 Jan 2010 15:09:25 +0000</pubDate>
<dc:creator>Tomcraft1980</dc:creator>
<guid isPermaLink="false">5284@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This breaks the images when someone postst code:&#60;br /&#62;
should be like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;{$tpl_path}img/wastebox.gif&#38;quot; alt=&#38;quot;Delete from shopping cart: {$module_data.PRODUCTS_NAME}&#38;quot; /&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But this is what I get:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;%7B$tpl_path%7Dimg/wastebox.gif&#38;quot; alt=&#38;quot;Delete from shopping cart: {$module_data.PRODUCTS_NAME}&#38;quot;&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Kind regards&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
</item>
<item>
<title>cwdnow on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5277</link>
<pubDate>Fri, 22 Jan 2010 16:41:27 +0000</pubDate>
<dc:creator>cwdnow</dc:creator>
<guid isPermaLink="false">5277@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;FYI - you can set a restriction on max image size, when using bbCode Lite, by adding style=&#34;max-width&#34; to line 46 of BBcode-lite.php:&#60;/p&#62;
&#60;p&#62;'foreach($bbcode_lite['complex'] as $bbcode=&#38;gt;$html){&#60;br /&#62;
	if($bbcode!='url') {$text = preg_replace('/\['.$bbcode.'\](.+?)\[\/'.$bbcode.'\]/is','&#38;lt;'.$html[0].' '.$html[1].'=&#34;$1&#34; style=&#34;max-width:450px&#34;&#38;gt;',$text);}'
&#60;/p&#62;</description>
</item>
<item>
<title>Paamayim on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5268</link>
<pubDate>Wed, 20 Jan 2010 13:50:55 +0000</pubDate>
<dc:creator>Paamayim</dc:creator>
<guid isPermaLink="false">5268@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;does it work, or not, with bbpress 1.0.2?
&#60;/p&#62;</description>
</item>
<item>
<title>ChuckMcB on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5074</link>
<pubDate>Mon, 21 Dec 2009 13:23:10 +0000</pubDate>
<dc:creator>ChuckMcB</dc:creator>
<guid isPermaLink="false">5074@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Working fine for me.&#60;/p&#62;
&#60;p&#62;@Kerith: right click on the broken image and select 'Properties' look at the URL that's displayed, compare that to where the image is. Also try using an image on another server eg: &#60;a href=&#34;http://www.google.co.uk/logos/holiday09_1.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.google.co.uk/logos/holiday09_1.gif&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Kerith on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5054</link>
<pubDate>Sun, 13 Dec 2009 18:29:01 +0000</pubDate>
<dc:creator>Kerith</dc:creator>
<guid isPermaLink="false">5054@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I can't get it to work either. I'm using bbPress 1.0.2. I get an image placeholder - but no image. I've placed the image in various different folders on the server, but with no luck. Is there a step-by-step guide - in case I've missed something?&#60;br /&#62;
Thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>shansta on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5022</link>
<pubDate>Fri, 04 Dec 2009 18:34:17 +0000</pubDate>
<dc:creator>shansta</dc:creator>
<guid isPermaLink="false">5022@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;qayqay12 I cannot get this plugin to work.. is there a setting I am missing?
&#60;/p&#62;</description>
</item>
<item>
<title>chengdu living on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-5005</link>
<pubDate>Sun, 29 Nov 2009 18:07:39 +0000</pubDate>
<dc:creator>chengdu living</dc:creator>
<guid isPermaLink="false">5005@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;works for me!
&#60;/p&#62;</description>
</item>
<item>
<title>t_shea on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-4852</link>
<pubDate>Sun, 01 Nov 2009 22:12:57 +0000</pubDate>
<dc:creator>t_shea</dc:creator>
<guid isPermaLink="false">4852@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I got it now.  Not sure what was wrong, but it's working now.
&#60;/p&#62;</description>
</item>
<item>
<title>t_shea on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-4843</link>
<pubDate>Sun, 01 Nov 2009 04:37:38 +0000</pubDate>
<dc:creator>t_shea</dc:creator>
<guid isPermaLink="false">4843@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Doesn't work for me.  In the latest version of bbforum it only allows [img] [/img]  I tried the code above as well, and no image shows up.  I tried both versions and neither works for me.&#60;/p&#62;
&#60;p&#62;[img]http://picasaweb.google.com/tsheaellison/Maui?authkey=Gv1sRgCMXznemdv6zAkAE#5398966391101030162[/img]
&#60;/p&#62;</description>
</item>
<item>
<title>jiudingtech on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-4835</link>
<pubDate>Fri, 30 Oct 2009 07:40:31 +0000</pubDate>
<dc:creator>jiudingtech</dc:creator>
<guid isPermaLink="false">4835@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.panel-furniture.com/&#34;&#62;great but wouldn't the data be too much??&#60;br /&#62;
&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>qayqay12 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-4807</link>
<pubDate>Sat, 24 Oct 2009 22:09:55 +0000</pubDate>
<dc:creator>qayqay12</dc:creator>
<guid isPermaLink="false">4807@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Forget my last post, in the meantime, I got access to sources so I updated this plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>qayqay12 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/5/#post-4798</link>
<pubDate>Fri, 23 Oct 2009 23:50:26 +0000</pubDate>
<dc:creator>qayqay12</dc:creator>
<guid isPermaLink="false">4798@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This plugin is deprecated as it did not evolve for 2 years.&#60;/p&#62;
&#60;p&#62;I've quickly done a new plugin to replace this one:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/allow-images-2/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/allow-images-2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can find it there:&#60;br /&#62;
&#60;a href=&#34;http://arna.udwu.st/bbpress-allow-images/&#34; rel=&#34;nofollow&#34;&#62;http://arna.udwu.st/bbpress-allow-images/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It just adds 'img' in the allow tags list. bbpress code do the rest.&#60;br /&#62;
This plugin has only 5 lines. No useless check or vain parsing.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
