<?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: Aranamarunda</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: Aranamarunda</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 06:05:47 +0000</pubDate>

<item>
<title>beernews on "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-2038</link>
<pubDate>Mon, 06 Oct 2008 04:47:16 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2038@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Success!  Fantastic work on this plugin.  Though I don't know of an easy spot in which to place this code from the readme in the profile.php file -&#38;gt; &#38;lt;?php profile_last_online(); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<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>brad_langdon on "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1931</link>
<pubDate>Sun, 14 Sep 2008 23:12:14 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1931@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there any way to list all online users online in real time rather than logins in the last 5 minutes?&#60;/p&#62;
&#60;p&#62;Basically my users are after a list of who is online at any given time.
&#60;/p&#62;</description>
</item>
<item>
<title>ghowner on "Post count titles for bbPress"</title>
<link>http://bbpress.org/plugins/topic/post-count-titles-for-bbpress/#post-1805</link>
<pubDate>Wed, 27 Aug 2008 07:17:40 +0000</pubDate>
<dc:creator>ghowner</dc:creator>
<guid isPermaLink="false">1805@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Any possible fix for Alpha 1.0? Doesn't seem to be working. Of course this is a alpha, so it's not priority, just curious.
&#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>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 "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>mrsmiley on "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1532</link>
<pubDate>Sat, 26 Jul 2008 18:53:40 +0000</pubDate>
<dc:creator>mrsmiley</dc:creator>
<guid isPermaLink="false">1532@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;great plugin! works well with 0.9.0.2, so maybe that should be updated up top. :)
&#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>thexhtmlguy on "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1452</link>
<pubDate>Sat, 12 Jul 2008 19:15:56 +0000</pubDate>
<dc:creator>thexhtmlguy</dc:creator>
<guid isPermaLink="false">1452@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plugin! Had to hack a onlinelist.php a little to get it to to display the list the way I like it, but overall, fantastic plugin! Great job!
&#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 "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1392</link>
<pubDate>Sat, 21 Jun 2008 17:00:06 +0000</pubDate>
<dc:creator>bramruiter</dc:creator>
<guid isPermaLink="false">1392@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there going to be a function so you can see what a user is doing? Like in a different page or on their profile or in the Admin.
&#60;/p&#62;</description>
</item>
<item>
<title>Guymed on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1275</link>
<pubDate>Tue, 20 May 2008 20:04:00 +0000</pubDate>
<dc:creator>Guymed</dc:creator>
<guid isPermaLink="false">1275@http://bbpress.org/plugins/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;
xD
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>_ck_ on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1067</link>
<pubDate>Thu, 24 Apr 2008 06:58:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1067@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Image size restriction has to be done either via javascript or via your own upload (something I am working on).&#60;/p&#62;
&#60;p&#62;For now you can make sure large images don't mess up your layout by applying &#60;code&#62;overflow:hidden;&#60;/code&#62; to the CSS - my educated guess would be to the &#60;code&#62;.threadpost&#60;/code&#62; element, or &#60;code&#62;#thread&#60;/code&#62; (or &#60;code&#62;#thread li&#60;/code&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>Farkel on "Allow Images"</title>
<link>http://bbpress.org/plugins/topic/allow-images/page/3/#post-1064</link>
<pubDate>Wed, 23 Apr 2008 23:38:33 +0000</pubDate>
<dc:creator>Farkel</dc:creator>
<guid isPermaLink="false">1064@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for this plugin, it works great.&#60;/p&#62;
&#60;p&#62;Is there any way, however, to restrict the image size? If someone posts a large image it completely messed up my layout :(
&#60;/p&#62;</description>
</item>

</channel>
</rss>
