<?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 | GRAQ | Activity</title>
	<link>https://buddypress.org/members/graq/activity/</link>
	<atom:link href="https://buddypress.org/members/graq/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for GRAQ.</description>
	<lastBuildDate>Sun, 05 Apr 2026 19:08:59 +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">ea97db34737916251d7c3dfeb48f5dfc</guid>
				<title>GRAQ posted on the forum topic Creating large dropdowns in profile admin in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/creating-large-dropdowns-in-profile-admin/#post-95498</link>
				<pubDate>Fri, 08 Apr 2011 09:59:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>It has indeed worked a treat. Seems very possible for someone to extend this into a csv-style upload (as there once was, by the looks of my searching).</p>
<p>I am vaguely interested in how &#8216;uploading a spreadsheet into a database&#8217; works 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1dcaa96629e0b8037b6104df19cce658</guid>
				<title>GRAQ posted on the forum topic X Profile Field Drop Downs do not work (not selected) in Edit Profile page. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page</link>
				<pubDate>Fri, 08 Apr 2011 09:57:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>This does mean, however, that (as the search is in a side bar widget), those values a preselected in the search on the profile page.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">778ea0b04d939122e806048d06a1edf0</guid>
				<title>GRAQ posted on the forum topic X Profile Field Drop Downs do not work (not selected) in Edit Profile page. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page</link>
				<pubDate>Fri, 08 Apr 2011 08:34:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just for now, I have edited bp-profile-search bps_field_options filter function, adding:<code>if( is_user_logged_in() )<br />
  if( bp_is_home() )<br />
    return $html;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe4180327a083a290eb7ed014dfc1029</guid>
				<title>GRAQ posted on the forum topic X Profile Field Drop Downs do not work (not selected) in Edit Profile page. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page</link>
				<pubDate>Fri, 08 Apr 2011 08:27:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Looking through the code it appears to be the bp-profile-search plugin that causes a conflict. profile/edit.php &#8211; <code>$html .= apply_filters( &#039;bp_get_the_profile_field_options_select&#039;, &#039; name ) ) . &#039;&quot;&gt;&#039; . stripslashes( esc_attr( $options-&gt;name ) ) . &#039; &#039;, $options );</code> bps-functions.php ` add_filter (&#8216;bp_get_the_profile_field_options_select&#8217;,&hellip;<span class="activity-read-more" id="activity-read-more-147221"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d2c4bd481a2872df32233ed738c739ac</guid>
				<title>GRAQ posted on the forum topic X Profile Field Drop Downs do not work (not selected) in Edit Profile page. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page</link>
				<pubDate>Fri, 08 Apr 2011 07:56:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Running WP 3.1 BP 1.2.8<br />
Have installed a search plugin where the drop downs are working. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f480cdb11c47722d8df40844b059fb7</guid>
				<title>GRAQ started the forum topic [RESOLVED(ish)] Update avatar automagically in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/update-avatar-automagically/</link>
				<pubDate>Thu, 07 Apr 2011 15:35:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am trying to fetch a file from an external resource and set it as a user&#8217;s avatar.<br />
I&#8217;m using cURL to fetch the image. I have looked through bp_core_avatar_handle_upload() but this is geared towards a form post from the user&#8217;s hdd. Is there a way that I can do this?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4394245f76be3a05600ac0698758c007</guid>
				<title>GRAQ posted on the forum topic Update avatar automagically in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/update-avatar-automagically/#post-95429</link>
				<pubDate>Thu, 07 Apr 2011 15:35:17 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/r-a-y/" rel="nofollow ugc">@r-a-y</a> I decided to munge in the external image file (continued in another topic)<br />
