<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: tags - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/tags</link>
		<description>bbPress Support Forums &#187; Tag: tags - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:51:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/tags" rel="self" type="application/rss+xml" />

		<item>
			<title>POS2012 on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-102042</link>
			<pubDate>Wed, 25 Apr 2012 21:19:16 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">102042@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any developer / code genius that would like to look at this?
</p>]]></description>
					</item>
		<item>
			<title>Sniper Kitten on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-101897</link>
			<pubDate>Mon, 23 Apr 2012 10:55:52 +0000</pubDate>
			<dc:creator>Sniper Kitten</dc:creator>
			<guid isPermaLink="false">101897@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sorry for my misunderstanding. I do some research on this page and found these lines :</p>
<p>&#60;form id="tag-form" method="post" action="http://bbpress.org/forums/tag-add.php" class="add:tags-list:"&#62;<br />
	&#60;p&#62;<br />
		&#60;input name="tag" type="text" id="tag" /&#62;<br />
		&#60;input type="hidden" name="id" value="41539" /&#62;<br />
		&#60;input type="hidden" name="page" value="1" /&#62;<br />
		&#60;input type="hidden" id="_wpnonce" name="_wpnonce" value="52b8e94f11" /&#62;&#60;input type="hidden" name="_wp_http_referer" value="/forums/topic/tags-widget-function-for-bbpress-20" /&#62;		&#60;input type="submit" name="submit" id="tagformsub" value="Add Tag" /&#62;<br />
	&#60;/p&#62;<br />
&#60;/form&#62;</p>
<p>The problem is, bbpress.org is using version 1.1 and the 2.1 don't come with a tag-add.php. However I do find it in the buddypress bp-forums folder (which is a group forum and do different thing)</p>
<p>The value="41539", value="52b8e94f11", and value="/forums/topic/tags-widget-function-for-bbpress-20" seems to vary between post. But until now I still working on the actual value.
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-101894</link>
			<pubDate>Mon, 23 Apr 2012 09:40:34 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101894@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can you tag a post when NOT replying  to a topic or writing a new one?</p>
<p>Here in bbPress.org I can (as logged in) tag topics I have not participated in. In this way I can make the forum even more cross-indexed etc. </p>
<p>See the "tags" module to the left here :-)</p>
<p>Can you do that in your bbPress 2.1 ?
</p>]]></description>
					</item>
		<item>
			<title>Sniper Kitten on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-101893</link>
			<pubDate>Mon, 23 Apr 2012 09:38:42 +0000</pubDate>
			<dc:creator>Sniper Kitten</dc:creator>
			<guid isPermaLink="false">101893@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm using bbPress 2.1 too but the tag function doesn't seem to be missing, and I able to add tag without going to the backend. What are you missing?
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-101871</link>
			<pubDate>Sun, 22 Apr 2012 20:42:24 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101871@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I found that if I go do wp-admin and then to Forum/Topics - and then click "Edit", I'll get access to add tags.</p>
<p>Can I some how add this to the forum topic's thread to add tags as I can do here at bbPress.org?</p>
<p>This is the code there:</p>
<p>I think this is the form start:<br />
<code>&#60;form name=&#34;post&#34; action=&#34;post.php&#34; method=&#34;post&#34; id=&#34;post&#34;&#62;</code></p>
<p>Then comes this:</p>
<pre><code>&#60;div class=&#34;tagsdiv&#34; id=&#34;topic-tag&#34;&#62;
	&#60;div class=&#34;jaxtag&#34;&#62;
	&#60;div class=&#34;nojs-tags hide-if-js&#34;&#62;
	&#60;p&#62;Add or remove tags&#60;/p&#62;
	&#60;textarea name=&#34;tax_input[topic-tag]&#34; rows=&#34;3&#34; cols=&#34;20&#34; class=&#34;the-tags&#34; id=&#34;tax-input-topic-tag&#34; &#62;my tag 1,my tag 2&#60;/textarea&#62;&#60;/div&#62;
 		&#60;div class=&#34;ajaxtag hide-if-no-js&#34;&#62;
		&#60;label class=&#34;screen-reader-text&#34; for=&#34;new-tag-topic-tag&#34;&#62;Topic Tags&#60;/label&#62;
		&#60;div class=&#34;taghint&#34;&#62;Add New Tag&#60;/div&#62;
		&#60;p&#62;&#60;input type=&#34;text&#34; id=&#34;new-tag-topic-tag&#34; name=&#34;newtag[topic-tag]&#34; class=&#34;newtag form-input-tip&#34; size=&#34;16&#34; autocomplete=&#34;off&#34; value=&#34;&#34; /&#62;
		&#60;input type=&#34;button&#34; class=&#34;button tagadd&#34; value=&#34;Add tag&#34; tabindex=&#34;3&#34; /&#62;&#60;/p&#62;
	&#60;/div&#62;
		&#60;/div&#62;
	&#60;div class=&#34;tagchecklist&#34;&#62;&#60;/div&#62;
