<?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: BB Anonymous Posting</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: BB Anonymous Posting</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 15:44:26 +0000</pubDate>

<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2283</link>
<pubDate>Tue, 02 Dec 2008 10:23:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2283@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've now update my mod to also allow anon users to properly add tags to their new topics during the first post if you are allowing new topics for anon users. (but they cannot add tags afterwards of course or the bots would have a blast)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbshowcase.org/plugins/bb-anonymous-posting_ck_mod.zip&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/plugins/bb-anonymous-posting_ck_mod.zip&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2277</link>
<pubDate>Sat, 29 Nov 2008 07:22:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2277@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Adding display names and other info like WordPress does to anonymous comments is going to be much more difficult. &#60;/p&#62;
&#60;p&#62;It's easy to ask for the info, but storing it and then making the data available to bbPress's regular internal functions is going to be a bit tricky. 1.0 makes the storage part a little easier but I want to also make it compatible with 0.9&#60;/p&#62;
&#60;p&#62;I might take a shot at it by the end of the year but don't hold your breath.&#60;/p&#62;
&#60;p&#62;ps. thank you very much for the donation!
&#60;/p&#62;</description>
</item>
<item>
<title>geltoorch on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2276</link>
<pubDate>Sat, 29 Nov 2008 06:00:57 +0000</pubDate>
<dc:creator>geltoorch</dc:creator>
<guid isPermaLink="false">2276@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;thanks, ck!  i gave to your monitor fund to show my appreciation.&#60;/p&#62;
&#60;p&#62;anyone have ideas on how to add display name functionality (like wordpress comments) to this plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2275</link>
<pubDate>Fri, 28 Nov 2008 12:48:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2275@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've now combed through this plugin and fixed it for bbPress 1.0&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbshowcase.org/plugins/bb-anonymous-posting_ck_mod.zip&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/plugins/bb-anonymous-posting_ck_mod.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've also fixed a quirk or two for it under 0.9 where it would not manage the user id correctly and modify the db as the original author intended.  &#60;/p&#62;
&#60;p&#62;It also should now work for IIS users, I don't believe the activation hook would properly fire because of a bbPress IIS bug - I put in a workaround.&#60;/p&#62;
&#60;p&#62;If you use this mod with 1.0, also upgrade&#60;br /&#62;
my Human Test plugin to 0.8.2 for proper support.
&#60;/p&#62;</description>
</item>
<item>
<title>geltoorch on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2274</link>
<pubDate>Fri, 28 Nov 2008 07:07:20 +0000</pubDate>
<dc:creator>geltoorch</dc:creator>
<guid isPermaLink="false">2274@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;any update on using this plugin for 1.0?  as far as i can see, it just gives a fatal error...&#60;/p&#62;
&#60;p&#62;if anyone can help me out, i would be very grateful.&#60;/p&#62;
&#60;p&#62;also, it would be nice to add snakefoot's changes (allowing name and other fields for anonymous posts) to the plugin to the next release, which would presumably be compatible with the alpha release.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2247</link>
<pubDate>Tue, 25 Nov 2008 04:15:46 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2247@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oh and never refer to wp_users or bb_users directly.&#60;br /&#62;
Let bbpress fill it in properly via&#60;br /&#62;
&#60;code&#62;$bbdb-&#38;gt;users&#60;/code&#62;&#60;br /&#62;
That will always be the correct table name.&#60;br /&#62;
Make sure $bbdb is available via:&#60;br /&#62;
&#60;code&#62;global $bbdb;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2244</link>
<pubDate>Mon, 24 Nov 2008 07:27:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2244@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I doubt this works yet with 1.0 which is why you are getting errors. Some of the hooks are advanced and 1.0 changed some things. The two main errors there are related to users (the third is caused by the first two errors).
&#60;/p&#62;</description>
</item>
<item>
<title>mithrandir321 on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2243</link>
<pubDate>Mon, 24 Nov 2008 01:32:58 +0000</pubDate>
<dc:creator>mithrandir321</dc:creator>
<guid isPermaLink="false">2243@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello, I replaced the BB_user with WP_user as chrishajer suggested but the plugin won't work. For example, one recurring error: if I try to activate anonymous topic posting, it gives this error (similar occurs while attempting to post anonymously).&#60;/p&#62;
&#60;p&#62;Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/home1/novapojistovna_cz/public_html/www/bbpress/bb-includes/backpress/class.wp-user.php on line 53&#60;/p&#62;
&#60;p&#62;Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/home1/novapojistovna_cz/public_html/www/bbpress/bb-includes/backpress/class.wp-user.php on line 55&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/home1/novapojistovna_cz/public_html/www/bbpress/bb-includes/backpress/class.wp-user.php:53) in /home/home1/novapojistovna_cz/public_html/www/bbpress/bb-includes/pluggable.php on line 214&#60;/p&#62;
&#60;p&#62;I've got bbPres 1.0-alpha-2 and Anonzmous posting 2.2
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2238</link>
<pubDate>Sat, 22 Nov 2008 18:21:53 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2238@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Starting with version 0.8.0, the Human Test plugin now supports the bb-anonymous-posting plugin with a challenge question automatically placed above posts/topics.&#60;/p&#62;
&#60;p&#62;This should help prevent automated post spam.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2236</link>
<pubDate>Sat, 22 Nov 2008 11:36:10 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2236@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;snakefoot, you added the extra fields for name and site?&#60;/p&#62;
&#60;p&#62;Maybe post the code on &#60;a href=&#34;http://pastebin.com&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have an idea how to add post meta for all bbpress versions and also a captcha.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2229</link>
<pubDate>Fri, 21 Nov 2008 14:34:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2229@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Under bbPress 1.0 it is now possible to have post meta data so adding the same info that's used under WordPress (name, website, email) is technically possible to store.  Of course you'd also have to add the code to input the fields and display them later in posts. None of this would be standardized though so bbPress would be &#34;unaware&#34; of the extra meta.
&#60;/p&#62;</description>
</item>
<item>
<title>snakefoot on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2223</link>
<pubDate>Tue, 18 Nov 2008 08:20:10 +0000</pubDate>
<dc:creator>snakefoot</dc:creator>
<guid isPermaLink="false">2223@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have mailed you the modified version of the plugin-code.
&#60;/p&#62;</description>
</item>
<item>
<title>Ailana on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2183</link>
<pubDate>Sun, 09 Nov 2008 22:26:47 +0000</pubDate>
<dc:creator>Ailana</dc:creator>
<guid isPermaLink="false">2183@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi, snakefoot&#60;/p&#62;
&#60;p&#62;Could you send me the new plugin-code? analiank [@] hotmail.com&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>snakefoot on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/page/2/#post-2154</link>
<pubDate>Fri, 31 Oct 2008 20:47:28 +0000</pubDate>
<dc:creator>snakefoot</dc:creator>
<guid isPermaLink="false">2154@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have updated the plugin with the following two options&#60;/p&#62;
&#60;p&#62;1) Anonymous Users must supply credentials when creating Topics&#60;br /&#62;
   - Adds input-fields for email and display name (Just like when adding a comment in WP)&#60;br /&#62;
   - Is limited to the topic-author, no validation of following posts.&#60;br /&#62;
