<?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: Displaying the BuddyPress admin bar in other applications</title>
	<atom:link href="http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 09:26:52 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom Hyde</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-10183</link>
		<dc:creator>Tom Hyde</dc:creator>
		<pubDate>Fri, 14 May 2010 08:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-10183</guid>
		<description>This is brilliant it even works on a site that I coded myself.</description>
		<content:encoded><![CDATA[<p>This is brilliant it even works on a site that I coded myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BuddyPress Bar on external pages - WordPress Tavern Forum</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-9689</link>
		<dc:creator>BuddyPress Bar on external pages - WordPress Tavern Forum</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-9689</guid>
		<description>[...] pretty closely, but now I want to add in the BuddyBar across the top.  I found these directions: http://teleogistic.net/2009/10/displ...-applications/  They don&#039;t seem to work for me. Anyone have any other resources or ideas? Or should I just laugh [...]</description>
		<content:encoded><![CDATA[<p>[...] pretty closely, but now I want to add in the BuddyBar across the top.  I found these directions: <a href="http://teleogistic.net/2009/10/displ...-applications/" rel="nofollow">http://teleogistic.net/2009/10/displ&#8230;-applications/</a>  They don&#39;t seem to work for me. Anyone have any other resources or ideas? Or should I just laugh [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Crews</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-3569</link>
		<dc:creator>Aaron Crews</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-3569</guid>
		<description>I guess some of the tags got stripped out of the above comment.  The bottom line is that I edited mediawiki as follows:
1. I added the div before the tag by editing the bottomScripts function in /includes/Skin.php
2. The scripts in the header had to be added to the actual skin file. So for the default skin, I added the lines to /skins/MonoBook.php
3. The toolbar on top overlapped some of the menu and there was a gap between a couple of elements. I modified /monobook/main.css to move the body up 30px and the globalwrapper down 50px.

Boone - you can delete my prev comment.</description>
		<content:encoded><![CDATA[<p>I guess some of the tags got stripped out of the above comment.  The bottom line is that I edited mediawiki as follows:<br />
1. I added the div before the tag by editing the bottomScripts function in /includes/Skin.php<br />
2. The scripts in the header had to be added to the actual skin file. So for the default skin, I added the lines to /skins/MonoBook.php<br />
3. The toolbar on top overlapped some of the menu and there was a gap between a couple of elements. I modified /monobook/main.css to move the body up 30px and the globalwrapper down 50px.</p>
<p>Boone &#8211; you can delete my prev comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boone</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-3567</link>
		<dc:creator>Boone</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-3567</guid>
		<description>Aha! I had literally just realized that you had to have the jQuery in the right order about 2 minutes before reading your comments! I have updated the instructions accordingly.

Glad it&#039;s working for you!</description>
		<content:encoded><![CDATA[<p>Aha! I had literally just realized that you had to have the jQuery in the right order about 2 minutes before reading your comments! I have updated the instructions accordingly.</p>
<p>Glad it&#8217;s working for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Crews</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-3565</link>
		<dc:creator>Aaron Crews</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-3565</guid>
		<description>Thanks for the response - I got it working.  The pb thing was a problem for me.  After fixing that, I still didn&#039;t get an alert after adding in that test line.  I had inadvertently put the jquery script line after the bp-bar-integration line so jquery was loaded, just not *yet*.  Thanks again for the help.  Some small css work on mediawiki and I&#039;ll be in business!</description>
		<content:encoded><![CDATA[<p>Thanks for the response &#8211; I got it working.  The pb thing was a problem for me.  After fixing that, I still didn&#8217;t get an alert after adding in that test line.  I had inadvertently put the jquery script line after the bp-bar-integration line so jquery was loaded, just not *yet*.  Thanks again for the help.  Some small css work on mediawiki and I&#8217;ll be in business!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boone</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-3564</link>
		<dc:creator>Boone</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-3564</guid>
		<description>Hi Aaron. It&#039;s hard to know without seeing your setup, but it sounds like jQuery&#039;s not getting loaded correctly. Try sticking a test line like &lt;code&gt;alert(&quot;Hello&quot;);&lt;/code&gt; right before the wikiIntegration.initLoad line. If it works, jQuery is working and there&#039;s something wrong with the wikiIntegration function. If not, your path to jQuery might be wrong.

Someone drew it to my attention that there&#039;s a typo in the bp-bar-integration.js file I uploaded last night. The path in the first line of the wikiIntegration function reads &lt;code&gt;/pbnavslug/&lt;/code&gt; instead of &lt;code&gt;/bpnavslug/&lt;/code&gt;. See if that&#039;s affecting you. (It&#039;s been changed in the zip file.)</description>
		<content:encoded><![CDATA[<p>Hi Aaron. It&#8217;s hard to know without seeing your setup, but it sounds like jQuery&#8217;s not getting loaded correctly. Try sticking a test line like <code>alert("Hello");</code> right before the wikiIntegration.initLoad line. If it works, jQuery is working and there&#8217;s something wrong with the wikiIntegration function. If not, your path to jQuery might be wrong.</p>
<p>Someone drew it to my attention that there&#8217;s a typo in the bp-bar-integration.js file I uploaded last night. The path in the first line of the wikiIntegration function reads <code>/pbnavslug/</code> instead of <code>/bpnavslug/</code>. See if that&#8217;s affecting you. (It&#8217;s been changed in the zip file.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Crews</title>
		<link>http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/comment-page-1/#comment-3562</link>
		<dc:creator>Aaron Crews</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://teleogistic.net/?p=320#comment-3562</guid>
		<description>Boone - thanks for the tutuorial.  I would have never figured out that method.  I gave it a shot, but couldn&#039;t get it working.  The div is going in properly before the /body tag and the script calls and stylesheet are getting pulled in, but the bp-bar-integration.js is failing at this line:
jQuery(document).ready(function(){	
	wikiIntegration.initLoad();
});

Any ideas?</description>
		<content:encoded><![CDATA[<p>Boone &#8211; thanks for the tutuorial.  I would have never figured out that method.  I gave it a shot, but couldn&#8217;t get it working.  The div is going in properly before the /body tag and the script calls and stylesheet are getting pulled in, but the bp-bar-integration.js is failing at this line:<br />
jQuery(document).ready(function(){<br />
	wikiIntegration.initLoad();<br />
});</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

