<?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 | enlightenmental1 | Activity</title>
	<link>https://buddypress.org/members/enlightenmental1/activity/</link>
	<atom:link href="https://buddypress.org/members/enlightenmental1/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for enlightenmental1.</description>
	<lastBuildDate>Mon, 06 Apr 2026 08:38:12 +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">e1b77e6ea897019d63d7d6a988bda692</guid>
				<title>enlightenmental1 started the topic codex help needed: documentation for dummies in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/codex-help-needed-documentation-for-dummies/</link>
				<pubDate>Tue, 19 May 2009 16:05:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;?php echo $user-&gt;avatar ?&gt;</p>
<p>where does one find more of these?</p>
<p>specifically where/how to add elements to the users blog</p>
<p>I have the blog admin information dispalying on their sidebar, but cannot get the other codex samples to work</p>
<p>how do i define a dynamic user_id ?<br />
<code><br />
 if ( bp_has_blogs() ) : </p>
<p>  &lt;div class=&quot;pag-count&quot; id=&quot;blog-count&quot;&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-289010"><a href="http://buddypress.org/support/topic/codex-help-needed-documentation-for-dummies/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b9c3574509e1ecd77ef56273be44e8c</guid>
				<title>enlightenmental1 replied to the topic [Resolved] Xprofile question.... in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/xprofile-question/#post-40897</link>
				<pubDate>Wed, 25 Mar 2009 14:50:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>ok&#8230; never mind&#8230; this DOES work</p>
<p>thanks for your help guys</p>
<p><code>&lt;?php echo &#039;Welcome&#039; . xprofile_get_field_data(&#039;First Name&#039;, $bp-&gt;loggedin_user-&gt;id) .&#039;, access your account below.&#039;; ?&gt;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d794574e1076c4332fe9816ba6ae3570</guid>
				<title>enlightenmental1 replied to the topic [Resolved] Xprofile question.... in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/xprofile-question/#post-40847</link>
				<pubDate>Tue, 24 Mar 2009 22:04:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>sorry to bother you further&#8230;.</p>
<p>that corrects the fatal error&#8230; however the field_1 value is not called back&#8230;&#8230;(thought field_1 was full name&#8230;)</p>
<p><code>echo &#039;Welcome&#039; . xprofile_get_field_data(field_1, $curauth-&gt;the_user). &#039;, access your account below.&#039; ;</code><br />
I named it wrong? or there&#8217;s more function to add?  I think I will move onto the latest trunk&hellip;<span class="activity-read-more" id="activity-read-more-291766"><a href="http://buddypress.org/support/topic/xprofile-question/#post-40847" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20c42b06c9e8f655c8a0e4e1814890d5</guid>
				<title>enlightenmental1 replied to the topic [Resolved] Xprofile question.... in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/xprofile-question/#post-40831</link>
				<pubDate>Tue, 24 Mar 2009 21:23:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Fatal error: Call to undefined function xprofile_get_field_data() in&#8230;</p>
<p>eh?</p>
<p>my code:</p>
<p><code>if( xprofile_get_field_data(field_1, $curauth-&gt;the_user) ):</p>
<p>echo &#039;Welcome&#039; . xprofile_get_field_data(field_1, $curauth-&gt;the_user). &#039;, enter here&#039; ;</p>
<p>endif;</code></p>
<p>Thanks Andy, your skills humble me<br />
&#8216;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98cc394ea0c9de8fde28ed7b2eece6a1</guid>
				<title>enlightenmental1 started the topic [Resolved] Xprofile question.... in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/xprofile-question/</link>
				<pubDate>Tue, 24 Mar 2009 20:55:26 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>echo &#039;Welcome&#039; . ??????????????(field_7, $curauth-&gt;the_user). &#039; , How Are You&#039; ;</code></p>
<p>notice the ????????????? above…. what do i put there to get Xprofile fields?<br />
here is what I use on regular wordpress profile field&#8230;</p>
<p><code>if( get_user_option(first_name, $curauth-&gt;the_user) ):</p>
<p>echo &#039;Welcome&#039;. get_user_option(first_name, $curauth-&gt;the_user) .&#039; &#039; ;&hellip;</code><span class="activity-read-more" id="activity-read-more-291765"><a href="http://buddypress.org/support/topic/xprofile-question/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0fe1efbb03a0fb1455b96f0240147a6</guid>
				<title>enlightenmental1 replied to the topic Adding links to admin bar in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/adding-links-to-admin-bar/#post-40792</link>
				<pubDate>Tue, 24 Mar 2009 13:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>echo &quot;&lt;ul class=&quot;main-nav&quot;&gt;&quot;;</p>
<p>echo &quot;&lt;li &gt;Main Link&lt;/li &gt;&quot;;</p>
<p>echo &quot;&lt;ul &gt;&quot;;</p>
<p>echo &quot;&lt;li &gt;sub link&lt;/li &gt;&quot;;</p>
<p>echo &quot;&lt;li &gt;sub link&lt;/li &gt;&quot;;</p>
<p>echo &quot;&lt;li &gt;sub link&lt;/li &gt;&quot;;</p>
<p>echo &quot;&lt;li &gt;sub link&lt;/li &gt;&quot;;</p>
<p>echo &quot;&lt;ul &gt;&quot;;</p>
<p>echo &quot;&lt;/ul &gt;&quot;;<br />
</code></p>
<p>why doesnt the above create a dropdown in the admin&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">16ee881b72a87f7c5a60359c5df38614</guid>
				<title>enlightenmental1 replied to the topic Adding links to admin bar in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/adding-links-to-admin-bar/#post-40681</link>
				<pubDate>Mon, 23 Mar 2009 14:46:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>question</p>
<p>I&#8217;ve hand coded the bp-core-admin-bar.php to add additional links</p>
<p>and add a If(user_is_logged_in) so I can switch links when the user logs in..</p>
<p>but my li / ul aren&#8217;t creating droppdowns</p>
<p>example<br />
<code><br />
&lt;li&gt; main link &lt;/li&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;sub link&lt;/li&gt;<br />
&lt;li&gt;sub link&lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<p>instead of getting the sub-links to show as a dropdown, they show up as&hellip;<span class="activity-read-more" id="activity-read-more-303485"><a href="http://buddypress.org/support/topic/adding-links-to-admin-bar/#post-40681" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>