<?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; Topic: Solution for Tags not getting deleted in user installed Themes</title>
		<link>http://bbpress.org/forums/topic/solution-for-tags-not-getting-deleted-in-user-installed-themes</link>
		<description>bbPress Support Forums &#187; Topic: Solution for Tags not getting deleted in user installed Themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 10:41:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/solution-for-tags-not-getting-deleted-in-user-installed-themes" rel="self" type="application/rss+xml" />

		<item>
			<title>Gautam on "Solution for Tags not getting deleted in user installed Themes"</title>
			<link>http://bbpress.org/forums/topic/solution-for-tags-not-getting-deleted-in-user-installed-themes#post-56163</link>
			<pubDate>Sun, 09 Aug 2009 07:49:48 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">56163@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have seen many people asking that tags are not getting deleted in bbPress 1.0 (Even I faced the same problem, but it was working in the default theme). So I just thought of writing a solution for it.</p>
<p>Open the topic-tags.php of your theme.<br />
You would find something like this:<br />
<pre><code>&#60;?php if ( $public_tags ) : ?&#62;
&#60;div id=&#34;othertags&#34;&#62;
		&#60;ul id=&#34;yourtaglist&#34;&#62;
		&#60;?php foreach ( $public_tags as $tag ) : ?&#62;
			&#60;li id=&#34;tag-&#60;?php echo $tag-&#62;tag_id; ?&#62;_&#60;?php echo $tag-&#62;user_id; ?&#62;&#34;&#62;
				&#60;a href=&#34;&#60;?php bb_tag_link(); ?&#62;&#34; rel=&#34;tag&#34;&#62;&#60;?php bb_tag_name(); ?&#62;&#60;/a&#62; &#60;?php $tags = bb_get_tag_remove_link (); if ($tags) echo &#39;&#60;small&#62;&#39;.$tags.&#39;&#60;/small&#62;&#39;; ?&#62;
			&#60;/li&#62;
		&#60;?php endforeach; ?&#62;
		&#60;/ul&#62;
	&#60;/div&#62;</code></pre>
<p>Replace it with:<br />
<pre><code>&#60;?php if ( bb_get_topic_tags() ) : ?&#62;
		&#60;?php bb_list_tags(); ?&#62;</code></pre>
<p>That's it!</p>
<p>You can also view the changes to topic-tags.php of the default theme in the trac:<br />
<a href="http://trac.bbpress.org/changeset?old_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&#038;old=940&#038;new_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&#038;new=2344" rel="nofollow">http://trac.bbpress.org/changeset?old_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&#038;old=940&#038;new_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&#038;new=2344</a>
</p>]]></description>
					</item>

	</channel>
</rss>