&#60;/div&#62;</code></pre>
<p>A hidde field that probably is important:</p>
<p><code>&#60;input type=&#039;hidden&#039; id=&#039;post_ID&#039; name=&#039;post_ID&#039; value=&#039;44&#039; /&#62;</code></p>
<p>Then the main post button:</p>
<pre><code>&#60;div id=&#34;publishing-action&#34;&#62;
&#60;img src=&#34;http://domain.com/wp-admin/images/wpspin_light.gif&#34; class=&#34;ajax-loading&#34; id=&#34;ajax-loading&#34; alt=&#34;&#34; /&#62;
		&#60;input name=&#34;original_publish&#34; type=&#34;hidden&#34; id=&#34;original_publish&#34; value=&#34;Update&#34; /&#62;
		&#60;input name=&#34;save&#34; type=&#34;submit&#34; class=&#34;button-primary&#34; id=&#34;publish&#34; tabindex=&#34;5&#34; accesskey=&#34;p&#34; value=&#34;Update&#34; /&#62;
&#60;/div&#62;</code></pre>
<p>Can I use this for anything?
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "Tags widget / function for bbPress 2.0+"</title>
			<link>http://bbpress.org/forums/topic/tags-widget-function-for-bbpress-20#post-101868</link>
			<pubDate>Sun, 22 Apr 2012 18:28:32 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101868@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I DO like the tags function in this very install (bbpress.org), where I can add the tags I'd like to add to whatever topic I read.</p>
<p>But in the bbPress 2.1 install I have I can not see that function. </p>
<p>Is there a way I can call that function in the template, or a widget I can add to WP?
</p>]]></description>
					</item>
		<item>
			<title>freie-bildung on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100826</link>
			<pubDate>Wed, 28 Mar 2012 16:14:02 +0000</pubDate>
			<dc:creator>freie-bildung</dc:creator>
			<guid isPermaLink="false">100826@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Okay....but where can i find the code? In which file? and exactly what to look I do? realized under the "tags" I find nothing... :-( </p>
<p>thank you very much
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100824</link>
			<pubDate>Wed, 28 Mar 2012 16:08:32 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100824@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As I said we don't have any copy and paste code to do this at the moment.</p>
<p>You'll need to do some digging around in the bbPress theme and remove the tag functions. Another alternative would be to hide them with CSS but that is not ideal at all.
</p>]]></description>
					</item>
		<item>
			<title>freie-bildung on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100804</link>
			<pubDate>Wed, 28 Mar 2012 09:21:02 +0000</pubDate>
			<dc:creator>freie-bildung</dc:creator>
			<guid isPermaLink="false">100804@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi at all</p>
<p>sorry my english is not very good;-)</p>
<p>where can I find the code (I think he is in the themes folder) to delete the tags?<br />
thank you very much!
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100591</link>
			<pubDate>Fri, 23 Mar 2012 01:31:38 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I do use the bbPress-recaptcha plugin.<br />
I've disabled Akismet as I use IntenseDebate for the rest of my site and, unfortunately for everyone, ID doesn't have any bbPress integration.</p>
<p>It's still a Taglogic issue, as far as I see.</p>
<p>Anyways, looks like it is unlikely to get fixed in core.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100564</link>
			<pubDate>Thu, 22 Mar 2012 15:42:57 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100564@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can create an account without using your real identity, so I don't think that should be an issue.</p>
<p>I *think* 2.1 is supposed to be a bit better with catching the spam.</p>
<p>Your main problem, like you said, is allowing guest posts.</p>
<p>Do you have akismet enabled?</p>
<p>Also I would use something like <a href="http://wordpress.org/extend/plugins/bbpress-recaptcha/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress-recaptcha/</a>
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100535</link>
			<pubDate>Thu, 22 Mar 2012 02:37:56 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100535@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, with all the Spam that Forums get as well as allowing Anonymous posters to also post BUT get moderated, I (and many others) are having to use the plugin at <a href="http://wordpress.org/extend/plugins/bbpressmoderation/" rel="nofollow">http://wordpress.org/extend/plugins/bbpressmoderation/</a></p>
<p>For my Relationships Forum, obviously people are more inclined to seek help when they're not obliged to leave their public identities.</p>
<p>So this plugin leaves all Topics and Replies in a Pending and unpublished state.</p>
<p>The issue with Spam posts are these Spammers are also pumping the Tag with URLs or other rubbish.</p>
<p>From a logic point of view, Pending and/or Unpublished Topics/Replies shouldn't affect anything for a Published Topic.</p>
<p>But they are. I'm seeing Published Topics losing already established Tags from unPublished and Awaiting Moderation Repies which, in my opinion, is a bbPress bug and certainly not a logical workflow.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100504</link>
			<pubDate>Wed, 21 Mar 2012 16:46:55 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100504@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just wanted to make sure you were on the tagging system we were talking about.</p>
<p>What are the issues you are having. People deleting/removing tags from threads?
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100453</link>
			<pubDate>Tue, 20 Mar 2012 04:37:06 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100453@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The current version of 2.02
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100434</link>
			<pubDate>Mon, 19 Mar 2012 20:34:53 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100434@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What version are you using?
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100433</link>
			<pubDate>Mon, 19 Mar 2012 19:59:32 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100433@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can we get some understanding why this behaviour doesn't happen with the default template thou I.e. on this forum?</p>
