<?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 | ladydekade | Mentions</title>
	<link>https://buddypress.org/members/ladydekade/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/ladydekade/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning ladydekade.</description>
	<lastBuildDate>Mon, 06 Apr 2026 01:35:54 +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">07fc0b1135701f80f42c8c028d510d15</guid>
				<title>bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172925</link>
				<pubDate>Wed, 16 Oct 2013 05:57:15 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
After further thought you may want to add the code supplied in bp-custom.php instead of modifying the code in the plugin because if you update that plugin in the future it will be overwritten and you would have to add it back but if it is in bp-custom.php it will remain untouched!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f55ff27cf2ef8eaee4fd5b0f5eade765</guid>
				<title>bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172922</link>
				<pubDate>Wed, 16 Oct 2013 05:28:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
You will also want to add this below the above code so it covers bbPress!<br />
<code><br />
add_filter(&#039;bp_get_the_topic_title&#039;, &#039;pccf_filter&#039;);<br />
add_filter(&#039;bp_get_the_topic_post_content&#039;, &#039;pccf_filter&#039;);<br />
</code></p>
<p>In that list of swear words you may find a few words with a semi-colon(;) after them. You will need to remove those semi-colons as all is&hellip;<span class="activity-read-more" id="activity-read-more-212989"><a href="http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172922" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02c2d34907527355a642a84179fa9f2a</guid>
				<title>bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172921</link>
				<pubDate>Wed, 16 Oct 2013 04:44:01 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
For donuts and coffee I tested it myself and it works but if you copied and pasted that patch code from the site it won&#8217;t work because the single quotes are not right. In wp-content-filter.php at line 208 add this:<br />
<code><br />
add_filter(&#039;bp_get_activity_action&#039;, &#039;pccf_filter&#039;);<br />
add_filter(&#039;bp_get_activity_content_body&#039;, &#039;pccf_filter&#039;);<br />
</code></p>
<p>Save&hellip;<span class="activity-read-more" id="activity-read-more-212988"><a href="http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172921" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ba2a1b85a7e9a4941bcef4706eb84aa</guid>
				<title>bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172920</link>
				<pubDate>Wed, 16 Oct 2013 04:00:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
No I haven&#8217;t tested either one. I would suggest trying the free plugin (wp-content-filter) and adding the patch before purchasing a service. Try it out then if it doesn&#8217;t work let us know. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0e3066dd86e96f527776f1c5df8e44b</guid>
				<title>bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/profanity-filter-any-suggestions/#post-172917</link>
				<pubDate>Wed, 16 Oct 2013 03:49:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
You can try this:<br />
<a href="http://wordpress.org/plugins/wp-content-filter/" rel="nofollow ugc">http://wordpress.org/plugins/wp-content-filter/</a><br />
and try patching it like this:<br />
<a href="http://www.presscoders.com/plugins/wp-content-filter/#comment-61385" rel="nofollow ugc">http://www.presscoders.com/plugins/wp-content-filter/#comment-61385</a><br />
Let us know if that works out. The only other option I see is a paid service:<br />
<a href="http://wordpress.org/plugins/webpurifytextreplace/" rel="nofollow ugc">http://wordpress.org/plugins/webpurifytextreplace/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f42075c888b6a5272e3d920c7aed25f2</guid>
				<title>bp-help replied to the topic One group Per Member in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/one-group-per-member/#post-172843</link>
				<pubDate>Tue, 15 Oct 2013 06:50:48 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
It may help the rest of the volunteers answer you if you provide details on your install as listed here:<br />
<a href="http://buddypress.org/support/topic/when-asking-for-support-2/" rel="nofollow ugc">http://buddypress.org/support/topic/when-asking-for-support-2/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94110e73502d3674c42bc8ede3a3a5e3</guid>
				<title>bp-help replied to the topic One group Per Member in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/one-group-per-member/#post-172841</link>
				<pubDate>Tue, 15 Oct 2013 06:36:10 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
Lesson learned! </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7c9ee6bb4ff6e5b16ee60c7af43d838</guid>
				<title>bp-help replied to the topic One group Per Member in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/one-group-per-member/#post-172839</link>
				<pubDate>Tue, 15 Oct 2013 06:28:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
Sure you can hard code anything if you want too as long as you know what to do just make sure it is done in a child theme!</p>
<blockquote data-secret="CzgJtGeeL0" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/developer/loops-reference/the-groups-loop/" rel="nofollow ugc">Groups Loop</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/developer/loops-reference/the-groups-loop/embed/#?secret=CzgJtGeeL0" data-secret="CzgJtGeeL0" width="515" height="290" title="&#8220;Groups Loop&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br />
As far as your issues with developers, maybe you should agree to certain things with the client and if they decide to change things after the&hellip;<span class="activity-read-more" id="activity-read-more-212962"><a href="http://buddypress.org/support/topic/one-group-per-member/#post-172839" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61b9f34fa33a35c4183b0d1ef309f6ab</guid>
				<title>bp-help replied to the topic One group Per Member in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/one-group-per-member/#post-172836</link>
				<pubDate>Tue, 15 Oct 2013 06:18:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
Ohhh Snappppp! lol!<br />
Maybe your installation is the issue!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02cbe9ac384119320cdd5fd0e1bd235d</guid>
				<title>bp-help replied to the topic One group Per Member in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/one-group-per-member/#post-172834</link>
				<pubDate>Tue, 15 Oct 2013 06:17:22 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a></p>
<blockquote data-secret="FxPcc4kMgG" class="wp-embedded-content"><p><a href="https://buddydev.com/plugins/buddypress-limit-group-membership-per-user/" rel="nofollow ugc">BuddyPress Limit Group membership Per User</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://buddydev.com/plugins/buddypress-limit-group-membership-per-user/embed/#?secret=FxPcc4kMgG" data-secret="FxPcc4kMgG" width="515" height="290" title="&#8220;BuddyPress Limit Group membership Per User&#8221; &#8212; BuddyDev" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2926a9b27d4eccf2422ee7202cf87fda</guid>
				<title>bp-help replied to the topic &#034;Join Group&#034; button missing from Groups Directory in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/join-group-button-missing-from-groups-directory/#post-172832</link>
				<pubDate>Tue, 15 Oct 2013 06:12:51 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
It shouldn&#8217;t be a last resort. Time is something money can never buy back in this life. If you wasted 20+ hours of your life trying to get something done on guesses and you still haven&#8217;t resolved it and you have to resort to hiring a dev then you wasted 20+ hours of your life and you still have to pay a dev. Point being 20+ hours of&hellip;<span class="activity-read-more" id="activity-read-more-212959"><a href="http://buddypress.org/support/topic/join-group-button-missing-from-groups-directory/#post-172832" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13c5cab99fdd12b8c2bc4b6be857c2f6</guid>
				<title>bp-help replied to the topic &#034;Join Group&#034; button missing from Groups Directory in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/join-group-button-missing-from-groups-directory/#post-172828</link>
				<pubDate>Tue, 15 Oct 2013 06:02:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/ladydekade/" rel="nofollow ugc">@ladydekade</a><br />
If you have done everything mercime and hnla suggested and you are still having issues then I would suggest hiring an experience developer to sort it out for you because it is just a guessing game at this point and an experienced developer can usually find and resolve the issue fairly quickly!</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>