<?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; Tags</title> <atom:link href="http://gaut.am/tag/tags/feed/" rel="self" type="application/rss+xml" /><link>http://gaut.am</link> <description>On Life, Open Source and Other Things!</description> <lastBuildDate>Sat, 14 Apr 2012 19:00:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</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> <item><title>bbCumulus Plugin (beta) for bbPress released!</title><link>http://gaut.am/bb-cumulus-beta-for-bbpress-released/</link> <comments>http://gaut.am/bb-cumulus-beta-for-bbpress-released/#comments</comments> <pubDate>Sat, 12 Dec 2009 17:10:53 +0000</pubDate> <dc:creator>Gautam</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[bbPress]]></category> <category><![CDATA[Tags]]></category><guid isPermaLink="false">http://gaut.am/?p=223</guid> <description><![CDATA[I am very happy to announce the beta release of bb Cumulus plugin. You must have made out of the name that it has been ported from the WP Cumulus plugin by Roy Tanck and Luke Morton. bb Cumulus allows you to display your forum&#8217;s tags using a Flash movie that rotates them in a [...]]]></description> <content:encoded><![CDATA[<p>I am very happy to announce the beta release of <a title="bb Cumulus plugin for bbPress" href="http://bbpress.org/plugins/topic/bb-cumulus/">bb Cumulus</a> plugin. You must have made out of the name that it has been ported from the <a title="WP Cumulus" href="http://wordpress.org/extend/plugins/wp-cumulus/">WP Cumulus</a> plugin by Roy Tanck and Luke Morton. bb Cumulus allows you to display your forum&#8217;s tags using a Flash movie that rotates them in a 3D sphere.<span id="more-223"></span></p><p>bb Cumulus works just like a regular tags cloud, but is more visually exciting. Clicking the tags can be a little hard (depending on your speed setting) but does take you to the appropriate page <img src='http://gaut.am/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p><p>The plugin automatically replaces the generated tag heat map with the 3D cloud, but you can place it at a custom location too. Please see <a title="Other Notes for bb Cumulus plugin" href="http://bbpress.org/plugins/topic/bb-cumulus/other_notes/">Other notes</a> for more information.</p><h2>Screenshots</h2><div id="attachment_224" class="wp-caption aligncenter" style="width: 260px"><a href="http://gaut.am/wp-content/uploads/2009/12/screenshot-1.png"><img class="size-full wp-image-224 " title="A preview of the bb Cumulus Tag Cloud" src="http://gaut.am/wp-content/uploads/2009/12/screenshot-1.png" alt="A preview of the bb Cumulus Tag Cloud" width="250" height="250" /></a><p class="wp-caption-text">A preview of the bb Cumulus Tag Cloud</p></div><div id="attachment_225" class="wp-caption aligncenter" style="width: 545px"><a href="http://gaut.am/wp-content/uploads/2009/12/screenshot-2.png"><img class="size-full wp-image-225 " title="A preview of the Admin Settings Page" src="http://gaut.am/wp-content/uploads/2009/12/screenshot-2.png" alt="A preview of the Admin Settings Page" width="535" height="730" /></a><p class="wp-caption-text">A preview of the Admin Settings Page</p></div><p>Links: <a title="bb Cumulus plugin for bbPress" href="http://bbpress.org/plugins/topic/bb-cumulus/">Plugin</a> | <a title="Installation for bb Cumulus plugin" href="http://bbpress.org/plugins/topic/bb-cumulus/installation/">Installation</a> | <a title="FAQ for bb Cumulus plugin" href="http://bbpress.org/plugins/topic/bb-cumulus/faq/">FAQ</a> | <a title="Other Notes for bb Cumulus plugin" href="http://bbpress.org/plugins/topic/bb-cumulus/other_notes/">Other Notes</a> | <a title="Changelog for bb Cumulus plugin" href="http://bbpress.org/plugins/topic/bb-cumulus/changelog/">Changelog</a></p><h4>Download: <a title="bb Cumulus plugin for bbPress" href="http://bbpress.org/plugins/topic/bb-cumulus/">http://bbpress.org/plugins/topic/bb-cumulus/</a></h4> ]]></content:encoded> <wfw:commentRss>http://gaut.am/bb-cumulus-beta-for-bbpress-released/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 9/14 queries in 0.042 seconds using disk: basic
Object Caching 480/489 objects using disk: basic

Served from: gaut.am @ 2012-05-21 22:28:39 -->