<p>Self policing is an open invitation to abuse the tagging system which is happening to me, at least.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100294</link>
			<pubDate>Sun, 18 Mar 2012 18:21:22 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100294@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>To my knowledge there is no "switch" that turns them off.</p>
<p>I believe you will need to edit your theme to remove where the tags are being called.
</p>]]></description>
					</item>
		<item>
			<title>nosdk on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100276</link>
			<pubDate>Sun, 18 Mar 2012 11:41:06 +0000</pubDate>
			<dc:creator>nosdk</dc:creator>
			<guid isPermaLink="false">100276@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If its possible i'm looking forward to a solution for this as well.
</p>]]></description>
					</item>
		<item>
			<title>nax_89 on "How to disable Tags in bbPress 2?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-tags-in-bbpress-2#post-100269</link>
			<pubDate>Sun, 18 Mar 2012 05:59:34 +0000</pubDate>
			<dc:creator>nax_89</dc:creator>
			<guid isPermaLink="false">100269@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Do you find a way to disable tags?? Im looking for the same :/
</p>]]></description>
					</item>
		<item>
			<title>Hard Seat Sleeper on "integrate tags and rss with wordpress?"</title>
			<link>http://bbpress.org/forums/topic/integrate-tags-and-rss-with-wordpress#post-98075</link>
			<pubDate>Mon, 13 Feb 2012 04:37:55 +0000</pubDate>
			<dc:creator>Hard Seat Sleeper</dc:creator>
			<guid isPermaLink="false">98075@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I assumed that the new plugin version of bbpress would share tags and rss with the host wordpress install. Turns out it's not the case as far as I can see -- bbpress has it's own list of topic tags separate from the main wp install, and posts do not go to the wp rss, but rather /forum/rss.</p>
<p>Is there any plan to integrate these someday?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-98022</link>
			<pubDate>Fri, 10 Feb 2012 21:55:17 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">98022@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There's no easy switch to flip yet. May look into it in the future, but for now this is an intentional feature of tags. Basically, they are 'self policing.’
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-98021</link>
			<pubDate>Fri, 10 Feb 2012 19:46:03 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">98021@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I poked around but couldn't find a method...
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97945</link>
			<pubDate>Tue, 07 Feb 2012 21:12:47 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97945@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks JJJ.</p>
<p>I guess my question is: how do you have them behave like the do here?</p>
<p>Where any tags entered into the tags field are simply appended to a topic, and previous ones remain untouched?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97944</link>
			<pubDate>Tue, 07 Feb 2012 21:09:50 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97944@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you empty out the tags field, it will replace the tags of the topic. This does not happen in the default template.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97939</link>
			<pubDate>Tue, 07 Feb 2012 16:40:14 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97939@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any word on this?</p>
<p>My assumption is that I'm doing something wrong, but it appears to happen on a fresh install with the default template.</p>
<p>But it isn't happening here! I can add tags and the previous ones remain, so maybe there's a but in the default template, but not in the core?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97837</link>
			<pubDate>Fri, 03 Feb 2012 23:57:27 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97837@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does it do it here?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97836</link>
			<pubDate>Fri, 03 Feb 2012 23:56:13 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97836@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I start a thread. Include tags.</p>
<p>The next poster's message (regardless of user role) overwrites my tags or erases them all together.</p>
<p>In fact, every post overwrites the previous tags.</p>
<p>Que? Have I setup something wrong? This happened in a fresh install with the default template too.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Front end code clean up..."</title>
			<link>http://bbpress.org/forums/topic/front-end-code-clean-up#post-97668</link>
			<pubDate>Tue, 31 Jan 2012 01:25:38 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97668@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I felt the same way at first when I found WordPress, but check out how the functions work and what you can pass into them. Most of them accept a before and after attribute so you can customize the output.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Front end code clean up..."</title>
			<link>http://bbpress.org/forums/topic/front-end-code-clean-up#post-97611</link>
			<pubDate>Mon, 30 Jan 2012 02:37:44 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97611@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When using template tags, I notice a lot of inconsistencies... some things use span tags, others divs, and still other p tags.</p>
<p>When someone simply wants to return data, (a list of tags or the subscribe link) it would be nice to have the bare minimum returned (text with at most, an <code>&#60;a&#62;</code> tag). Minimal markup will just make for cleaner, easier to assemble themes.
</p>]]></description>
					</item>
		<item>
			<title>steadwell on "Is there a topics tags cloud widget?"</title>
			<link>http://bbpress.org/forums/topic/is-there-a-topics-tags-cloud-widget#post-96551</link>
			<pubDate>Sat, 31 Dec 2011 16:41:06 +0000</pubDate>
			<dc:creator>steadwell</dc:creator>
			<guid isPermaLink="false">96551@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you babsmiles,</p>
<p>That did the trick!</p>
<p>I didn't need to add the function in my case, the shortcode worked using a php widget plugin.
</p>]]></description>
					</item>

	</channel>
</rss>

