<?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 support forums Tag: Posting</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Posting</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:09:57 +0000</pubDate>

<item>
<title>motaboy21 on "i cannot use "´" on my posts"</title>
<link>http://bbpress.org/forums/topic/i-cannot-use-%c2%b4-on-my-posts#post-16612</link>
<pubDate>Wed, 04 Jun 2008 20:57:00 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">16612@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;well, when im writing a post and i write something like &#34;it´s&#34; i have an error of SQL (or Mysql) that says there was a problem with this character &#34;´&#34;&#60;/p&#62;
&#60;p&#62;try it hentaitube.org &#60;/p&#62;
&#60;p&#62;help please
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-16398</link>
<pubDate>Thu, 22 May 2008 16:02:47 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">16398@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-anonymous-posting/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-anonymous-posting/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;hope this help.. works with 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "bb anonymous posting"</title>
<link>http://bbpress.org/forums/topic/bb-anonymous-posting#post-16356</link>
<pubDate>Wed, 21 May 2008 00:22:37 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">16356@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-anonymous-posting/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-anonymous-posting/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;finally i got around to creating this.. plug and play.. let me know how it goes. &#60;/p&#62;
&#60;p&#62;here is my forum for support&#60;br /&#62;
&#60;a href=&#34;http://www.adityanaik.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>t3ch33 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-13848</link>
<pubDate>Fri, 15 Feb 2008 03:39:23 +0000</pubDate>
<dc:creator>t3ch33</dc:creator>
<guid isPermaLink="false">13848@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is almost working for me. My bbpress was already active, so i didn't want to run the modified install file. Here is the code that's in the bb-admin/install.php file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Anonymous User
 	$now        = bb_current_time(&#38;#39;mysql&#38;#39;);
 	$bbdb-&#38;gt;query(&#38;quot;INSERT INTO $bbdb-&#38;gt;users (user_login, user_registered)
 	VALUES (&#38;#39;anonymous&#38;#39;, &#38;#39;$now&#38;#39;)&#38;quot;);
 	$bbdb-&#38;gt;query(&#38;quot;UPDATE $bbdb-&#38;gt;users SET ID = &#38;#39;0&#38;#39; WHERE user_login = &#38;#39;anonymous&#38;#39;&#38;quot;);
 	bb_update_usermeta( &#38;#39;0&#38;#39;, $bb_table_prefix . &#38;#39;capabilities&#38;#39;, array(&#38;#39;anonymous&#38;#39; =&#38;gt; true) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Since my bbpress is already active, I have manually updated my users table by following the guideline in the above code. But, I have no idea what the last line of code means: &#60;code&#62;bb_update_usermeta( &#38;#39;0&#38;#39;, $bb_table_prefix . &#38;#39;capabilities&#38;#39;, array(&#38;#39;anonymous&#38;#39; =&#38;gt; true) );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can you modify it so that I can manually update the db or do whatever needs to be done to make it work? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Evavista on "Question about Posting Permissions"</title>
<link>http://bbpress.org/forums/topic/question-about-posting-permissions#post-12216</link>
<pubDate>Mon, 26 Nov 2007 03:11:51 +0000</pubDate>
<dc:creator>Evavista</dc:creator>
<guid isPermaLink="false">12216@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;True.&#60;br /&#62;
Good points Chris.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Question about Posting Permissions"</title>
<link>http://bbpress.org/forums/topic/question-about-posting-permissions#post-12191</link>
<pubDate>Sun, 25 Nov 2007 07:30:54 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12191@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's been discussed a couple times:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/anonymous-posting&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/anonymous-posting&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/anonymous-post&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/anonymous-post&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/my-manager-wants-to-remove-the-need-for-passwords-altogether&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/my-manager-wants-to-remove-the-need-for-passwords-altogether&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would just make them register.  If they can't be bothered with that, why let them bother you with support questions?  Can you think of other places where this is allowed?&#60;/p&#62;
&#60;p&#62;Heck they can just register with a fake name and disposable email.  It's not that big a deal.
&#60;/p&#62;</description>
</item>
<item>
<title>Evavista on "Question about Posting Permissions"</title>
<link>http://bbpress.org/forums/topic/question-about-posting-permissions#post-12190</link>
<pubDate>Sun, 25 Nov 2007 04:47:43 +0000</pubDate>
<dc:creator>Evavista</dc:creator>
<guid isPermaLink="false">12190@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there a way for me to allow guests to create new posts for my forum? For example, a user wants to add a support question but doesn't want to register.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11544</link>
<pubDate>Thu, 18 Oct 2007 22:08:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11544@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The allow images plugin just prevents you from using an img tag within backticks.  The plugin still works, you just can't show people how to format their post.&#60;/p&#62;
&#60;p&#62;Not sure about the quicktags plugin...
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11534</link>
<pubDate>Thu, 18 Oct 2007 20:58:19 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11534@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I do have allow image plugin . That was the thing that wasn't allowing me to post &#60;code&#62;&#38;lt;img&#38;gt;&#60;/code&#62; tags. I've installed the plugin that you have pointed me to . The comment-quick-tags but it returns a script error for me on my firebug (firefox addon) making me think it's not loading properly.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11532</link>
<pubDate>Thu, 18 Oct 2007 20:37:48 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11532@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have the allow-images plugin?  Just curious.&#60;/p&#62;
&#60;p&#62;I think it's related to this (still unresolved):&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/cant-put-code-between-backticks-after-upgrade?replies=4#post-8736&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cant-put-code-between-backticks-after-upgrade?replies=4#post-8736&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11531</link>
<pubDate>Thu, 18 Oct 2007 20:36:28 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11531@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@chrishajer - Thanks for looking at it for me. It's a plugin problem. I had the plugin to post image on the forum deactivating it seems to solve the problem and allow me to post the img tag , but won't let me actually post the picture.... grrr
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11522</link>
<pubDate>Thu, 18 Oct 2007 16:56:46 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11522@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Haha weird. I can do it here but not on my forum..... where would look for the problem.....
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11521</link>
<pubDate>Thu, 18 Oct 2007 16:39:40 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11521@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah,&#60;/p&#62;
&#60;p&#62;Here's my forum&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://smi.robertdesilva.com/forum&#34; rel=&#34;nofollow&#34;&#62;http://smi.robertdesilva.com/forum&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yupe I'm using the backticks ....   ` &#60;/p&#62;
&#60;p&#62;This is what I'm trying to do&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://somewebsite.com/someimagefile.jpg&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11519</link>
<pubDate>Thu, 18 Oct 2007 16:32:13 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11519@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Works here, obviously.&#60;/p&#62;
&#60;p&#62;Do you have a URL where this can be seen and tried?  Maybe something is different with your server setup.&#60;/p&#62;
&#60;p&#62;Are you using the backtick for sure, and not the single quote?
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11503</link>
<pubDate>Thu, 18 Oct 2007 03:28:10 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Emm I tried that and it still didnt work......
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11487</link>
<pubDate>Thu, 18 Oct 2007 00:59:58 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11487@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you wrap it in a backtick, which on a US keyboard is on the upper left, on the same key as a tilde, next to the number 1?&#60;/p&#62;
&#60;p&#62;Like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img ...&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(that img tag is wrapped in backticks to make it appear)
&#60;/p&#62;</description>
</item>
<item>
<title>andrew79 on "Showing HTML tags on post"</title>
<link>http://bbpress.org/forums/topic/showing-html-tags-on-post#post-11479</link>
<pubDate>Wed, 17 Oct 2007 19:22:43 +0000</pubDate>
<dc:creator>andrew79</dc:creator>
<guid isPermaLink="false">11479@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Guys can anyone let me know how you can show html tags on the post,&#60;br /&#62;
i'm trying to include a &#38;lt;  i m g &#38;gt; tag on my forum to guide someone on using it but it keeps translating it to html coding. Tried CDATA and that didnt work.
&#60;/p&#62;</description>
</item>
<item>
<title>matt123 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-11012</link>
<pubDate>Wed, 19 Sep 2007 21:30:52 +0000</pubDate>
<dc:creator>matt123</dc:creator>
<guid isPermaLink="false">11012@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the code! Tried it out and it works. Right now akismet is catching a large percentage of the spam. If that changes I'm going to implement your solution!
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfriend on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10850</link>
<pubDate>Fri, 07 Sep 2007 14:13:28 +0000</pubDate>
<dc:creator>bbpressfriend</dc:creator>
<guid isPermaLink="false">10850@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Replace (in anonymous.php):&#60;/p&#62;
&#60;p&#62;&#60;code&#62; 	add_action('bb_new_post', 'bb_anonymous_posting_add_post_poster');&#60;br /&#62;
 	function bb_anonymous_posting_add_post_poster($post_id) {&#60;br /&#62;
 	        global $bbdb;&#60;br /&#62;
 	        $name = bb_get_current_user_info( 'name' );&#60;br /&#62;
 	        $bbdb-&#38;gt;query(&#34;UPDATE $bbdb-&#38;gt;posts SET poster_name = '$name' WHERE post_id = '$post_id'&#34;);&#60;br /&#62;
 	}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;p&#62;&#60;code&#62; 	add_action('bb_new_post', 'bb_anonymous_posting_add_post_poster');&#60;br /&#62;
 	function bb_anonymous_posting_add_post_poster($post_id) {&#60;br /&#62;
 	        global $bbdb;&#60;br /&#62;
 	        $name = bb_get_current_user_info( 'name' );&#60;br /&#62;
 	        $bbdb-&#38;gt;query(&#34;UPDATE $bbdb-&#38;gt;posts SET poster_name = '$name' WHERE post_id = '$post_id'&#34;);&#60;br /&#62;
 	        $bbdb-&#38;gt;query(&#34;UPDATE $bbdb-&#38;gt;posts SET post_status = '1' WHERE post_id = '$post_id'&#34;);&#60;br /&#62;
 	}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, new Posts are automaticly marked as spam. You can go to your admin area and undelete them (if its not spam) :D&#60;/p&#62;
&#60;p&#62;sorry for my bad english, im german :)
&#60;/p&#62;</description>
</item>
<item>
<title>matt123 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10842</link>
<pubDate>Thu, 06 Sep 2007 23:40:27 +0000</pubDate>
<dc:creator>matt123</dc:creator>
<guid isPermaLink="false">10842@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't follow. Could you please explain?
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfriend on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10800</link>
<pubDate>Wed, 05 Sep 2007 20:41:27 +0000</pubDate>
<dc:creator>bbpressfriend</dc:creator>
<guid isPermaLink="false">10800@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just set the Post_status to &#34;1&#34; if the poster is anonymous and check your ACP daily :) (sorry for my bad english)
&#60;/p&#62;</description>
</item>
<item>
<title>rashantha on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10790</link>
<pubDate>Wed, 05 Sep 2007 16:47:32 +0000</pubDate>
<dc:creator>rashantha</dc:creator>
<guid isPermaLink="false">10790@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;actually a post validator.&#60;/p&#62;
&#60;p&#62;then we could have annonymous/anon username/password with a validator to slow down bots.
&#60;/p&#62;</description>
</item>
<item>
<title>matt123 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10774</link>
<pubDate>Wed, 05 Sep 2007 00:02:44 +0000</pubDate>
<dc:creator>matt123</dc:creator>
<guid isPermaLink="false">10774@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Goto the link I mentioned copy and save as a php file.&#60;br /&#62;
anonymous.php.txt&#60;/p&#62;
&#60;p&#62;Then read: Ticket-633.2.patch You have to follow the directions hacking up the core files.&#60;/p&#62;
&#60;p&#62;If your not comfortable with bbpress probably should avoid this one cause you'll be messing with the core files.&#60;/p&#62;
&#60;p&#62;Anyone know of a sign-up validator for bbpress?
&#60;/p&#62;</description>
</item>
<item>
<title>rashantha on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10769</link>
<pubDate>Tue, 04 Sep 2007 18:51:36 +0000</pubDate>
<dc:creator>rashantha</dc:creator>
<guid isPermaLink="false">10769@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;can you please be a bit more specific. newbie here, an example would be helpful.&#60;/p&#62;
&#60;p&#62;also can you add a calculation field so that it will stop spam bots.
&#60;/p&#62;</description>
</item>
<item>
<title>matt123 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10726</link>
<pubDate>Mon, 03 Sep 2007 05:51:10 +0000</pubDate>
<dc:creator>matt123</dc:creator>
<guid isPermaLink="false">10726@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why do you think it's such a bad idea to use this trac plugin? &#60;/p&#62;
&#60;p&#62;rashantha-you have to copy the plugin and follow the example of what files to hack to make it work.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10646</link>
<pubDate>Fri, 31 Aug 2007 20:08:56 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10646@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I suggest NOT TO USE this trac plugin. It isn't official and wont work correct on the current bbPress release. It is created to work IF some modifications are done in bbPress itself.
&#60;/p&#62;</description>
</item>
<item>
<title>rashantha on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10626</link>
<pubDate>Fri, 31 Aug 2007 01:30:36 +0000</pubDate>
<dc:creator>rashantha</dc:creator>
<guid isPermaLink="false">10626@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i don't see any instruction on how to use this code. do you have any tips?
&#60;/p&#62;</description>
</item>
<item>
<title>matt123 on "Anonymous posting"</title>
<link>http://bbpress.org/forums/topic/anonymous-posting#post-10619</link>
<pubDate>Thu, 30 Aug 2007 22:58:57 +0000</pubDate>
<dc:creator>matt123</dc:creator>
<guid isPermaLink="false">10619@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just wanted to put up a link to where to find the code to make anonymous posting happen. It took me a lot of searching before I found it. Works like a charm only problem is that it tries to let you pm the anonymous person.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/633&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/633&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Posts go to subforum instead of parent"</title>
<link>http://bbpress.org/forums/topic/posts-go-to-subforum-instead-of-parent#post-10576</link>
<pubDate>Wed, 29 Aug 2007 15:50:11 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">10576@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah - I moved it a bit lower (actually right before post_form) and the forum_id in the hidden variable is correct now, works great.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Posts go to subforum instead of parent"</title>
<link>http://bbpress.org/forums/topic/posts-go-to-subforum-instead-of-parent#post-10575</link>
<pubDate>Wed, 29 Aug 2007 15:30:54 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">10575@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm - I assume you mean the forum.php file in the template itself. It's not working for me at all. Still digging.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
