<?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 | eliasbr | Activity</title>
	<link>https://buddypress.org/members/eliasbr/activity/</link>
	<atom:link href="https://buddypress.org/members/eliasbr/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for eliasbr.</description>
	<lastBuildDate>Thu, 09 Apr 2026 08:42:17 +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">c7a5b4b3061e480440fb9d842b7673ed</guid>
				<title>eliasbr posted an update in the group BP Profile Privacy: I&#039;ve also added a new privacy level: To show a field only [&#133;]</title>
				<link>https://buddypress.org/updates/p/140495/</link>
				<pubDate>Fri, 04 Mar 2011 18:40:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve also added a new privacy level: To show a field only for logged in members. Anybody interested?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4b3e3648d819979e12a11e5cbc1dd6a3</guid>
				<title>eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress</title>
				<link>http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/#post-91654</link>
				<pubDate>Fri, 04 Mar 2011 18:38:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>OK, it&#8217;s impossible to have any backslashes in this forum.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f5cb2b98bbf57b353e5c03759d286684</guid>
				<title>eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress</title>
				<link>http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/#post-91653</link>
				<pubDate>Fri, 04 Mar 2011 18:37:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is just a test:<br />
One backslash:<br />
Two backslashes: \<br />
Three backslashes: \<br />
Same inside of backticks:<code>One backslash:<br />
Two backslashes: \<br />
Three backslashes: \</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3113886edc96f64d284d692153073728</guid>
				<title>eliasbr posted on the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress</title>
				<link>http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/#post-91652</link>
				<pubDate>Fri, 04 Mar 2011 18:35:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>The code was altered when I inserted it here. Some backslashes are missing. Anyhow, since I wrote that, I&#8217;ve improved the code because it didn&#8217;t handle links in the middle of texts: ` function strip_search_links($str) { // Remove outmost link. $pattern=&#8217;^ <a href="&apos;.site_url(BP_MEMBERS_SLUG).&apos;/?s=(.+?)" rel="nofollow ugc">(.+)</a>$&#8217;; $pattern=prepare_pattern($pattern); $str=preg_replace($pattern, &#8216;${2}&#8217;, $str); //&hellip;<span class="activity-read-more" id="activity-read-more-140490"><a href="http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/#post-91652" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77363e2223aa04a967ff3d31c04fdb06</guid>
				<title>eliasbr posted on the forum topic Adding Custom Fields to members-loop.php doesnt work in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-custom-fields-to-members-loop-php-doesnt-work/#post-90781</link>
				<pubDate>Thu, 24 Feb 2011 20:09:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>It should be<br />
<code>echo bp_member_profile_data(‘field=province’);</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5e9fae483ed2116ee6af9bebc0dd74fc</guid>
				<title>eliasbr joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/139041/</link>
				<pubDate>Thu, 24 Feb 2011 20:09:24 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b41d6156626ae02012cd99f7a0c50a1b</guid>
				<title>eliasbr started the forum topic Refined tag stripping function in the group Custom Profile Filters for BuddyPress</title>
				<link>http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/</link>
				<pubDate>Sun, 20 Feb 2011 22:06:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Since I wanted to allow my users to write links and other tags in their profile fields, I exchanged the strip_tags function calls with calls to this function: ` function strip_search_links($str) { $pattern=&#8217; <a href="&apos;.site_url(BP_MEMBERS_SLUG).&apos;/?s=(.+?)" rel="nofollow ugc">(.+?)</a>&#8216;; $pattern = addslashes($pattern); $pattern = str_replace(&#8216;/&#8217;, &#8216;/&#8217;, $pattern); $pattern = str_replace(&#8216;?s&#8217;, &#8216;?s&#8217;, $pattern); $pattern&hellip;<span class="activity-read-more" id="activity-read-more-138326"><a href="http://buddypress.org/community/groups/custom-profile-filters-for-buddypress/forum/topic/refined-tag-stripping-function/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e510e8da4094d5c5da5a6ff660430da4</guid>
				<title>eliasbr joined the group Custom Profile Filters for BuddyPress</title>
				<link>https://buddypress.org/updates/p/138325/</link>
				<pubDate>Sun, 20 Feb 2011 22:06:54 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2c0806dc2425c087de24a2875e2c2368</guid>
				<title>eliasbr posted an update in the group BP Profile Privacy: Hello all. I&#039;ve added i18n to this plugin and made Swedish [&#133;]</title>
				<link>https://buddypress.org/updates/p/138189/</link>
				<pubDate>Sat, 19 Feb 2011 23:10:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello all. I&#8217;ve added i18n to this plugin and made Swedish translations. How can I submit the code changes?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7ab675a13cef75dbbedd72cda7329f41</guid>
				<title>eliasbr joined the group BP Profile Privacy</title>
				<link>https://buddypress.org/updates/p/138188/</link>
				<pubDate>Sat, 19 Feb 2011 23:06:53 +0000</pubDate>

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