<?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 | KS Web Designer | Activity</title>
	<link>https://buddypress.org/members/ks-webdesignercom/activity/</link>
	<atom:link href="https://buddypress.org/members/ks-webdesignercom/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for KS Web Designer.</description>
	<lastBuildDate>Sun, 05 Apr 2026 03:17:03 +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">531e95af276ed38007197a10398ca1db</guid>
				<title>KS Web Designer replied to the topic Display Private Message Time rather than Time Since Sent in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-private-message-time-rather-than-time-since-sent/#post-173270</link>
				<pubDate>Wed, 23 Oct 2013 07:35:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Perfect, that did the trick. For anyone else following this be sure to add the semi-colon after <code>return $thread_template-&gt;message-&gt;date_sent</code> so the snippet reads:</p>
<p><code>function absolute_message_sent_date() {<br />
    global $thread_template;<br />
    return $thread_template-&gt;message-&gt;date_sent;<br />
}</code></p>
<p>Just one quick follow-up question. How do I change the date&hellip;<span class="activity-read-more" id="activity-read-more-213152"><a href="https://buddypress.org/support/topic/display-private-message-time-rather-than-time-since-sent/#post-173270" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1be0061860df3295561dd0cdc2cd26bc</guid>
				<title>KS Web Designer started the topic Display Private Message Time rather than Time Since Sent in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/display-private-message-time-rather-than-time-since-sent/</link>
				<pubDate>Mon, 21 Oct 2013 14:12:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m sure the answer to this is fairly simple, just can&#8217;t seem to find anyone who knows it&#8230;</p>
<p>In the messages/single.php template there is this code:<br />
<code>&lt;span class=&quot;activity&quot;&gt;&lt;?php bp_the_thread_message_time_since(); ?&gt;&lt;/span&gt;</code></p>
<p>This calculates the time since a private message was sent and displays it  something like this: &#8220;Sent 5 minutes ago&#8221;.</p>
<p>Is&hellip;<span class="activity-read-more" id="activity-read-more-213099"><a href="http://buddypress.org/support/topic/display-private-message-time-rather-than-time-since-sent/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa37b2de707bfcfa1d45c276e376d28e</guid>
				<title>KS Web Designer replied to the topic Displaying logged in user profile field value outside the loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/displaying-logged-in-user-profile-field-value-outside-the-loop/#post-173057</link>
				<pubDate>Fri, 18 Oct 2013 14:05:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks again, just needed one slight tweak. Final code is as follows:</p>
<p><code>&lt;?php echo &#039;Hi &#039; . bp_core_get_username( bp_loggedin_user_id() ) . &#039; – Account Type: &#039; . xprofile_get_field_data( &#039;FIELD NAME OR ID&#039;, bp_loggedin_user_id() ); ?&gt;</code></p>
<p>Didn&#8217;t need the &#8220;field=&#8221; for xprofile&#8230; Works using either the field name or the id.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">39b29988a0231acd4f5e1463e221d7bb</guid>
				<title>KS Web Designer replied to the topic Displaying logged in user profile field value outside the loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/displaying-logged-in-user-profile-field-value-outside-the-loop/#post-173054</link>
				<pubDate>Fri, 18 Oct 2013 13:06:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks, it kinda works. Only if I&#8217;m viewing my profile page. If I view any other page on the site it doesn&#8217;t find the value and just displays: Account: </p>
<p>I am trying to run this in the header.php file of my template&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3437fd45895788f20fd181995cc35937</guid>
				<title>KS Web Designer started the topic Displaying logged in user profile field value outside the loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/displaying-logged-in-user-profile-field-value-outside-the-loop/</link>
				<pubDate>Fri, 18 Oct 2013 09:36:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, in my header file I would like to display the value of one of my xprofile fields for the currently logged in user. The field ID is &#8220;11&#8221;.</p>
