<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>BuddyPress.org | fishbowl81 | Activity</title>
	<link>https://buddypress.org/members/fishbowl81/activity/</link>
	<atom:link href="https://buddypress.org/members/fishbowl81/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for fishbowl81.</description>
	<lastBuildDate>Wed, 08 Apr 2026 13:32:35 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">500340ece67b0509427c5fca98cd7c0e</guid>
				<title>Anonymous replied to the topic What is the best way to add new items to the admin bar? in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/what-is-the-best-way-to-add-new-items-to-the-admin-bar/#post-40523</link>
				<pubDate>Fri, 20 Mar 2009 16:41:55 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>add_action( &#039;bp_adminbar_menus&#039;, &#039;bp_adminbar_custom_menu&#039;, 40 );</p>
<p>function bp_adminbar_custom_menu() {<br />
?&gt;</p>
<p>&lt;li&gt;<br />
&lt;a&gt;&quot;&lt;?php _e( &#039;Custom Pulldown&#039;, &#039;buddypress&#039; ) ?&gt;&lt;/a&gt;</p>
<p>&lt;ul&gt;List Item&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;?php<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>