<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Changing Buddypress default logo with a custom logo in buddypress admin bar</title>
	<atom:link href="http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/</link>
	<description>Let us digg deep into the wordpress</description>
	<lastBuildDate>Sun, 28 Feb 2010 19:38:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-4316</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-4316</guid>
		<description>hi Dee
I guess,this will not work with buddypress 1.1(or above) as there has been some code modifications in the admin bar and there is no logo,instead ,the site name as a link is used in place of logo.
Still,there exists a way to add your own long(in case you wish so).just we need to work on the action hook &quot;bp_adminbar_logo&quot;
here I have posted a code snippet for clarification ,how to do it in the new system.
http://cosmiccoders.pastebin.com/f15deabca

The best thing is you can put it now simply in the functions.php file of your active theme and it will work.
Or create a new php file and put it into the mu-plugins both will work.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>hi Dee<br />
I guess,this will not work with buddypress 1.1(or above) as there has been some code modifications in the admin bar and there is no logo,instead ,the site name as a link is used in place of logo.<br />
Still,there exists a way to add your own long(in case you wish so).just we need to work on the action hook &#8220;bp_adminbar_logo&#8221;<br />
here I have posted a code snippet for clarification ,how to do it in the new system.<br />
<a href="http://cosmiccoders.pastebin.com/f15deabca">http://cosmiccoders.pastebin.com/f15deabca</a></p>
<p>The best thing is you can put it now simply in the functions.php file of your active theme and it will work.<br />
Or create a new php file and put it into the mu-plugins both will work.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-4315</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Sat, 24 Oct 2009 19:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-4315</guid>
		<description>I have a couple questions: 

One, Do we simply create a .php file, insert the above mentioned code, and put that file in wp-content/mu-plugins directory? Or do we need to insert the filters in a particular file, too? 

Two, is this compatible with the newest version of BP?

BONUS!!! If someone could lay this out in a &quot;Changing BP Logos for Idiots&quot; format, that would be great! I&#039;ve never worked .php and have done very little .css. One can&#039;t assume that I know anything. ;)</description>
		<content:encoded><![CDATA[<p>I have a couple questions: </p>
<p>One, Do we simply create a .php file, insert the above mentioned code, and put that file in wp-content/mu-plugins directory? Or do we need to insert the filters in a particular file, too? </p>
<p>Two, is this compatible with the newest version of BP?</p>
<p>BONUS!!! If someone could lay this out in a &#8220;Changing BP Logos for Idiots&#8221; format, that would be great! I&#8217;ve never worked .php and have done very little .css. One can&#8217;t assume that I know anything. <img src='http://www.thinkinginwordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-4036</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-4036</guid>
		<description>Hi,

Can someone please explain when should I use apply_filter instead of add_filter?

Is it used when I want to call an existing filter without typing the hook again?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can someone please explain when should I use apply_filter instead of add_filter?</p>
<p>Is it used when I want to call an existing filter without typing the hook again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Law</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-3426</link>
		<dc:creator>Law</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-3426</guid>
		<description>Awesome this works! thanks!

I tried overwriting the default image &quot;bp-core/images/admin_bar_logo.gif&quot; but that caused it to be pixelated... but this works great thanks again!</description>
		<content:encoded><![CDATA[<p>Awesome this works! thanks!</p>
<p>I tried overwriting the default image &#8220;bp-core/images/admin_bar_logo.gif&#8221; but that caused it to be pixelated&#8230; but this works great thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-2599</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-2599</guid>
		<description>Hi
Thanks for your comments.
I am sorry,there were small typos,Please check the updated code above,just copy paste and change appropriately.It will work.
If you find any issues,please let me know.

Thanks
Brajesh</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for your comments.<br />
I am sorry,there were small typos,Please check the updated code above,just copy paste and change appropriately.It will work.<br />
If you find any issues,please let me know.</p>
<p>Thanks<br />
Brajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-2596</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-2596</guid>
		<description>hi Eduardo,thanks for correcting me,I typed that by mistake,It is add filter.Thanks for pointing.

Brajesh</description>
		<content:encoded><![CDATA[<p>hi Eduardo,thanks for correcting me,I typed that by mistake,It is add filter.Thanks for pointing.</p>
<p>Brajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chia</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-2581</link>
		<dc:creator>Chia</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-2581</guid>
		<description>Ugh...I spoke too soon. I got a big fat error on line 6. Being a PHP noob I couldn&#039;t figure out how to fix it. Argh! Thus, I still have &quot;buddypress&quot; in my admin bar.</description>
		<content:encoded><![CDATA[<p>Ugh&#8230;I spoke too soon. I got a big fat error on line 6. Being a PHP noob I couldn&#8217;t figure out how to fix it. Argh! Thus, I still have &#8220;buddypress&#8221; in my admin bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chia</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-2579</link>
		<dc:creator>Chia</dc:creator>
		<pubDate>Thu, 20 Aug 2009 00:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-2579</guid>
		<description>Once again I end up on our site and find the solution I need. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Once again I end up on our site and find the solution I need. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://www.thinkinginwordpress.com/2009/07/changing-buddypress-default-logo-with-a-custom-logo-in-buddypress-admin-bar/comment-page-1/#comment-2446</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Thu, 13 Aug 2009 22:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkinginwordpress.com/?p=208#comment-2446</guid>
		<description>Thanks. I was looking for a way to modify the logo without digging through or changing any of the original code and new this was possible with hooks so thanks for this wonderful reference. I should mention that the above mentioned apply_filter(&quot;bp_admin_bar_logo_src&quot;,&quot;cc_my_adminbar_logo&quot;); did not work for me and I think it&#039;s wrong. I used add_filter(&quot;bp_admin_bar_logo_src&quot;,&quot;cc_my_adminbar_logo&quot;); instead and that worked just fine.</description>
		<content:encoded><![CDATA[<p>Thanks. I was looking for a way to modify the logo without digging through or changing any of the original code and new this was possible with hooks so thanks for this wonderful reference. I should mention that the above mentioned apply_filter(&#8220;bp_admin_bar_logo_src&#8221;,&#8221;cc_my_adminbar_logo&#8221;); did not work for me and I think it&#8217;s wrong. I used add_filter(&#8220;bp_admin_bar_logo_src&#8221;,&#8221;cc_my_adminbar_logo&#8221;); instead and that worked just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
