<?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 | buckyb | Activity</title>
	<link>https://buddypress.org/members/buckybeever/activity/</link>
	<atom:link href="https://buddypress.org/members/buckybeever/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for buckyb.</description>
	<lastBuildDate>Tue, 07 Apr 2026 05:46:04 +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">7bf97e5fe9315fe9f5ae3b6784c4c4be</guid>
				<title>buckyb started the topic using xprofile fields now have a white page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/using-xprofile-fields-now-have-a-white-page/</link>
				<pubDate>Tue, 08 Nov 2016 16:55:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I&#8217;m using the plugin BuddyPress Admin Only Profile Fields to hide certain xprofile fields, I have quite a few, when viewing the admin EDIT (front view) page, it shows a blank white screen.  I cannot figure out whats wrong with the site, if anyone can help I&#8217;d greatly appreciate it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfc5601451db1e9081761bf027e9c2c0</guid>
				<title>buckyb started the topic xprofile fields slow site? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-fields-slow-site/</link>
				<pubDate>Mon, 07 Nov 2016 21:11:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Wondering whether or not having over a thousands xprofile fields will slow down wp site.  My site seems to be rather slow, and I think this might be an issue, can anyway confirm this?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08634db0e7f3d1e141aafe1e0bc3cd14</guid>
				<title>buckyb replied to the topic Hide Profile Group Tab from Admin if Level 1 (s2Member) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-group-tab-from-admin-if-level-1-s2member/#post-247818</link>
				<pubDate>Wed, 16 Dec 2015 19:04:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you for replying, I tried to figure it out on my own, but I cant get it to work.  I changed some of the lines, and included what you have, but it breaks the site. (still learning, please bear with me)  </p>
