<?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 | epaulosky | Activity</title>
	<link>https://buddypress.org/members/epaulosky/activity/</link>
	<atom:link href="https://buddypress.org/members/epaulosky/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for epaulosky.</description>
	<lastBuildDate>Thu, 23 Apr 2026 17:05:32 +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">73c6e6c925943d5cae50a2855671cb41</guid>
				<title>epaulosky started the forum topic Comparing  Docs in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/comparing-docs/</link>
				<pubDate>Tue, 21 Jun 2011 13:51:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>When i compare revision and it shows the two docs, they are displayed in the html mode and html tags are scattered throughout.<br />
Is there a way to change it so that they are displayed in the &#8220;visual&#8221; mode so that there are no html tags</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1792454f5d0938648e00aeb7a5301caa</guid>
				<title>epaulosky posted on the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102064</link>
				<pubDate>Tue, 21 Jun 2011 13:49:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>that worked! thanks alot!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee86e4d0510bdf3fb889638aed3c285f</guid>
				<title>epaulosky posted on the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102028</link>
				<pubDate>Mon, 20 Jun 2011 20:11:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>i did it by modifying the plugin itself. here are the snippets from the two files that i modified addon-hierarchy.php ` function __construct() { // Make sure that the bp_docs post type supports our post taxonomies add_filter( &#8216;bp_docs_post_type_args&#8217;, array( $this, &#8216;register_with_post_type&#8217; ) ); // Hook into post saves to save any taxonomy terms.&hellip;<span class="activity-read-more" id="activity-read-more-159531"><a href="http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102028" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">212d505caf98a96e92f1527b3d268ab6</guid>
				<title>epaulosky posted on the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102026</link>
				<pubDate>Mon, 20 Jun 2011 19:47:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>the URL is  /docs/ the title of the document who&#8217;s tab is currently selected. </p>
<p>but it is displaying the info of it&#8217;s child document.</p>
<p>i thought that maybe it was calling URL of the child, but its not&#8230;.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b2de6349e1bc1e9cbfa1a2afc221895</guid>
				<title>epaulosky posted on the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102016</link>
				<pubDate>Mon, 20 Jun 2011 18:08:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>it didnt show, but right under where you add the tab for the current_doc i call</p>
<p>		do_action( &#8216;bp_docs_children_tab&#8217; ) </p>
<p>&#8230;i dont know what &#8216;backticks&#8217; are</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61bb6616724fd07bc213435eceb70480</guid>
				<title>epaulosky posted on the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/#post-102015</link>
				<pubDate>Mon, 20 Jun 2011 18:06:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>for the children, i made a duplicate of you &#8220;show_children()&#8221; in the addon_hierarchy.php file and modified the end of it to look like so: <code>$html = &#039;&#039;; if ( !empty( $child_data ) ) { foreach( $child_data as $child ) { $children_html = &#039; &lt;a href=&quot;&#039; . $child . &#039;&quot;&gt;&#039; . $child . &#039; &lt;/a&gt;&#039;; echo $children_html; }</code> then i did&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d19c29a69d0620ef7b06ae12877a25d</guid>
				<title>epaulosky posted an update: backticks fdsfsd backticks</title>
				<link>https://buddypress.org/updates/p/159512/</link>
				<pubDate>Mon, 20 Jun 2011 18:01:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>backticks fdsfsd backticks</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a2d4d5e7469bd70a348c31a2cc4c04a5</guid>
				<title>epaulosky started the forum topic Selected doc displaying wrong info in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/selected-doc-displaying-wrong-info/</link>
				<pubDate>Mon, 20 Jun 2011 15:48:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>so i&#8217;ve added the parents and children links as tabs such as when you click on a document, the name of it&#8217;s parent doc appears as a tab to the left and the names of it&#8217;s children appear as tabs to the right. The only problem is that is that the &#8220;current&#8221; doc isn&#8217;t loading [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f084b0fc77572994a70658e38e817394</guid>
				<title>epaulosky joined the group BuddyPress Docs</title>
				<link>https://buddypress.org/updates/p/159487/</link>
				<pubDate>Mon, 20 Jun 2011 15:48:25 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cbb5e1863b0e132b6e7134ec05dcc393</guid>
				<title>epaulosky posted on the forum topic Get Logged In Username in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-logged-in-username/#post-99773</link>
				<pubDate>Fri, 27 May 2011 15:56:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>i am adding the page by going to the pages section in the dashboard and simply adding a new page. In the html for that page i embed a php file. That makes the php page independent of buddypress. I guess a better way of looking at it would be, if i accessed an independant [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a72c2b4bd9a61f86704daf8186898b93</guid>
				<title>epaulosky posted on the forum topic Get Logged In Username in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-logged-in-username/#post-99770</link>
				<pubDate>Fri, 27 May 2011 15:42:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>i created a buddypress page and that page embeds a php file to display, for testing purposes i just want that to display the users id. the file is called myphp.php and i have it in the buddypress directory. im new to php so i&#8217;m not sure how to do this. i feel like im [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ca6c333f60f8906c030daee873ee72d</guid>
				<title>epaulosky posted on the forum topic Get Logged In Username in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-logged-in-username/#post-99768</link>
				<pubDate>Fri, 27 May 2011 15:13:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>can someone help me out?</p>
<p>i&#8217;m not sure what to do, do i need to include a php file? do i need to put my php file in a specific directory?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">237a57f5b39bf712314f482fc8f2cc4a</guid>
				<title>epaulosky posted on the forum topic Get Logged In Username in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-logged-in-username/#post-99627</link>
				<pubDate>Wed, 25 May 2011 20:44:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>that was my typo in the post, i did have $bp in my code.</p>
<p>i just tried bp_loggedin_user_id()</p>
<p>and i got this.</p>
<p>Fatal error: Call to undefined function bp_loggedin_user_id() </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5854886130579e8a3de6cc4d6097050b</guid>
				<title>epaulosky started the forum topic Get Logged In Username in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-logged-in-username/</link>
				<pubDate>Wed, 25 May 2011 20:12:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve searched and have tried to do this but have been unsuccessful.<br />
Right now im just trying to get the user id.<br />
the code i&#8217;m trying is:</p>
<p>function get_user(){</p>
<p>global $bp;<br />
$username = $-&gt;loggedin_user-&gt;id;<br />
echo $username;<br />
}</p>
<p>get_user();</p>
<p>i get nothing printed out.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac6d322d3cd65fbb3fb949be2d32bba9</guid>
				<title>epaulosky joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/154266/</link>
				<pubDate>Wed, 25 May 2011 20:12:52 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>