<?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 | aces | Activity</title>
	<link>https://buddypress.org/members/aces/activity/</link>
	<atom:link href="https://buddypress.org/members/aces/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for aces.</description>
	<lastBuildDate>Sat, 04 Apr 2026 06:08:22 +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">bedb26f5880d271b281408a1772f815b</guid>
				<title>aces replied to the topic Edit Group and Profile Templates in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/edit-group-and-profile-templates/#post-239050</link>
				<pubDate>Thu, 14 May 2015 00:21:15 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/agalassi0917/" rel="nofollow ugc">@agalassi0917</a></p>
<p>It might help if you were a bit more specific about what you want to actually do to or with group and profile templates. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">068f39f3815180b18152348e90d30c41</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
// hacks and mods will go here<br />
function abc() {<br />
$user = get_userdata( bbp_get_reply_author_id() );<br />
	if ( !empty( $user-&gt;user_nicename ) ) {<br />
		$user_nicename = $user-&gt;user_nicename;<br />
		echo &#039;@&#039;.$user_nicename;<br />
	}<br />
}<br />
add_filter( &#039;bbp_theme_after_reply_author_details&#039;, &#039;abc&#039; );<br />
?&gt;</code></p>
<p>Without <code>?&gt;</code> on line three. Would suggest putting <code>?&gt;</code> on it&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-397474"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">86069c4303c7be688c46e4fa82c27adf</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
// hacks and mods will go here<br />
function abc() {<br />
$user = get_userdata( bbp_get_reply_author_id() );<br />
	if ( !empty( $user-&gt;user_nicename ) ) {<br />
		$user_nicename = $user-&gt;user_nicename;<br />
		echo &#039;@&#039;.$user_nicename;<br />
	}<br />
}<br />
add_filter( &#039;bbp_theme_after_reply_author_details&#039;, &#039;abc&#039; );<br />
?&gt;</code></p>
<p>Without <code>?&gt;</code> on line three. Would suggest putting <code>?&gt;</code> on it&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-397473"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a6ce47b90fb7a7b737f811ae15e78cce</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237540</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>double post</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7270a08a6082828c0a65a25ef552652</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
// hacks and mods will go here<br />
function abc() {<br />
$user = get_userdata( bbp_get_reply_author_id() );<br />
	if ( !empty( $user-&gt;user_nicename ) ) {<br />
		$user_nicename = $user-&gt;user_nicename;<br />
		echo &#039;@&#039;.$user_nicename;<br />
	}<br />
}<br />
add_filter( &#039;bbp_theme_after_reply_author_details&#039;, &#039;abc&#039; );<br />
?&gt;</code></p>
<p>Without <code>?&gt;</code> on line three. Would suggest putting <code>?&gt;</code> on it&#8217;s own&hellip;<span class="activity-read-more" id="activity-read-more-397469"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e760ee59ecefa3b7787b8eae8c3a25f</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
// hacks and mods will go here<br />
function abc() {<br />
$user = get_userdata( bbp_get_reply_author_id() );<br />
	if ( !empty( $user-&gt;user_nicename ) ) {<br />
		$user_nicename = $user-&gt;user_nicename;<br />
		echo &#039;@&#039;.$user_nicename;<br />
	}<br />
}<br />
add_filter( &#039;bbp_theme_after_reply_author_details&#039;, &#039;abc&#039; );<br />
?&gt;</code></p>
<p>Without <code>?&gt;</code> on line three. Would suggest putting <code>?&gt;</code> on it&#8217;s own&hellip;<span class="activity-read-more" id="activity-read-more-397468"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237541" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e760ee59ecefa3b7787b8eae8c3a25f</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237540</link>
				<pubDate>Thu, 09 Apr 2015 02:47:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
// hacks and mods will go here<br />
function abc() {<br />
$user = get_userdata( bbp_get_reply_author_id() );<br />
	if ( !empty( $user-&gt;user_nicename ) ) {<br />
		$user_nicename = $user-&gt;user_nicename;<br />
		echo &#039;@&#039;.$user_nicename;<br />
	}<br />
}<br />
add_filter( &#039;bbp_theme_after_reply_author_details&#039;, &#039;abc&#039; );<br />
?&gt;</code></p>
<p>Without <code>?&gt;</code> on line three. Would suggest putting <code>?&gt;</code> on it&#8217;s own&hellip;<span class="activity-read-more" id="activity-read-more-397467"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237540" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a6cef665567c88788ce7f4aac04320aa</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538</link>
				<pubDate>Thu, 09 Apr 2015 02:37:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/svend-rugaard/" rel="nofollow ugc">@svend-rugaard</a></p>
<p>You need to put the php tags around the code, so <code>&lt;?php</code> goes before the code danbp gave you.</p>
<p> <code>//</code> is used to tell php to ignore the current ( single ) line. Multi line comments start with <code>/*</code> and end with <code>*/</code>.</p>
<p>Then <code>?&gt;</code> needs to go at the end of the file.</p>
<p>There should be nothing ( including spaces or blank lines ) before the opening <code>&lt;?&hellip;</code><span class="activity-read-more" id="activity-read-more-397466"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c2b10acaba83a7469787073410e9c457</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538</link>
				<pubDate>Thu, 09 Apr 2015 02:37:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/svend-rugaard/" rel="nofollow ugc">@svend-rugaard</a></p>
<p>You need to put the php tags around the code, so <code>&lt;?php</code> goes before the code danbp gave you.</p>
<p> <code>//</code> is used to tell php to ignore the current ( single ) line. Multi line comments start with <code>/*</code> and end with <code>*/</code></p>
<p>Then <code>?&gt;</code> needs to go at the end of the file.</p>
<p>There should be nothing ( including spaces or blank lines ) before the opening <code>&lt;?p&hellip;</code><span class="activity-read-more" id="activity-read-more-397465"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd2d227fb9a1691a52b8d9f5b2bbe70f</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538</link>
				<pubDate>Thu, 09 Apr 2015 02:37:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/svend-rugaard/" rel="nofollow ugc">@svend-rugaard</a></p>
<p>You need to put the php tags around the code, so <code>&lt;?php</code> goes before the code danbp gave you.</p>
<p> <code>//</code> is used to tell php to ignore the current ( single ) line. Multi line comments start with <code>/*</code> and end with <code>*/</code></p>
<p>Then <code>?&gt;</code> needs to go at the end of the file.</p>
<p>There should be nothing ( including spaces or blank lines ) before the opening <code>&lt;?p&hellip;</code><span class="activity-read-more" id="activity-read-more-397464"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">312cd02ed85bf534f4ca74e0047f7926</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538</link>
				<pubDate>Thu, 09 Apr 2015 02:37:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/svend-rugaard/" rel="nofollow ugc">@svend-rugaard</a></p>
<p>You need to put the php tags around the code, so <code>&lt;?php</code> goes before the code danbp gave you.</p>
<p> <code>//</code> is used to tell php to ignore the current ( single ) line. Multi line comments start with <code>/*</code> and end with <code>*/</code> tags. This is commonly known as commenting out&#8230;..</p>
<p>Then <code>?&gt;</code> needs to go at the end of the file.</p>
<p>There should be nothing (&hellip;<span class="activity-read-more" id="activity-read-more-397463"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a14a00177f1ace5d79899dcd2bfd01ac</guid>
				<title>aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538</link>
				<pubDate>Thu, 09 Apr 2015 02:37:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/svend-rugaard/" rel="nofollow ugc">@svend-rugaard</a></p>
<p>You need to put the php tags around the code, so <code>&lt;?php</code> goes before the code danbp gave you.</p>
<p> <code>//</code> is used to tell php to ignore the current ( single ) line. ( Multi line comments start with <code>/*</code> and end with <code>*/</code> )</p>
<p>Then <code>?&gt;</code> needs to go at the end of the file.</p>
<p>There should be nothing ( including spaces or blank lines ) before the&hellip;<span class="activity-read-more" id="activity-read-more-397462"><a href="https://buddypress.org/support/topic/mention-tag-in-forum-how-to-get-it/#post-237538" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bfd05af21a830ff1750093dd8b2036c4</guid>
				<title>aces replied to the topic  in the forum</title>
				<link>https://buddypress.org/support/topic/polish-translation-of-buddypress-gui-po-file/#post-232424</link>
				<pubDate>Fri, 16 Jan 2015 01:39:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/maciekryd/" rel="nofollow ugc">@maciekryd</a></p>
<p>see: <a href="https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/" rel="nofollow ugc">https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/</a></p>
<p>and: <a href="https://translate.wordpress.org/projects/buddypress" rel="nofollow ugc">https://translate.wordpress.org/projects/buddypress</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bfd05af21a830ff1750093dd8b2036c4</guid>
				<title>aces replied to the topic  in the forum</title>
				<link>https://buddypress.org/support/topic/polish-translation-of-buddypress-gui-po-file/#post-232424</link>
				<pubDate>Fri, 16 Jan 2015 01:39:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/maciekryd/" rel="nofollow ugc">@maciekryd</a></p>
<p>see: <a href="https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/" rel="nofollow ugc">https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/</a></p>
<p>and: <a href="https://translate.wordpress.org/projects/buddypress" rel="nofollow ugc">https://translate.wordpress.org/projects/buddypress</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3410db99a5b6fd2bd4f218d63a404c6e</guid>
				<title>aces replied to the topic  in the forum</title>
				<link>https://buddypress.org/support/topic/polish-translation-of-buddypress-gui-po-file/#post-232424</link>
				<pubDate>Fri, 16 Jan 2015 01:39:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>see: <a href="https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/" rel="nofollow ugc">https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/</a></p>
<p>and: <a href="https://translate.wordpress.org/projects/buddypress" rel="nofollow ugc">https://translate.wordpress.org/projects/buddypress</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4fa24aa0da753742c3069218bd4e78fa</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/timothylegg/" rel="nofollow ugc">@timothylegg</a><br />
Just a thought &#8211; have you got <strong>pretty permalinks</strong> set up? </p>
<p>In WordPress settings &gt; permalinks ( /wp-admin/options-permalink.php )</p>
<blockquote data-secret="gOp1ig6XXk" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">Getting Started</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/getting-started/embed/#?secret=gOp1ig6XXk" data-secret="gOp1ig6XXk" width="515" height="290" title="&#8220;Getting Started&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b81e4e976214bcb49303fa6209c7650</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/timothylegg/" rel="nofollow ugc">@timothylegg</a><br />
Just a thought &#8211; have you got <strong>pretty permalinks</strong> set up? </p>
<p>See: settings &gt; permalinks ( /wp-admin/options-permalink.php )</p>
<blockquote data-secret="vgswow8pyf" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">Getting Started</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/getting-started/embed/#?secret=vgswow8pyf" data-secret="vgswow8pyf" width="515" height="290" title="&#8220;Getting Started&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9eec0280c6e076694c251fe510a62204</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/timothylegg/" rel="nofollow ugc">@timothylegg</a><br />
Just a thought &#8211; have you got <strong>pretty permalinks</strong> set up? ( <a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/</a> ) in settings &gt; permalinks ( /wp-admin/options-permalink.php )</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">34767596c9abf7a233c9b06f027ff7c3</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/timothylegg/" rel="nofollow ugc">@timothylegg</a><br />
Just a thought &#8211; have you got <strong>pretty permalinks</strong> set up? <a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">276fcea3d030ac2c03e73dd42f770ab5</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/timothylegg/" rel="nofollow ugc">@timothylegg</a><br />
Just a thought, have you got <strong>pretty permalinks</strong> set up? <a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">51428d928a0a97fb533083d4a08db0c8</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just a thought, have you got <strong>pretty permalinks</strong> set up? <a href="https://codex.buddypress.org/getting-started/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c39c0344f60dc6e93024bc1f2d6a2b52</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just a thought, have you got <strong>pretty permalinks</strong> set up? <a href="https://codex.buddypress.org/getting-started/#required" rel="nofollow ugc">https://codex.buddypress.org/getting-started/#required</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c79fe6b53e2a65fe4b58ebba81055174</guid>
				<title>aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/404-page-for-activity-groups-members/#post-231647</link>
				<pubDate>Thu, 08 Jan 2015 23:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just a thought, have you got <strong>pretty permalinks</strong> set up? <a href="https://codex.buddypress.org/getting-started/#required" rel="nofollow ugc">see</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5bc8b48abeb62a3d44dd093ea819a65</guid>
				<title>aces replied to the topic oEmbed in BP Profile Field in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/oembed-in-bp-profile-field/#post-229214</link>
				<pubDate>Wed, 19 Nov 2014 21:12:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/myg0t/" rel="nofollow ugc">@myg0t</a></p>
<p>I haven&#8217;t tried the above code, but the location of <em>bp-custom.ph</em>p should be  <em><strong>/wp-content/plugins/bp-custom.php</strong></em> not the buddypress plugin directory.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed234cf474e0aed6ba1c17fae7c471cc</guid>
				<title>aces replied to the topic oEmbed in BP Profile Field in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/oembed-in-bp-profile-field/#post-229214</link>
				<pubDate>Wed, 19 Nov 2014 21:12:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/myg0t/" rel="nofollow ugc">@myg0t</a></p>
<p>I haven&#8217;t tried the above code, but <em>bp-custom.ph</em>p should be in <em><strong>/wp-content/plugins/bp-custom.php</strong></em> not the buddypress plugin directory.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3d811027c2695b7be02c3d8dfdf6f6b</guid>
				<title>aces replied to the topic oEmbed in BP Profile Field in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/oembed-in-bp-profile-field/#post-229214</link>
				<pubDate>Wed, 19 Nov 2014 21:12:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>I haven&#8217;t tried the code, but <em>bp-custom.ph</em>p should be in <em><strong>/wp-content/plugins/bp-custom.php</strong></em> not the buddypress plugin directory.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5cc43c60ed487623bed18ce082e4b821</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-219598</link>
				<pubDate>Sun, 19 Oct 2014 22:10:13 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lolapentagrom/" rel="nofollow ugc">@lolapentagrom</a></p>
<p>I don&#8217;t particularly recomend any specifically but I try to test stuff in the major browsers so they all come in useful.</p>
<p>If you use Internet explorer you can press F12 to open up &#8216;developer tools&#8217; ( also on the tools dropdown )</p>
<p>You can also press F12 in google chrome: see <a href="https://developer.chrome.com/devtools" rel="nofollow ugc">https://developer.chrome.com/devtools</a></p>
<p>Mozilla Firefox&hellip;<span class="activity-read-more" id="activity-read-more-320048"><a href="https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-219598" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8188ad016e7783cea9de537d001279eb</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-219110</link>
				<pubDate>Sun, 19 Oct 2014 17:04:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lolapentagrom/" rel="nofollow ugc">@lolapentagrom</a></p>
<p>Do you get any javascript ( or other ) errors in the developer console?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8008684be68aac203180ddecbb1168ff</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-219110</link>
				<pubDate>Sun, 19 Oct 2014 17:04:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Do you get any javascript ( or other ) errors in the developer console?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2df62d226ac93a13b545b24341d7f75f</guid>
				<title>aces replied to the topic Remove render-blocking JavaScript in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-render-blocking-javascript/#post-219043</link>
				<pubDate>Sun, 19 Oct 2014 16:17:16 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/el_ganadores/" rel="nofollow ugc">@el_ganadores</a></p>
<p>There&#8217;s a trac ticket about this&#8230;.</p>
<p><a href="https://buddypress.trac.wordpress.org/ticket/5931" rel="nofollow ugc">https://buddypress.trac.wordpress.org/ticket/5931</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">478609f9033d5c0ec8bcf34141a5963f</guid>
				<title>aces replied to the topic Remove render-blocking JavaScript in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-render-blocking-javascript/#post-219043</link>
				<pubDate>Sun, 19 Oct 2014 16:17:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>There&#8217;s a trac ticket about this&#8230;.</p>
<p><a href="https://buddypress.trac.wordpress.org/ticket/5931" rel="nofollow ugc">https://buddypress.trac.wordpress.org/ticket/5931</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ada17910d3eca22bf94f0f04de320f6</guid>
				<title>aces replied to the topic Buddypress preventing registration in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-preventing-registration/#post-218863</link>
				<pubDate>Sun, 19 Oct 2014 15:07:56 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/diywwf/" rel="nofollow ugc">@diywwf</a></p>
<p>Are you logged out when you try to register?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e97ce02a488f8f6a915a06cb23781383</guid>
				<title>aces replied to the topic Buddypress preventing registration in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-preventing-registration/#post-218863</link>
				<pubDate>Sun, 19 Oct 2014 15:07:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Are you logged out when you try to register?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce36fd67a9aa54bbdff0dd08d6a7ad8a</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lolapentagrom/" rel="nofollow ugc">@lolapentagrom</a></p>
<p>What actually doesn&#8217;t work? What happens / doesn&#8217;t happen?</p>
<p><a href="https://buddypress.org/members/diywwf/" rel="nofollow ugc">@diywwf</a></p>
<p>your case <a href="https://buddypress.org/support/topic/buddypress-preventing-registration/" rel="nofollow ugc">https://buddypress.org/support/topic/buddypress-preventing-registration/</a> is different&#8230; </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b7ca804ac04a57142124ee3097a65dd</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lolapentagrom/" rel="nofollow ugc">@lolapentagrom</a></p>
<p>What actually doesn&#8217;t work? What happens / doesn&#8217;t happen?</p>
<p><a href="https://buddypress.org/members/diywwf/" rel="nofollow ugc">@diywwf</a></p>
<p>your case <a href="https://buddypress.org/support/topic/buddypress-preventing-registration/" rel="nofollow ugc">https://buddypress.org/support/topic/buddypress-preventing-registration/</a> is different&#8230; Please don&#8217;t try to hijack other people&#8217;s topics</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f15db92350236b7222273ce78f0705b1</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lolapentagrom/" rel="nofollow ugc">@lolapentagrom</a></p>
<p>What actually doesn&#8217;t work? What happens / doesn&#8217;t happen?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">333e7c0a2f352c16b802f9144b7acfa1</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>mis-post&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3659ef581cb4033bc35392740b89e670</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>mis-post</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b479c001e169998c5e56d2569639e256</guid>
				<title>aces replied to the topic BuddyPress won&#039;t take in new registers in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-wont-take-in-new-registers/#post-218862</link>
				<pubDate>Sun, 19 Oct 2014 14:50:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://wordpress.org/plugins/buddypress-multilingual/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-multilingual/</a> states on it&#8217;s front page</p>
<blockquote><p>Supports BuddyPress versions up to 2.x</p></blockquote>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab365a0521cc6b0cb8f2c096801a421a</guid>
				<title>aces replied to the topic [Resolved] Avatar picture is WAY too big in my website! in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-picture-is-way-too-big-in-my-website/#post-187708</link>
				<pubDate>Thu, 21 Aug 2014 15:02:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/elshobokshy/" rel="nofollow ugc">@elshobokshy</a></p>
<p>Using firefox on <a href="http://animalsfunnypictures.com/members/sanaa/" rel="nofollow ugc">http://animalsfunnypictures.com/members/sanaa/</a> I can see <code>entry-content img {</code> which has a <code>width: 510px</code> if i disable it in firefox it becomes the &#8216;normal&#8217; size.</p>
<p>This is coming from Marla theme&#8217;s style.css on line 1464 &#8211; <a href="http://buddypress.org/support/topic/how-to-change-buddypress-profile-fields-text-color/#post-186392" title="previous example of using firefox to &apos;edit&apos; css" rel="nofollow ugc">see for yourself</a>&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce530e2192225ec5090e8ee101a23cac</guid>
				<title>aces replied to the topic register.php in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/register-php-3/#post-187229</link>
				<pubDate>Tue, 19 Aug 2014 20:53:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/sachin550/" rel="nofollow ugc">@sachin550</a></p>
<p>That Line is in <a href="https://buddypress.trac.wordpress.org/browser/tags/2.0.2/buddypress.pot#L6005" rel="nofollow ugc">https://buddypress.trac.wordpress.org/browser/tags/2.0.2/buddypress.pot#L6005</a></p>
<p>Have a look at <a href="http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/" rel="nofollow ugc">http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/</a> to customise.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f36e392cf89bc139ad442adf3f74b53</guid>
				<title>aces replied to the topic How to change buddypress profile fields text color in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-change-buddypress-profile-fields-text-color/#post-186392</link>
				<pubDate>Sun, 10 Aug 2014 15:42:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/gkk/" rel="nofollow ugc">@gkk</a></p>
<p>What I do in Firefox is press f12 to start firebug which should open into the html tab, if not click on the html tab at the top.</p>
<p>On the left of the html tab is an icon of an arrow pointing to a box. Use this to select the item you are interested in.</p>
<p>In your example it should jump to the html in the left column:  <code>&lt;td&hellip;</code><span class="activity-read-more" id="activity-read-more-287118"><a href="http://buddypress.org/support/topic/how-to-change-buddypress-profile-fields-text-color/#post-186392" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdde4b4d5c9e1243f983bd09ac967c13</guid>
				<title>aces replied to the topic Pagination on buddypress.org broken? in the forum Requests &#038; Feedback</title>
				<link>http://buddypress.org/support/topic/pagination-on-buddypress-org-broken/#post-186386</link>
				<pubDate>Sun, 10 Aug 2014 12:16:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, I&#8217;ve just tried to go back through my forum replies and the second page always goes back to this site&#8217;s home page.</p>
<p>Hovering over the link for page two of my forum replies shows the address it points to is <a href="http://buddypress.org/page/2/" rel="nofollow ugc">http://buddypress.org/page/2/</a> &#8211; when clicking on it one is shown the home page with that in the address bar.</p>
<p>If I change the address to&hellip;<span class="activity-read-more" id="activity-read-more-287070"><a href="http://buddypress.org/support/topic/pagination-on-buddypress-org-broken/#post-186386" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ed0f3c24b673d77f2de09bd549f4992</guid>
				<title>aces replied to the topic How to change buddypress profile fields text color in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-change-buddypress-profile-fields-text-color/#post-186375</link>
				<pubDate>Sat, 09 Aug 2014 21:24:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/gkk/" rel="nofollow ugc">@gkk</a></p>
<p>Well looking with firebug on your test site i can see that the text colour comes from the .label or .badge rule on line 4941 of bootstrap.min.css</p>
<p>try putting something like<br />
<code>.label,<br />
.badge {<br />
color: #000;<br />
}</code></p>
<p>at the end of your child theme&#8217;s style.css&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75f53f5ebd6fa8a3dcd8d06b48a6450d</guid>
				<title>aces replied to the topic Problem with Registering a new user in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/problem-with-registering-a-new-user/#post-186299</link>
				<pubDate>Fri, 08 Aug 2014 14:01:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/jonty800/" rel="nofollow ugc">@jonty800</a></p>
<p>It&#8217;s not clear from your post but are you logged out when you fill in the registration? </p>
<p>If not then that is normal behaviour when logged in already&#8230;..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c87fb4dbd912450d7d9ff37a5def3e8c</guid>
				<title>aces replied to the topic Change &#034;CHECK YOUR EMAIL&#034; text after register!? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/change-check-your-email-text-after-register/#post-185712</link>
				<pubDate>Tue, 29 Jul 2014 15:04:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/jofri016/" rel="nofollow ugc">@jofri016</a></p>
<p><code>You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.</code><br />
 is in the current pot file ( see <a href="https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-languages/buddypress.pot#L6122" rel="nofollow ugc">https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-languages/buddypress.pot#L6122</a> ) &#8230;..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1005efa50e0a7847df0e9dde3736bf74</guid>
				<title>aces replied to the topic [Resolved] Remove RSS Feeds in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-rss-feeds-2/#post-185368</link>
				<pubDate>Mon, 21 Jul 2014 17:31:15 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/ubernaut/" rel="nofollow ugc">@ubernaut</a> <a href="http://buddypress.org/members/onesheep/" rel="nofollow ugc">@onesheep</a></p>
<p><a href="http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally" rel="nofollow ugc">http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally</a> ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da023d131c12de8a27e12d536e23b0f7</guid>
				<title>aces replied to the topic Can&#039;t  in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/cant/#post-184455</link>
				<pubDate>Thu, 26 Jun 2014 22:12:54 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/bluesharp/" rel="nofollow ugc">@bluesharp</a></p>
<p>I often find that blank screen&#8217;s show a corresponding entry in the apache error.log ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2dbfce670490b5c9016da2b5748ab9d2</guid>
				<title>aces replied to the topic How to viewing profiles in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-viewing-profiles/#post-184426</link>
				<pubDate>Thu, 26 Jun 2014 02:22:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/gt-director/" rel="nofollow ugc">@gt-director</a><br />
You wrote:</p>
<blockquote><p>
(I’m using WordPress v3.4.4 and BuddyPress v2.0.1)</p></blockquote>
<p>Buddypress v2.0.1 requires at least wordpress 3.6 &#8211; see <a href="http://codex.buddypress.org/developer/releases/" rel="nofollow ugc">http://codex.buddypress.org/developer/releases/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0e43525b513b7714b4abd6c9e98e154c</guid>
				<title>aces replied to the topic What happened to these Buddypress Plugins? in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/what-happened-to-these-buddypress-plugins/#post-181909</link>
				<pubDate>Tue, 22 Apr 2014 17:34:09 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/mr-bronze/" rel="nofollow ugc">@mr-bronze</a></p>
<p>You could try putting the following in you child theme functions.php file<br />
<code>function bbg_enqueue_styles() {<br />
remove_theme_support( &#039;bp-default-responsive&#039; );<br />
}<br />
add_action( &#039;wp_enqueue_scripts&#039;, &#039;bbg_enqueue_styles&#039;, 5 );</code></p>
<p>For more info ( including important details ) see:&hellip;<span class="activity-read-more" id="activity-read-more-231256"><a href="http://buddypress.org/support/topic/what-happened-to-these-buddypress-plugins/#post-181909" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>