<p><code>function bpfr_hide_profile_field_group( $retval ) {<br />
$displayed_user_level = some_s2_function( bp_displayed_user_id() );<br />
if(&hellip;</code><span class="activity-read-more" id="activity-read-more-496429"><a href="https://buddypress.org/support/topic/hide-group-tab-from-admin-if-level-1-s2member/#post-247818" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b37040cb399d786917d982c2fcbc856</guid>
				<title>buckyb started the topic Hide Profile Group Tab from Admin if Level 1 (s2Member) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-group-tab-from-admin-if-level-1-s2member/</link>
				<pubDate>Wed, 02 Dec 2015 18:43:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, </p>
<p>I have 2 s2member levels, and quite a bit of groups for each level, it&#8217;s getting confusing for the admin when editing. I&#8217;d like to hide some of the groups from the admin in the EDIT section if the user is in a specific level.</p>
<p>I found this below and tweaked it for s2member, but alas it doesn&#8217;t work LOL, if anyone can help, would greatly&hellip;<span class="activity-read-more" id="activity-read-more-490527"><a href="https://buddypress.org/support/topic/hide-group-tab-from-admin-if-level-1-s2member/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eb0211ace95d641978be6d877a3872b7</guid>
				<title>buckyb replied to the topic Xprofile fields frontend editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-fields-frontend-editing/#post-246458</link>
				<pubDate>Fri, 06 Nov 2015 22:54:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think I&#8217;m close 🙂</p>
<p>I got the field I want to show up on my custom page, but I can&#8217;t figure out how to make it edit and submit the changes to the right group.  Here&#8217;s what I&#8217;m using in my custom editing page:</p>
<p>&lt;?php do_action( &#8216;bp_before_profile_edit_content&#8217; );</p>
<p>if ( bp_has_profile( &#8216;profile_group_id=&#8217; . bp_get_current_profile_group_id() ) )&hellip;<span class="activity-read-more" id="activity-read-more-480844"><a href="https://buddypress.org/support/topic/xprofile-fields-frontend-editing/#post-246458" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21242d0cbd74cb0e4762f6a12e635cb6</guid>
				<title>buckyb replied to the topic Xprofile fields frontend editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-fields-frontend-editing/#post-246456</link>
				<pubDate>Fri, 06 Nov 2015 22:10:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve decided to try and put the fields in a separate custom editing page, and I&#8217;m searching for how to add each extended editable input xprofile field individually, with their id number.  I think that will help solve the styling issue.  I&#8217;ve been searching for something similar like this so I can see how to accomplish this, if anyone can suggest&hellip;<span class="activity-read-more" id="activity-read-more-480832"><a href="https://buddypress.org/support/topic/xprofile-fields-frontend-editing/#post-246456" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8661a0882d49c18cbe6390687e209c6c</guid>
				<title>buckyb started the topic Xprofile fields frontend editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-fields-frontend-editing/</link>
				<pubDate>Fri, 06 Nov 2015 01:09:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Does anyone know how to style the custom xprofile fields that are displayed in the frontend in a different way, like in rows and tables?  I have alot of them and would like to style them, to make it easier for the admin to edit, they are going to be admin edit only.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40d1d0d99e578f8b6643508bae213088</guid>
				<title>buckyb replied to the topic [Resolved] Hide Custom Tab Only To Account Owner &#038; Admin in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-custom-tab-only-to-account-owner-admin/#post-246164</link>
				<pubDate>Sat, 31 Oct 2015 00:40:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you so much!  Yep it works 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dabc697105b3520a79ef96c15f1b0fd0</guid>
				<title>buckyb started the topic [Resolved] Hide Custom Tab Only To Account Owner &#038; Admin in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-custom-tab-only-to-account-owner-admin/</link>
				<pubDate>Fri, 30 Oct 2015 20:10:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>Was wondering how to hide a custom tab I created and show it only to the account owner and the admin only.</p>
<p>This is my custom tab</p>
<p>function profile_new_nav_item() {<br />
    global $bp;<br />
	$post_count = count_user_posts_by_type( $bp-&gt;displayed_user-&gt;id );</p>
<p>    bp_core_new_nav_item(<br />
    array(<br />
        &#8216;name&#8217;                =&gt; &#8216;My Page&#8217;,&hellip;<span class="activity-read-more" id="activity-read-more-478202"><a href="https://buddypress.org/support/topic/hide-custom-tab-only-to-account-owner-admin/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f24f5e08f32136aece4f97b17dddbd0c</guid>
				<title>buckyb&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/476951/</link>
				<pubDate>Tue, 27 Oct 2015 17:13:21 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ced3cd71b40bfe3332c8a9348c3f3118</guid>
				<title>buckyb posted an update: @windhamdavid Hello, can you explain how to do [&#133;]</title>
				<link>https://buddypress.org/updates/p/124851/</link>
				<pubDate>Fri, 24 Dec 2010 00:01:05 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/windhamdavid/" rel="nofollow ugc">@windhamdavid</a> Hello, can you explain how to do this:</p>
<p><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-a-user-nominate-or-invite-users-wo-open-registration/" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-a-user-nominate-or-invite-users-wo-open-registration/</a></p>
<p>Thank you I really appreciate it!!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3a1bf81152204614d39490569bbc57c0</guid>
				<title>buckybeever started the forum topic Private Message Ajax loader in IE in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/private-message-ajax-loader-in-ie/</link>
				<pubDate>Fri, 03 Dec 2010 23:00:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m also having issues with the &#8220;compose&#8221; page in IE.  The ajax loader doesn&#8217;t show up.  It works sometimes in firefox, but I&#8217;d like to figure out why it doesn&#8217;t work in IE.  Any help would be greatly appreciated.  Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de260aee471b693efe75f6bbf42ee30e</guid>
				<title>buckybeever started the forum topic Member message sequence in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/member-message-sequence/</link>
				<pubDate>Fri, 03 Dec 2010 22:26:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>The messages don&#8217;t go up in sequence, they remain at 1, how can I fix this?</p>
<p>Thanks 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">78c4e8cb868d29741490a45dcf044f42</guid>
				<title>buckybeever joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/120800/</link>
				<pubDate>Fri, 03 Dec 2010 22:26:47 +0000</pubDate>

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