<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Gautam Gupta&#039;s Blog &#187; fix</title> <atom:link href="http://gaut.am/tag/fix/feed/" rel="self" type="application/rss+xml" /><link>http://gaut.am</link> <description>On Life, Open Source and Other Things!</description> <lastBuildDate>Fri, 03 Feb 2012 09:42:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Fixing the Issue of Tags Not Getting Deleted in bbPress 1.0</title><link>http://gaut.am/tags-not-getting-deleted-in-bbpress/</link> <comments>http://gaut.am/tags-not-getting-deleted-in-bbpress/#comments</comments> <pubDate>Tue, 29 Dec 2009 10:24:10 +0000</pubDate> <dc:creator>Gautam</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[bbPress]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[issue]]></category> <category><![CDATA[Tags]]></category><guid isPermaLink="false">http://gaut.am/?p=273</guid> <description><![CDATA[Many of the users who use bbPress might have faced the problem of tags not getting deleted when they use some themes which have not been yet updated to be compatible with bbPress 1.0. In this post, we will discuss on fixing this issue. Solution Simply follow these 4 steps to fix the problem: Open [...]]]></description> <content:encoded><![CDATA[<p>Many of the users who use bbPress might have faced the problem of tags not getting deleted when they use some themes which have not been yet updated to be compatible with bbPress 1.0. In this post, we will discuss on fixing this issue.<span id="more-273"></span></p><h2><a href="http://gaut.am/wp-content/uploads/2009/12/tag-delete.png"><img class="aligncenter size-full wp-image-286" title="Tags not Getting Deleted in bbPress 1.0 - Solution" src="http://gaut.am/wp-content/uploads/2009/12/tag-delete.png" alt="" height="214" width="369"/></a>Solution</h2><p>Simply follow these 4 steps to fix the problem:</p><ol><li>Open the <em>topic-tags.php</em> file of your template. You may download it via a FTP program if you do not have it saved on your computer.</li><li>Find this code in the file:<br /> [php]&amp;lt;?php if ( $public_tags ) : ?&amp;gt;<br /> &amp;lt;div id=&amp;quot;othertags&amp;quot;&amp;gt;<br /> &amp;lt;p&amp;gt;&amp;lt;?php _e(&#8216;Tags:&#8217;); ?&amp;gt;&amp;lt;/p&amp;gt;<br /> &amp;lt;ul id=&amp;quot;yourtaglist&amp;quot;&amp;gt;<br /> &amp;lt;?php foreach ( $public_tags as $tag ) : ?&amp;gt;<br /> &amp;lt;li id=&amp;quot;tag-&amp;lt;?php echo $tag-&amp;gt;tag_id; ?&amp;gt;_&amp;lt;?php echo $tag-&amp;gt;user_id; ?&amp;gt;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;?php bb_tag_link(); ?&amp;gt;&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;&amp;lt;?php bb_tag_name(); ?&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;?php bb_tag_remove_link(); ?&amp;gt;&amp;lt;/li&amp;gt;<br /> &amp;lt;?php endforeach; ?&amp;gt;<br /> &amp;lt;/ul&amp;gt;<br /> &amp;lt;/div&amp;gt;<br /> &amp;lt;?php endif; ?&amp;gt;</p><p>&amp;lt;?php if ( !$tags ) : ?&amp;gt;[/php]</li><li>Replace it with the following code:<br /> [php]&amp;lt;p&amp;gt;&amp;lt;?php _e(&#8216;Tags:&#8217;); ?&amp;gt;&amp;lt;/p&amp;gt;</p><p>&amp;lt;?php if ( bb_get_topic_tags() ) : ?&amp;gt;</p><p>&amp;lt;?php bb_list_tags(); ?&amp;gt;</p><p>&amp;lt;?php else : ?&amp;gt;[/php]</li><li>Save the file and upload it to your server. You have now successfully fixed the issue! <img src='http://gaut.am/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></li></ol><p>You can see these changes made in the default theme in the trac <a href="http://bbpress.trac.wordpress.org/changeset?reponame=&amp;new=2255%40trunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&amp;old=940%40trunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php">here</a>. I hope that this tutorial would have helped you. If you have any problems, you may ask them in the comments form below.</p> ]]></content:encoded> <wfw:commentRss>http://gaut.am/tags-not-getting-deleted-in-bbpress/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache (User agent is rejected)
Database Caching 2/16 queries in 0.792 seconds using xcache
Object Caching 396/422 objects using xcache

Served from: gaut.am @ 2012-02-05 13:26:27 -->