<p>Basically I want an output that says something like:<br />
&#8220;Hi [username] &#8211; Account Type: [value of field 11]&#8221;</p>
<p>No problem getting the username, but I just can&#8217;t seem to access the value of field 11?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4801ed076efa1fbfb52135ec1036bd9c</guid>
				<title>KS Web Designer replied to the topic [Resolved] Retrieving username within the members-loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/etrieving-username-within-the-members-loop/#post-172625</link>
				<pubDate>Thu, 10 Oct 2013 16:48:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Spot on! Thanks <a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c874a3da439ab08998177c6a93df9bb2</guid>
				<title>KS Web Designer started the topic [Resolved] Retrieving username within the members-loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/etrieving-username-within-the-members-loop/</link>
				<pubDate>Thu, 10 Oct 2013 15:07:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have been editing the member list that&#8217;s shown on the member directory page. I am trying to show the username instead of the full name next to the avatar. So within the loop <code>&lt;?php while ( bp_members() ) : bp_the_member(); ?&gt;</code> I tried using <code>&lt;?php echo bp_displayed_user_username(); ?&gt;</code>, but that doesn&#8217;t show anything on the page. Where am I going&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">153f2f0ecb39ae12a872869f2781648e</guid>
				<title>KS Web Designer started the topic Listing user profiles filtered on xprofile field in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/listing-user-profiles-filtered-on-xprofile-field/</link>
				<pubDate>Wed, 09 Oct 2013 06:46:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is it possible to generate a page that lists users that have a certain value within a custom profile field. If, for example, I made a drop down list that asked for a persons favourite colour and the options were &#8216;Blue&#8217; or &#8216;Green&#8217; could I make a template that would give me access to the profile data for the two sets of users?</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0cc412a31f835919ef6709c9d9d2d735</guid>
				<title>KS Web Designer replied to the topic Editing sign up form text in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/editing-sign-up-form-text/#post-172304</link>
				<pubDate>Fri, 04 Oct 2013 10:04:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks that&#8217;s very helpful.</p>
<p>However I also need to make some code changes in the same general area, so if someone can help me locate the right place to be making those changes I would also appreciate it.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">636c28ca9de57e621403a0381a151cbc</guid>
				<title>KS Web Designer started the topic Editing sign up form text in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/editing-sign-up-form-text/</link>
				<pubDate>Thu, 03 Oct 2013 17:20:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is probably a very silly question, but. How do I edit the text above the registration form. The bit that reads: &#8220;Registering for this site is easy, just fill in the fields below and we&#8217;ll get a new account set up for you in no time.&#8221;</p>
<p>I have tried editing both of these files (which contain the text) but it didn&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-212660"><a href="http://buddypress.org/support/topic/editing-sign-up-form-text/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be900dd12434f46839393bf131302bd7</guid>
				<title>KS Web Designer replied to the topic Search page to search custom user fields in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/search-page-to-search-custom-user-fields/#post-172185</link>
				<pubDate>Wed, 02 Oct 2013 10:57:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>So I&#8217;m trying to figure this out on my own and I got as far as finding out that since BuddyPress 1.7 there&#8217;s a new class:  BP_User_Query &#8211; which should be similar to the standard wordpress WP_User_Query</p>
<p>However the official BuddyPress documentation page for the class is just a holding page (argh!) &#8211; <a href="http://codex.buddypress.org/developer/class-reference/bp_user_query/" rel="nofollow ugc"></a><a href="http://codex.buddypress.org/developer/class-refe&#038;hellip" rel="nofollow ugc">http://codex.buddypress.org/developer/class-refe&#038;hellip</a>;<span class="activity-read-more" id="activity-read-more-212631"><a href="http://buddypress.org/support/topic/search-page-to-search-custom-user-fields/#post-172185" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9b28453d1a0ce4a0dab50e994cf81af</guid>
				<title>KS Web Designer started the topic Search page to search custom user fields in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/search-page-to-search-custom-user-fields/</link>
				<pubDate>Wed, 02 Oct 2013 09:26:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I would like to create a custom search page that allows users to select various criteria from user profiles to search on. For example if I create a profile field that allows user to select either male or female in their profile I would also like to allow users searching to filter on that field.</p>
<p>Can anyone help or point me in a useful direction?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>