<a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b280b0ca5aa2eeb1939a2bdef56a51f0</guid>
				<title>GRAQ started the forum topic X Profile Field Drop Downs do not work (not selected) in Edit Profile page. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/x-profile-field-drop-downs-do-not-work-not-selected-in-edit-profile-page</link>
				<pubDate>Thu, 07 Apr 2011 15:31:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have some drop down fields. When a user goes to edit them, the data is saved correctly. However, when they revisit the edit profile tab, none of the drop downs show as selected. Is this a bug? Or have I broken something?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f86a7d19cf19a795c500f44b9cddd38a</guid>
				<title>GRAQ posted on the forum topic Creating large dropdowns in profile admin in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/creating-large-dropdowns-in-profile-admin/#post-95427</link>
				<pubDate>Thu, 07 Apr 2011 15:28:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ultimateuser/" rel="nofollow ugc">@ultimateuser</a> Do you mean write values directly into bp_xprofile_fields ? I wrote some dirty SQL to do just that. ` $insertsql = $wpdb-&gt;prepare(&#8220;INSERT INTO {$tablename} (group_id, parent_id, type, name, description, is_required, order_by, field_order, is_default_option, option_order ) VALUES (%d, %d, %s, %s, %s, %d, %s, %d, %d, %d )&#8221;, $group_id,&hellip;<span class="activity-read-more" id="activity-read-more-147106"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/creating-large-dropdowns-in-profile-admin/#post-95427" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25d06a52f346b2be002e1e0b45abdd90</guid>
				<title>GRAQ started the forum topic Creating large dropdowns in profile admin in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/creating-large-dropdowns-in-profile-admin/</link>
				<pubDate>Thu, 07 Apr 2011 13:53:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s a big manual job to create drop downs for countries, zip codes, towns, postcodes (and so on). I have a spreadsheet/table with all the values in that I want to add to the dropdown option. Can anyone point me in the right direction for the admin functions I could call to do this programmatically? [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9e39d07b8817076406d734555b8f9ce</guid>
				<title>GRAQ posted on the forum topic Load external file as avatar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar/#post-95411</link>
				<pubDate>Thu, 07 Apr 2011 13:39:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Super, so I&#8217;m now pulling it in with imagecreatefromjpeg(&#8216;http://&#8230;&#8217;); and saving it with imagejpeg().<br />
Anyway to auto crop to get the images into a nice square shape?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">24ebeb6e78fb689508d6951d4f6db04c</guid>
				<title>GRAQ posted on the forum topic Load external file as avatar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar/#post-95407</link>
				<pubDate>Thu, 07 Apr 2011 12:52:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>The files are not loaded into the media library, but stored in wp-content/uploads/avatars/USER_ID/-<br />
I can do that. Is there a way I can make BP create the various sizes?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23ec2e0497109823b6c93c2820a84d4e</guid>
				<title>GRAQ started the forum topic Load external file as avatar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar/</link>
				<pubDate>Thu, 07 Apr 2011 12:38:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there a way to load a file from an external site (cURL?) and assign that as a member&#8217;s avatar? There must be other ways to do than just manually via the avatar edit form page?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef4750bddb6df1d9fa54916fb161408a</guid>
				<title>GRAQ posted on the forum topic Update avatar automagically in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/update-avatar-automagically/#post-95405</link>
				<pubDate>Thu, 07 Apr 2011 12:36:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Tanks ray. That sets a default across the board. There is no way to point to individually sourced external images.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7593492f7a78e84405989a25160275ae</guid>
				<title>GRAQ started the forum topic Stop ’small carousel’ members list on profile page displaying ’friends only’ in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/stop-small-carousel-members-list-on-profile-page-displaying-friends-only</link>
				<pubDate>Wed, 06 Apr 2011 14:28:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>A fairly normal page loop in the header might do something like: <code>bp_has_members(&quot;type=random&amp;per_page=12&amp;max=12&amp;user_id=false&quot;)</code> Looking through the code, the small carousel of members ultimately calls <code>bp_has_members()</code> in <code>plugins/buddypress/bp-core/bp-core-templatetags.php</code> This over rides any user_id arguments with this line: <code>if ( !empty(&hellip;</code><span class="activity-read-more" id="activity-read-more-146914"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/stop-small-carousel-members-list-on-profile-page-displaying-friends-only" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1faaf0e115e3ada5e3906a33108aa3a</guid>
				<title>GRAQ joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/146893/</link>
				<pubDate>Wed, 06 Apr 2011 11:05:14 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">64badcfde1c7d165873b82efdde2854c</guid>
				<title>GRAQ started the forum topic Put Profile Field (Groups) in Member Home Nav and Search Results as Search Links in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/put-profile-field-groups-in-member-home-nav-and-search-results-as-search</link>
				<pubDate>Wed, 08 Dec 2010 13:41:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>I would like add 2 new profile fields (either in Base or as a new Field Groups, doesn&#8217;t matter). I&#8217;d like these fields to be displayed in the member profile pages and search results so they can be searched on directly. E.G. Dave has noted himself as a &#8216;Plumber&#8217; in the profile field &#8216;Profession&#8217;. Search [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4954259d687b66d451c2930374338a92</guid>
				<title>GRAQ started the forum topic Installing on WPMU 2.9.1 in the group Installing BuddyPress</title>
				<link>http://buddypress.org/community/groups/installing-buddypress/forum/topic/installing-on-wpmu-2-9-1/</link>
				<pubDate>Mon, 01 Nov 2010 12:07:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi I have been tasked with installing BuddyPress on a WordPress MU 2.9.1 site. It has many custom plugins built for it that are making upgrading to WP3 an unlikely event at this stage. Can someone point me in the right direction to get a version of BP that will work with a MU 2.9.1 [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>