<?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 User Favorites: schmitt</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: schmitt</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 08:49:57 +0000</pubDate>

<item>
<title>beernews on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-2027</link>
<pubDate>Sun, 05 Oct 2008 12:56:01 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2027@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Awesome! That was easy.&#60;/p&#62;
&#60;p&#62;I just added 'if (bb_current_user_can('moderate')) {'&#60;/p&#62;
&#60;p&#62;and the ending &#34;}&#34; to the other two sections of code and it worked!
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-2026</link>
<pubDate>Sun, 05 Oct 2008 12:46:48 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2026@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for the quick reply! It gets rid of the img tag but I am still able to post images as a member. I'll try to tweak it though I'm not exactly a programmer!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-2025</link>
<pubDate>Sun, 05 Oct 2008 06:44:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2025@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;beernews, yes you can try changing this function&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function allow_images_allowed_tags( $tags ) {
	$tags[&#38;#39;img&#38;#39;] = array(&#38;#39;src&#38;#39; =&#38;gt; array(), &#38;#39;title&#38;#39; =&#38;gt; array(), &#38;#39;alt&#38;#39; =&#38;gt; array());
	return $tags;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
to something like this (untested)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function allow_images_allowed_tags( $tags ) {
if (bb_current_user_can(&#38;#39;moderate&#38;#39;)) {
	$tags[&#38;#39;img&#38;#39;] = array(&#38;#39;src&#38;#39; =&#38;gt; array(), &#38;#39;title&#38;#39; =&#38;gt; array(), &#38;#39;alt&#38;#39; =&#38;gt; array());
}
	return $tags;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>beernews on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-2024</link>
<pubDate>Sun, 05 Oct 2008 06:26:17 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2024@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;is it possible/easily done to use some of the code for bb_attachments for setting permissions and apply it to this plugin? I don't want anyone lower than a mod linking images.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Polls"</title>
<link>http://bbpress.org/plugins/topic/bbpress-polls/page/2/#post-2011</link>
<pubDate>Wed, 01 Oct 2008 04:02:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2011@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;When you have problems with my plugins not working,  try two things to see debug what the problem is:&#60;/p&#62;
&#60;p&#62;1. try temporarily switching back to the default kakumei theme&#60;/p&#62;
&#60;p&#62;2. try deactivating other plugins (one by one) &#60;/p&#62;
&#60;p&#62;See if either of those fixes it. &#60;/p&#62;
&#60;p&#62;If not, then report to me your total environment, Windows vs Linux, IIS vs Apache, which version, which version of PHP, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>cliff1976 on "bbPress Polls"</title>
<link>http://bbpress.org/plugins/topic/bbpress-polls/page/2/#post-2009</link>
<pubDate>Tue, 30 Sep 2008 19:26:44 +0000</pubDate>
<dc:creator>cliff1976</dc:creator>
<guid isPermaLink="false">2009@http://bbpress.org/plugins/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#60;em&#62;&#34;Only&#34; admins can start polls! My settings are default. Authors of a thread see the button with the question to start a poll, but after pressing nothing happens. :(&#60;/em&#62;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I am having the same problem, except that when it's not that &#34;nothing happens&#34; &#38;mdash; I see a div trying to form, but it appears to be empty.  Seems like it works great when I'm logged in as the admin.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;em&#62;Extra Info: I use the Wordpress Integration plugin. Could the user role map be the problem?&#60;br /&#62;
&#60;/em&#62;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I use the native Wordpress integration that came with bbPress 0.9.0.2.  Other than this bug, I think this plugin is super!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Polls"</title>
<link>http://bbpress.org/plugins/topic/bbpress-polls/page/2/#post-1806</link>
<pubDate>Wed, 27 Aug 2008 07:30:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1806@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;A serious bug has been fixed in 0.5.5 that mostly affects ajax use (which is on by default so it affects virtually everyone).
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1723</link>
<pubDate>Sun, 17 Aug 2008 20:58:55 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">1723@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;how to add the slash at the end of img src?&#60;/p&#62;
&#60;p&#62;i try this:&#60;br /&#62;
&#60;code&#62;if ( preg_match_all(&#38;#39;/&#38;lt;img(.+?)src=(&#38;quot;&#124;\&#38;#39;)(.+?)\\2(.+?) /&#38;gt;/i&#38;#39;, $text, $matches, PREG_SET_ORDER ) )&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but not effect.&#60;/p&#62;
&#60;p&#62;/&#38;gt; is the normal end of a img src, please update the plugin :p&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</description>
</item>
<item>
<title>balgo on "Unread Topics"</title>
<link>http://bbpress.org/plugins/topic/unread-topics/#post-1703</link>
<pubDate>Fri, 15 Aug 2008 22:23:22 +0000</pubDate>
<dc:creator>balgo</dc:creator>
<guid isPermaLink="false">1703@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;might i suggest that you use a user's last visit time to determine which posts are new? if post is newer than last visit, flag.&#60;br /&#62;
you can also off-load the work to an array inside a cookie and then use javascript to add a css flag to each forum topic that was already read. &#60;/p&#62;
&#60;p&#62;neither of these are as thorough, but it would be much, much more efficient.
&#60;/p&#62;</description>
</item>
<item>
<title>superann on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1702</link>
<pubDate>Fri, 15 Aug 2008 19:00:08 +0000</pubDate>
<dc:creator>superann</dc:creator>
<guid isPermaLink="false">1702@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Doesn't seem to work when a forum with subforums is involved... the forum stays hidden despite its settings.
&#60;/p&#62;</description>
</item>
<item>
<title>jifop on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1693</link>
<pubDate>Wed, 13 Aug 2008 10:41:03 +0000</pubDate>
<dc:creator>jifop</dc:creator>
<guid isPermaLink="false">1693@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#34;The easiest way to sort out image size problems is to add this code to your .css file:&#60;/p&#62;
&#60;p&#62;.threadpost img&#60;br /&#62;
{&#60;br /&#62;
width:100%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;it'll limit the width of the image to the width of the thread post area. &#34;&#60;/p&#62;
&#60;p&#62;this is a great solution for large images, however it also stretches all smaller images to 100% use this instead&#60;/p&#62;
&#60;p&#62;.threadpost img&#60;br /&#62;
{&#60;br /&#62;
max-width:100%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;that should leave all the smaller images alone and only limit those which exceed the posting area
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1691</link>
<pubDate>Tue, 12 Aug 2008 07:02:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1691@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Private Forums does experience that &#34;turn off&#34; issue. I am uncertain if it's being maintained anymore. Try my &#60;a href=&#34;http://bbpress.org/plugins/topic/hidden-forums&#34;&#62;Hidden Forums&#60;/a&#62; instead. It doesn't have a fancy admin menu (yet) but you really only need to set it up once and forget about it.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1622</link>
<pubDate>Tue, 05 Aug 2008 03:50:21 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1622@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;There is also this alternative:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/code-backtick-bug#post-17962&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/code-backtick-bug#post-17962&#60;/a&#62;
&#60;a href=&#34;http://code.google.com/p/llbbsc/wiki/HTMLTagAttributesValidatorPlugin&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/llbbsc/wiki/HTMLTagAttributesValidatorPlugin&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>bramruiter on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1621</link>
<pubDate>Mon, 04 Aug 2008 20:19:17 +0000</pubDate>
<dc:creator>bramruiter</dc:creator>
<guid isPermaLink="false">1621@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The plug-in is great, but somehow it turns off randomly. With the forum going live in about a week, I really need some help with this.
&#60;/p&#62;</description>
</item>
<item>
<title>Amazone on "bbPress Polls"</title>
<link>http://bbpress.org/plugins/topic/bbpress-polls/page/2/#post-1607</link>
<pubDate>Sun, 03 Aug 2008 06:43:22 +0000</pubDate>
<dc:creator>Amazone</dc:creator>
<guid isPermaLink="false">1607@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi.&#60;br /&#62;
I have a little problem with the plugin. &#34;Only&#34; admins can start polls! My settings are default. Authors of a thread see the button with the question to start a poll, but after pressing nothing happens. :(&#60;/p&#62;
&#60;p&#62;Extra Info: I use the Wordpress Integration plugin. Could the user role map be the problem?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1514</link>
<pubDate>Wed, 23 Jul 2008 19:22:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1514@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;No, no, don't hack the core. There is no need.&#60;br /&#62;
Very easy to add tags in bbpress via plugin.&#60;/p&#62;
&#60;p&#62;The full plugin probably breaks code sections because it tries to do it's own bad tag encoding. You can try a more direct method instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Allow Images (mini-mod)
*/
add_filter( &#38;#39;bb_allowed_tags&#38;#39;, &#38;#39;allow_img_tag&#38;#39; );
function allow_img_tag( $tags ) {$tags[&#38;#39;img&#38;#39;] = array(&#38;#39;src&#38;#39; =&#38;gt; array(), &#38;#39;title&#38;#39; =&#38;gt; array(), &#38;#39;alt&#38;#39; =&#38;gt; array()); return $tags;}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
try that instead - note it makes no attempt to verify images
&#60;/p&#62;</description>
</item>
<item>
<title>corenominal on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1507</link>
<pubDate>Wed, 23 Jul 2008 01:24:03 +0000</pubDate>
<dc:creator>corenominal</dc:creator>
<guid isPermaLink="false">1507@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have the same problem as greenshady, basically the plugin breaks code placed within backticks. This is quite a big problem as allowing users to post code snippets is very important, see below :)  &#60;/p&#62;
&#60;p&#62;So, does anyone have any information about whether a fix is being worked on?&#60;/p&#62;
&#60;p&#62;Note, it is possible to enable images by hacking bb-includes/formatting-functions.php, changing the following function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_allowed_tags() {
	$tags = array(
		&#38;#39;a&#38;#39; =&#38;gt; array(
			&#38;#39;href&#38;#39; =&#38;gt; array(),
			&#38;#39;title&#38;#39; =&#38;gt; array(),
			&#38;#39;rel&#38;#39; =&#38;gt; array()),
		&#38;#39;blockquote&#38;#39; =&#38;gt; array(&#38;#39;cite&#38;#39; =&#38;gt; array()),
		&#38;#39;br&#38;#39; =&#38;gt; array(),
		&#38;#39;code&#38;#39; =&#38;gt; array(),
		&#38;#39;pre&#38;#39; =&#38;gt; array(),
		&#38;#39;em&#38;#39; =&#38;gt; array(),
		&#38;#39;strong&#38;#39; =&#38;gt; array(),
		&#38;#39;ul&#38;#39; =&#38;gt; array(),
		&#38;#39;ol&#38;#39; =&#38;gt; array(),
		&#38;#39;li&#38;#39; =&#38;gt; array()
	);
	return apply_filters( &#38;#39;bb_allowed_tags&#38;#39;, $tags );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_allowed_tags() {
	$tags = array(
		&#38;#39;a&#38;#39; =&#38;gt; array(
			&#38;#39;href&#38;#39; =&#38;gt; array(),
			&#38;#39;title&#38;#39; =&#38;gt; array(),
			&#38;#39;rel&#38;#39; =&#38;gt; array()),
		&#38;#39;blockquote&#38;#39; =&#38;gt; array(&#38;#39;cite&#38;#39; =&#38;gt; array()),
		&#38;#39;br&#38;#39; =&#38;gt; array(),
		&#38;#39;code&#38;#39; =&#38;gt; array(),
		&#38;#39;pre&#38;#39; =&#38;gt; array(),
		&#38;#39;em&#38;#39; =&#38;gt; array(),
		&#38;#39;img&#38;#39; =&#38;gt; array(
                        &#38;#39;src&#38;#39; =&#38;gt; array(),
                        &#38;#39;alt&#38;#39; =&#38;gt; array()),
		&#38;#39;strong&#38;#39; =&#38;gt; array(),
		&#38;#39;ul&#38;#39; =&#38;gt; array(),
		&#38;#39;ol&#38;#39; =&#38;gt; array(),
		&#38;#39;li&#38;#39; =&#38;gt; array()
	);
	return apply_filters( &#38;#39;bb_allowed_tags&#38;#39;, $tags );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, it is probably[?] not a wise idea to do so as I am pretty sure this will not provide any sanity checks -- meaning users could possibly use the image tag to call on malicious scripts etc.&#60;/p&#62;
&#60;p&#62;Therefore, fixing this plugin would be a preferable option.
&#60;/p&#62;</description>
</item>
<item>
<title>pjrobertson on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1412</link>
<pubDate>Thu, 03 Jul 2008 13:32:44 +0000</pubDate>
<dc:creator>pjrobertson</dc:creator>
<guid isPermaLink="false">1412@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The easiest way to sort out image size problems is to add this code to your .css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.threadpost img
{
width:100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it'll limit the width of the image to the width of the thread post area.
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1406</link>
<pubDate>Wed, 25 Jun 2008 19:19:36 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">1406@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Plugin works great for me except for one small problem (well, major in my case). &#60;/p&#62;
&#60;p&#62;Whenever users post code in between backticks, as is the preferred method with bbPress, the code is deleted upon submission of the post form.
&#60;/p&#62;</description>
</item>
<item>
<title>bramruiter on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1354</link>
<pubDate>Mon, 09 Jun 2008 14:55:04 +0000</pubDate>
<dc:creator>bramruiter</dc:creator>
<guid isPermaLink="false">1354@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#34;I found a bug.&#60;br /&#62;
When I turn the show/hide vs messages to hide forums/topics&#60;br /&#62;
and set some topics to private, all the topics get privatized....&#60;br /&#62;
or some strange selection of them do.&#60;br /&#62;
Now when I turn set it to print &#34;private!!!&#34; the privates forums/topics seem to work as expected.&#34;&#60;/p&#62;
&#60;p&#62;I have that same problem, except the fact that Dave's solution is leaving my forum completely blank. What to do?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