2) Anonymous Users can only reply to their own Topics&#60;br /&#62;
   - Prevent anonymous users from replying to other topics than their own (uses the email as key)&#60;/p&#62;
&#60;p&#62;I guess when the meta system is extended to support meta-data for posts, then one can also require credentials for anonymous users posting to other topics than their own.&#60;/p&#62;
&#60;p&#62;I can email the new plugin-code if interested (or create a patch).
&#60;/p&#62;</description>
</item>
<item>
<title>Neziniux on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2144</link>
<pubDate>Fri, 31 Oct 2008 00:23:29 +0000</pubDate>
<dc:creator>Neziniux</dc:creator>
<guid isPermaLink="false">2144@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks, Chrishajer, true, the form does not show up. Actually, the plugin generates &#34;Fatal Error&#34; when activated.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2130</link>
<pubDate>Mon, 27 Oct 2008 15:23:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2130@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Change that line to look like this:&#60;br /&#62;
&#60;code&#62;$bb_current_user = new WP_User($anon_id);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;BB_User also occurs two other times in the file.  Change those as well.&#60;/p&#62;
&#60;p&#62;If you get that far, you will be at the same place as I am right now.  No more fatal error, but when not logged in (i.e. logged in as anonymous), the post form does not show - that area of the page is just blank.  I was going to post here when I saw your problem, which was the first one I solved.  I have not looked into this other problem yet.
&#60;/p&#62;</description>
</item>
<item>
<title>Neziniux on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2074</link>
<pubDate>Sat, 18 Oct 2008 11:50:41 +0000</pubDate>
<dc:creator>Neziniux</dc:creator>
<guid isPermaLink="false">2074@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello everyone! I was looking for such a plugin for ages. Finally i found it. Unfortunately, when i install it, i get the following error:&#60;/p&#62;
&#60;p&#62;Fatal error: Class 'BB_User' not found in /home/... /bb-plugins/bb-anonymous-posting&#60;br /&#62;
/bb-anonymous-posting.php on line 58&#60;/p&#62;
&#60;p&#62;This line looks like this:&#60;br /&#62;
$bb_current_user = new BB_User($anon_id);&#60;/p&#62;
&#60;p&#62;Any idea what can go wrong?&#60;br /&#62;
Oh, i am running BBpress Version 1.0-alpha-2.&#60;br /&#62;
Can this be down to the version?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2073</link>
<pubDate>Fri, 17 Oct 2008 09:11:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2073@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;snakefoot, my idea is useless in that the display names are still only stored in the user table on bbPress 1.0, not the bb_posts table which would mimic WordPress's comments table which has a place to store the display name.&#60;/p&#62;
&#60;p&#62;However 1.0 now has an all-purpose meta table (bb_meta) which is perfectly capable of storing a custom display name for any post. Some code would have to be created to insert the display name in there.
&#60;/p&#62;</description>
</item>
<item>
<title>snakefoot on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2071</link>
<pubDate>Fri, 17 Oct 2008 00:57:52 +0000</pubDate>
<dc:creator>snakefoot</dc:creator>
<guid isPermaLink="false">2071@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have experimented with placing the anonymous name and email in the topic-meta, but I feel it is kind of ugly to store name and email for each anonymous post in the topic-meta (The topic will get a meta entry for each anonymous post).&#60;/p&#62;
&#60;p&#62;_ck_: Is there a &#60;a href=&#34;http://trac.bbpress.org/&#34;&#62;trac&#60;/a&#62; issue that describes this display name thing for I cannot see it in the current bbpress schema.
&#60;/p&#62;</description>
</item>
<item>
<title>kmccallum on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2040</link>
<pubDate>Mon, 06 Oct 2008 05:51:16 +0000</pubDate>
<dc:creator>kmccallum</dc:creator>
<guid isPermaLink="false">2040@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This is definitely a great plugin. Thanks. Hope it gets updated.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
