<?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 | 4ella | Activity</title>
	<link>https://buddypress.org/members/4ella/activity/</link>
	<atom:link href="https://buddypress.org/members/4ella/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for 4ella.</description>
	<lastBuildDate>Wed, 08 Apr 2026 20:57:10 +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">c5393f15ba1d077cb11386549cb5e3ea</guid>
				<title>4ella replied to the topic User Specific Front Page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/user-specific-front-page/#post-168070</link>
				<pubDate>Sun, 14 Jul 2013 17:03:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Snippets are always better, at least for me, less plugins better is, I don&#8217;t need this function but if I will need it I will choose this snippet, hope that <a href="http://buddypress.org/community/members/bphelp/" rel="nofollow ugc">@bphelp</a> is working on hundreds new useful snippets on his site, I will visit them daily 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee7a1ee3aec24ea73148e9b7814e5cc3</guid>
				<title>4ella replied to the topic User Specific Front Page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/user-specific-front-page/#post-168062</link>
				<pubDate>Sun, 14 Jul 2013 14:35:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think that Brajesh&#8217;s plugin does exactly this: <a href="http://buddydev.com/plugins/bp-redirect-to-profile/" rel="nofollow ugc">http://buddydev.com/plugins/bp-redirect-to-profile/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dbe10df327b0ca501e702c133e730e73</guid>
				<title>4ella replied to the topic Use BP data to populate per-user forms in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/use-bp-data-to-populate-per-user-forms/#post-168037</link>
				<pubDate>Sat, 13 Jul 2013 07:28:04 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/evrenk/" rel="nofollow ugc">@evrenk</a> That snippet works with gravity forms text field, I already know that it doesn&#8217;t work with dropdown fields, I didn&#8217;t test it with other fields as radio etc buttons, I will also try to find a solution for dropdown fields and if I will find it I will report it here.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">576052702b354744e8c1a92d5c5ba2a1</guid>
				<title>4ella started the topic Buddypics and BP Groups Frontpage plugin in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/buddypics-and-bp-groups-frontpage-plugin/</link>
				<pubDate>Thu, 11 Jul 2013 14:14:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>It seems that Tim Carey <a href="http://buddypress.org/community/members/timcarey/" rel="nofollow ugc">@timcarey</a> creator of very useful BP Groups Frontpage plugin stopped developing his plugin, this plugin&#8217;s images depends on BP album, I wanted to know how can we use that plugin with Buddypics instead , in admin part when I uninstall BP album I get this message: &#8220;You must have bp-album+ Installed for bp Group Frontpage&hellip;<span class="activity-read-more" id="activity-read-more-210903"><a href="http://buddypress.org/support/topic/buddypics-and-bp-groups-frontpage-plugin/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87ddd440e49ada38706a02302c933e65</guid>
				<title>4ella replied to the topic Use BP data to populate per-user forms in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/use-bp-data-to-populate-per-user-forms/#post-167899</link>
				<pubDate>Wed, 10 Jul 2013 19:15:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>If somebody need it, I got that working with gravity forms using this code, gravity forms parameter name= city<code>add_filter(&quot;gform_field_value_city&quot;, &quot;populate_city&quot;);<br />
function populate_city($value){<br />
     global $current_user;<br />
     get_currentuserinfo();<br />
     return xprofile_get_field_data(&#039;city&#039;, $current_user-&gt;ID);<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b0de359d5854481a073961e7fbdb59f1</guid>
				<title>4ella replied to the topic Use BP data to populate per-user forms in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/use-bp-data-to-populate-per-user-forms/#post-167896</link>
				<pubDate>Wed, 10 Jul 2013 17:34:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am trying something similar with gravity forms, I am trying to pre-populate gravity forms fields with buddypress profile data fields and I can&#8217;t get it work too, I am using something like this in functions.php if it helps:<code>// Buddypress pre-populate phone<br />
    add_filter(&quot;form_field_value_phone&quot;, &quot;populate_phone&quot;);<br />
    function populate_phone() {&hellip;</code><span class="activity-read-more" id="activity-read-more-210874"><a href="http://buddypress.org/support/topic/use-bp-data-to-populate-per-user-forms/#post-167896" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1e327f21c67454a084a0f0a2be97720</guid>
				<title>4ella replied to the topic Custom Post Types and Buddypress Activiy/posting in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/custom-post-types-and-buddypress-activiyposting/#post-167895</link>
				<pubDate>Wed, 10 Jul 2013 17:28:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>yes, You will only need 3 plugins in case that Achievements plugin supports Custom Post Types:<br />
1.Gravity Forms plugin<br />
2.Gravity Forms + Custom Post Types plugin<br />
3.Achievements plugin</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4b7fe330993e5428dc116811963e4b12</guid>
				<title>4ella replied to the topic Help with populating form in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-with-populating-form/#post-167812</link>
				<pubDate>Tue, 09 Jul 2013 16:04:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is very nice article about pre populating user meta: <a href="http://www.doitwithwp.com/pre-populate-fields-using-gravity-forms/" rel="nofollow ugc">http://www.doitwithwp.com/pre-populate-fields-using-gravity-forms/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6445d8f1e96b46e108a1e66523827e88</guid>
				<title>4ella replied to the topic Help with populating form in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-with-populating-form/#post-167809</link>
				<pubDate>Tue, 09 Jul 2013 15:58:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is the old thread but the same question, I didn&#8217;t want to spam here that&#8217;s why I will ask the same question here again, I would like to dynamically populate buddypress data into custom post types gravity forms when the user is logged in, I am succesfully populating wordpress user meta, but I don&#8217;t know the code in functions.php for buddypress&hellip;<span class="activity-read-more" id="activity-read-more-210791"><a href="http://buddypress.org/support/topic/help-with-populating-form/#post-167809" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd074edbdd2c5250b6ee63ac7a5323bf</guid>
				<title>4ella replied to the topic BuddyPress Profile Page Tabs in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddypress-profile-page-tabs/#post-167808</link>
				<pubDate>Tue, 09 Jul 2013 15:47:26 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tfazlani/" rel="nofollow ugc">@tfazlani</a> Would you mind sharing your working code Tfazlani?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c25a275753b312b16f8cf4b70a5b5a0</guid>
				<title>4ella replied to the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167599</link>
				<pubDate>Thu, 04 Jul 2013 22:11:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a>  I very apologize for my mistake, yesterday all the day I have been wrongly adding the bp-custom.php into bp-default folder instead of plugin directory, that&#8217;s why it was always the same, NOT working 🙁 your first code was correct, it is working good, plural names code didn&#8217;t work for me.<br />
<code>function inspired_record_more_types( $types )&hellip;</code><span class="activity-read-more" id="activity-read-more-210583"><a href="http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167599" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c2123cc437a1f24612f09ddb96dffd26</guid>
				<title>4ella replied to the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167585</link>
				<pubDate>Thu, 04 Jul 2013 18:06:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you, I will change it immediately and will try that and report it here.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">181dd607b3e7fe58c5dfec438692bd6a</guid>
				<title>4ella replied to the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167577</link>
				<pubDate>Thu, 04 Jul 2013 16:46:55 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> Thanks again for your respond, but I can&#8217;t get it work, pls. take a look at my custom-type.php on pastebin where I have 4 custom post types registered:<br />
<a href="http://pastebin.com/PuQczr0A" rel="nofollow ugc">http://pastebin.com/PuQczr0A</a><br />
maybe I should also register plural name to make it work ?</p>
<p>and pls.take a look at your code in my bp-custom.php:<br />
<a href="http://pastebin.com/B9xUuMN8" rel="nofollow ugc">http://pastebin.com/B9xUuMN8</a></p>
<p>I&#8217;ve tried&hellip;<span class="activity-read-more" id="activity-read-more-210560"><a href="http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167577" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">245629da586f0b902ff98c350f75352b</guid>
				<title>4ella replied to the topic [Resolved] BP1.8-beta1 &#038; WP3.6-beta4–Blank frontend when using BP default theme in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167556</link>
				<pubDate>Thu, 04 Jul 2013 08:23:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, something&#8217;s strange, it works now, I have removed my customized buddypress and I have installed the fresh one (I don&#8217;t use child themes, (I always rewrite only css file and pages) so I gave back all my files including functions.php bp-custom.php one by one and now it works again. Unfortunately I can&#8217;t say what was wrong, maybe WP 3.6-beta4&hellip;<span class="activity-read-more" id="activity-read-more-210539"><a href="http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167556" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">217735e5c9a38040ed5177218af22d58</guid>
				<title>4ella replied to the topic [Resolved] BP1.8-beta1 &#038; WP3.6-beta4–Blank frontend when using BP default theme in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167546</link>
				<pubDate>Thu, 04 Jul 2013 06:54:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t have any plugin active except buddypress plugin, which I have several times deactivated and activated, I have also overwritten 2 times all wordpress files in case that some of them was uploaded badly, still no luck, it seems like those 2 beta versions don&#8217;t like each other, bp 1.8 is working excellent because the first upgrade was BP-1.8&hellip;<span class="activity-read-more" id="activity-read-more-210529"><a href="http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167546" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f68112814bb68094f221379fd5c9ff7</guid>
				<title>4ella started the topic [Resolved] BP1.8-beta1 &#038; WP3.6-beta4–Blank frontend when using BP default theme in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/</link>
				<pubDate>Wed, 03 Jul 2013 22:33:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have installed both latest BETA WORDPRESS &amp; BUDDYPRESS BETA&#8217;s versions and after WP 3.6-beta4 worpdress upgrade I can&#8217;t get frontend when using BP 1.8-beta1 buddypress bp-default theme, I can work in admin backend, but I can&#8217;t do anything in frontend until I switch to one of WordPress default themes (to all Twenty Ten, Twenty Thirteen etc.)&hellip;<span class="activity-read-more" id="activity-read-more-210487"><a href="http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f910adad41e44b1f3a0a4367f9a9473</guid>
				<title>4ella replied to the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167494</link>
				<pubDate>Wed, 03 Jul 2013 19:11:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes I do, in settings I have checked: Record activity for new posts and comments from your site, I was succesfully using this snippet for single CPT all the time, but I ve&#8217;forgot to say that  yesterday I&#8217;ve installed latest 1.8 Beta BP version, maybe 1.8 version is different and I have not tried single Custom Post Type activity recording with this&hellip;<span class="activity-read-more" id="activity-read-more-210475"><a href="http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167494" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c14c25d28690475ee8792dadf185225c</guid>
				<title>4ella replied to the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/#post-167492</link>
				<pubDate>Wed, 03 Jul 2013 18:26:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a>, but this code seems like not working, I have also changed everywhere ‘ to this &#8216;  🙁</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8ef5c2c62abe94dc918126e956b9acb</guid>
				<title>4ella started the topic Multiple custom post types in activity stream in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/</link>
				<pubDate>Wed, 03 Jul 2013 16:35:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have posted the comment on support forum yesterday, but I have never see it published maybe because the thread was marked as (resolved) so I will ask again:</p>
<p>I am succesfuly using <a href="http://buddypress.org/community/members/rogercoathup/" rel="nofollow ugc">@rogercoathup</a> ‘s snippet in bp_custom.php to display custom post type in activity stream, but I would like to use more then ONE CPTs in my activity stream, how can I&hellip;<span class="activity-read-more" id="activity-read-more-210468"><a href="http://buddypress.org/support/topic/multiple-custom-post-types-in-activity-stream/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6349836941f0fa0da4ec6a0baa416c3c</guid>
				<title>4ella replied to the topic [Resolved] Show member recent post in members loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/show-member-recent-post-in-members-loop/#post-167044</link>
				<pubDate>Thu, 27 Jun 2013 18:09:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>I would like to ask to <a href="http://buddypress.org/community/members/henrywright-1/" rel="nofollow ugc">@henrywright-1</a><br />
how could I display 1 latest post from different custom post types, I have several CPT posts  as a &#8220;portfolio&#8221;, &#8220;applicant&#8221;, &#8220;employer&#8221;. I would like to display 1 latest post from every custom post type (if exists because for example CPT applicant creates user role applicant, so it is not an employer), I&hellip;<span class="activity-read-more" id="activity-read-more-210031"><a href="http://buddypress.org/support/topic/show-member-recent-post-in-members-loop/#post-167044" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3deaddcf19f09ede522948b2f8d13db6</guid>
				<title>4ella replied to the topic Import Social Contacts in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/import-social-contacts/#post-166640</link>
				<pubDate>Sun, 23 Jun 2013 06:38:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ahh, ok <a href="http://buddypress.org/community/members/ankytt/" rel="nofollow ugc">@ankytt</a> I was confused because your question was: </p>
<blockquote><p>I am finding a Plugin that allows me to import friends from various &#8230;</p></blockquote>
<p>How did you resolve your facebook friends? I was trying to get my friend&#8217;s email addresses from facebook in order to invite them to my site (but I didn&#8217;t want to invite them via fb messages) and till now I didn&#8217;t find&hellip;<span class="activity-read-more" id="activity-read-more-209644"><a href="http://buddypress.org/support/topic/import-social-contacts/#post-166640" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">664c49e603f5f53a69153c26874ba134</guid>
				<title>4ella replied to the topic Import Social Contacts in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/import-social-contacts/#post-166564</link>
				<pubDate>Fri, 21 Jun 2013 23:01:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>What is it Facebook invite ? Did you mean facebook friends inviter? How do you want to import the friends? You cannot import anybody unless you have their agreement I think. Facebook&#8217;s friends are not yours, but facebook&#8217;s, you can only import their email addresses and usernames and this plugin should be  interesting to, but I think that many&hellip;<span class="activity-read-more" id="activity-read-more-209573"><a href="http://buddypress.org/support/topic/import-social-contacts/#post-166564" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3e2c12e525cfb67988d0befd173793f</guid>
				<title>4ella replied to the topic [Resolved] Show posts written by user on profile in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/#post-166393</link>
				<pubDate>Wed, 19 Jun 2013 15:18:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I have latest 1.7.2 version of Buddypress and latest version of wordpress but all I see is the tab for “My Posts” but without any post in it even if those members has 5 , 100 or me 1000 posts , is it updated for latest version, still working? </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5cd823369521b6d1a574feac8ae5a2f5</guid>
				<title>4ella replied to the topic Display user&#039;s role on the members-loop.php file in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/display-users-role-on-the-members-loop-php-file/#post-166157</link>
				<pubDate>Sun, 16 Jun 2013 11:25:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a>,  does your code work yet with the current version of Buddypress?<br />
I get empty members directory when I put this `&lt;?php<br />
global $members_template;</p>
<p>$user_id = $members_template-&gt;member-&gt;id;<br />
$user = new WP_User($user_id);</p>
<p>$role = array_keys($user-&gt;wp_capabilities,”1″);</p>
<p>echo ‘User Level: ‘ . $role[0];<br />
?&gt;`  into the members&hellip;<span class="activity-read-more" id="activity-read-more-209180"><a href="http://buddypress.org/support/topic/display-users-role-on-the-members-loop-php-file/#post-166157" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c60831e4557acfdf9eb6d29c653e3c9d</guid>
				<title>4ella replied to the topic Dynamic profile fields in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-profile-fields/#post-165986</link>
				<pubDate>Thu, 13 Jun 2013 21:57:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>nice idea, bump</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">627bc39745a377f51ec20d7780a65748</guid>
				<title>4ella replied to the topic [Resolved] 2 columns members list in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/2-columns-members-list/#post-165725</link>
				<pubDate>Mon, 10 Jun 2013 20:05:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you very much <a href="http://buddypress.org/community/members/danbp/" rel="nofollow ugc">@danbp</a> 🙂 this is exactly what I was searching for</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d12d3f3469e369b521065eaaf770a6f7</guid>
				<title>4ella started the topic [Resolved] 2 columns members list in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/2-columns-members-list/</link>
				<pubDate>Sun, 09 Jun 2013 19:08:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I would like to create 2 columns members list, I was searching all the forum and didn&#8217;t find anything what could help me, only on WPMUdev forum I have found 2 old year code, but I don&#8217;t know where exactly to insert it and if it works and if it miss something<code>$array1 = array_slice($array, 0, ceil(count($array) / 2));<br />
$array2 =&hellip;</code><span class="activity-read-more" id="activity-read-more-208716"><a href="http://buddypress.org/support/topic/2-columns-members-list/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e8ae6f70dd902a62dfe82a017379533</guid>
				<title>4ella replied to the topic Tags for forum in sidebar are exceeding width of sidebar in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/tags-for-forum-in-sidebar-are-exceeding-width-of-sidebar/#post-165614</link>
				<pubDate>Sat, 08 Jun 2013 21:03:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can somebody help me with too big sidebar forum tags issue? </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">156d72f08cd70592d3256c47a1b5ae75</guid>
				<title>4ella replied to the topic Tags for forum in sidebar are exceeding width of sidebar in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/tags-for-forum-in-sidebar-are-exceeding-width-of-sidebar/#post-165224</link>
				<pubDate>Sun, 02 Jun 2013 08:02:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have the same problem as <a href="http://buddypress.org/community/members/nickharambee/" rel="nofollow ugc">@nickharambee</a> , the code from <a href="http://buddypress.org/community/members/chouf1/" rel="nofollow ugc">@chouf1</a> above doesn&#8217;t work for me, where in the templates can I decrease the largest number (should be 42?) somewhere in the templates?<br />
second question where in MySQL database can I remove old spammed forum title tags, they unfortunately remained after removing spammy groups.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f6f684e8abc182d550882d089429cfe7</guid>
				<title>4ella replied to the topic Duplicate Group Components (Multiple Group Types) in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/duplicate-group-components-multiple-group-types/#post-164914</link>
				<pubDate>Tue, 28 May 2013 07:21:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/fordp/" rel="nofollow ugc">@fordp</a> pls.inform us when you will finish your tutorial, I would like to create a second group too.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02edb0696f25a6dd17e4707a6a38aed7</guid>
				<title>4ella replied to the forum topic New Idea for the Plugin. in the group BuddyPress Docs</title>
				<link>http://buddypress.org/community/groups/buddypress-docs/forum/topic/new-idea-for-the-plugin/#post-108529</link>
				<pubDate>Tue, 13 Sep 2011 06:03:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>As far as I noticed there&#8217;s already possibility to change the tab&#8217;s name of the DOCS in BP 1.5 (but only for all groups together &#8211; in wordpress dashboard settings) ,<br />
Feature image(icon) would be great , more [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1dbd01e25450ce203c12b74b957f38f</guid>
				<title>4ella joined the group bbPress</title>
				<link>https://buddypress.org/updates/p/179891/</link>
				<pubDate>Mon, 12 Sep 2011 17:36:36 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2c5ee3fc5ec9f2256e04e3edeb309d07</guid>
				<title>4ella replied to the forum topic adding group fields in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-group-fields/#post-108372</link>
				<pubDate>Sat, 10 Sep 2011 09:16:55 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/qrahaman/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/qrahaman/" rel="nofollow ugc">@qrahaman</a>  yes , group fields are already working for us on that link and I got from <a href="http://buddypress.org/community/members/brajesh/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/brajesh/" rel="nofollow ugc">@brajesh</a> <a href="http://www.buddydev.com" rel="nofollow ugc">http://www.buddydev.com</a> even better solution for group custom fields (maybe non paid members can&#8217;t see it)  [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80bd6fe3389b7101919654791c00ca29</guid>
				<title>4ella joined the group gPress</title>
				<link>https://buddypress.org/updates/p/176962/</link>
				<pubDate>Tue, 30 Aug 2011 09:41:00 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8542a2ba9d2cdd2d3b8ac0012c7d7509</guid>
				<title>4ella replied to the forum topic Adding Custom Fields to Groups in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-custom-fields-to-groups/#post-107321</link>
				<pubDate>Thu, 25 Aug 2011 11:09:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/sirspacey/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/sirspacey/" rel="nofollow ugc">@sirspacey</a> take a look here:<br />
<a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">396b07177a39399d1aa1b4b269ee598d</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Tue, 23 Aug 2011 23:41:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you very very much <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> !!<br />
I think that somebody would be happy to use fully working Buddypress Group Fields boones&amp;modemloopers [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">469830e452ce854db3315403cc6ff629</guid>
				<title>4ella replied to the forum topic How to edit a post in buddypress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-edit-a-post-in-buddypress/#post-107131</link>
				<pubDate>Tue, 23 Aug 2011 09:27:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>there is a plugin from <a href="http://buddypress.org/community/members/brajesh/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/brajesh/" rel="nofollow ugc">@brajesh</a>: </p>
<blockquote data-secret="86pUNto2Eo" class="wp-embedded-content"><p><a href="https://buddydev.com/plugins/blog-categories-for-groups/" rel="nofollow ugc">Blog Categories For Groups</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://buddydev.com/plugins/blog-categories-for-groups/embed/#?secret=86pUNto2Eo" data-secret="86pUNto2Eo" width="515" height="290" title="&#8220;Blog Categories For Groups&#8221; &#8212; BuddyDev" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br />
where he would like to add a simple post from Groups admin [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">129355eb908c211bc4821980bab1fd7d</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Tue, 23 Aug 2011 08:52:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>As far as I know those fields are already in GROUP creation form (in first step exactly ) , fields are also in GROUP edit form ,  everything working fine for me ( at least by me modified boone&#8217;s&amp;modemlooper&#8217;s code <a href="http://pastebin.com/X2tn22ys" rel="nofollow ugc">http://pastebin.com/X2tn22ys</a> [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb1927c6ea85a6b9f71373ffb5b2c3f4</guid>
				<title>4ella replied to the forum topic display custom field in group-header.php in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-field-in-group-header-php/#post-107128</link>
				<pubDate>Tue, 23 Aug 2011 08:12:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/buddyrhev/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/buddyrhev/" rel="nofollow ugc">@buddyrhev</a>  pls. watch this thread , this thread is new and currently searching for the same answer as you search:  <a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97a86b12ad00279a0e930e4cb4ebb564</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Tue, 23 Aug 2011 08:06:49 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/untilthen5/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/untilthen5/" rel="nofollow ugc">@untilthen5</a>  my PHP knowledge is adequate to zero , so I didn&#8217;t find any solution , I was studying &lt;a href=&#039;<a href="http://buddypress.org/community/members/slaFFik/&#038;#039" rel="nofollow ugc">http://buddypress.org/community/members/slaFFik/&#038;#039</a>; [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf1395b28892809bdc79ac4d0cb0541e</guid>
				<title>4ella replied to the forum topic display custom field in group-header.php in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-field-in-group-header-php/#post-107089</link>
				<pubDate>Mon, 22 Aug 2011 20:11:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>bump </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fed291a3af5bf53137e8981df905e108</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Sun, 21 Aug 2011 22:36:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s what I want to know too , I hope that displaying group&#8217;s custom fields is a similar as the displaying profile&#8217;s custom fields code in the members-header.php. I will study it further.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d574b75745abcdc22be0a8fe72362701</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Sun, 21 Aug 2011 22:06:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/alfredojp/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/alfredojp/" rel="nofollow ugc">@alfredojp</a> this code below is working for me well  (the same as above but exact PHP code without WP-BP destroying PHP codes) and is saving all my [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6c0dc7a3914ea5ca7a7b19c615ff9ff</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Sat, 20 Aug 2011 13:22:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><code><br />
php if ( $data = bp_get_profile_field_data( 'field=State' ) ) : </p>
<p>         State/Region: <span>php echo $data</span></p>
<p>php endif</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2df63b274e100bafcfd28d124501205c</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Sat, 20 Aug 2011 13:20:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks modemlooper , type=&#8221;checkbox&#8221; will not be enough I guess , adding the options works the same as for dropdown menu? I will study it farther , your little plugin works nice for me at the moment, I don&#8217;t need nothing else [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9a665959b2bccb74570c6aa4ac8d9d19</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Sat, 20 Aug 2011 02:09:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>If somebody interested I have modified <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> buddypress-group-fields.php for my website<br />
I have deleted $links , so it doesn&#8217;t show WARNING [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">891e69c73404b1eefd715a6d73568f35</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Fri, 19 Aug 2011 09:09:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>For displaying member profiles fields I use this code in member-header.php:<br />
php if ( $data = bp_get_profile_field_data( &#8216;field=State&#8217; ) ) : </p>
<p>         State/Region: <span>php echo $data </span><br />
 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6fc8072649c5dd15a531583e48e13728</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Fri, 19 Aug 2011 09:03:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>For displaying member profiles fields I use this code in member-header.php:</p>
<p>         State/Region: <span> [&hellip;]</span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4885eb75c708a045f066eaa21c16b242</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Wed, 17 Aug 2011 18:51:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>I didn&#8217;t install it on a live site, so I am not risking anything , I am not a programmer so I try to help at least by testing, on my opinion this feature (groups custom fields ) is one of the most important features to most of [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5790c646d2c63cb7b4dcca2f1f4bd74e</guid>
				<title>4ella replied to the forum topic How to add fields to group creation with Group extension API (please read) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read</link>
				<pubDate>Wed, 17 Aug 2011 13:58:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>second test after deactivating Group Extras was the same, so It doesn&#8217;t memorize all fields below the field &#8220;phone number&#8221; which sometimes doesn&#8217;t work too because after the saving it change the value into the value of the [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>