<?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 | modemlooper | Activity</title>
	<link>https://buddypress.org/members/modemlooper/activity/</link>
	<atom:link href="https://buddypress.org/members/modemlooper/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for modemlooper.</description>
	<lastBuildDate>Mon, 13 Apr 2026 00:04:39 +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">34260bb03b7e150e9fb62605cb5d1103</guid>
				<title>modemlooper replied to the topic Users can´t create groups! in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/users-cant-create-groups/#post-244153</link>
				<pubDate>Mon, 07 Sep 2015 16:37:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>you need to debug a bit, try deactivating plugins and change themes to verify those are not causing the problem. </p>
<p>Are you running a cache on the site?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00337312133b5270361daa151f9572bf</guid>
				<title>modemlooper replied to the topic required Username twice at Registration in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/required-username-twice-at-registration/#post-244152</link>
				<pubDate>Mon, 07 Sep 2015 16:34:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>the column on the right are added profile fields, you can remove the field from the admin </p>
<p>more info on profile fields <a href="https://codex.buddypress.org/administrator-guide/extended-profiles/" rel="nofollow ugc">https://codex.buddypress.org/administrator-guide/extended-profiles/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">449296f95af5d165be6aba53ff1d4352</guid>
				<title>modemlooper replied to the topic Project / Film Credit for Buddypress such as IMDB in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/project-film-credit-for-buddypress-such-as-imdb/#post-244149</link>
				<pubDate>Mon, 07 Sep 2015 16:30:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you are not a developer then you are better off using something like Gravity forms and having a front end submission for a custom post type. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47d0deb7c0c6fb43f5da9a67f8cd9e79</guid>
				<title>modemlooper replied to the topic required Username twice at Registration in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/required-username-twice-at-registration/#post-244135</link>
				<pubDate>Sun, 06 Sep 2015 22:25:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress and WP do not have two usernames. Is this the BuddyPress registration form or another form by a plugin?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9b72fad30ed3685654f6c06767aee913</guid>
				<title>modemlooper replied to the topic How to create a read-only logged-in user? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-create-a-read-only-logged-in-user/#post-244133</link>
				<pubDate>Sun, 06 Sep 2015 22:22:02 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>function bp_keep_user_private( $user_login, $user ) {</p>
<p>	global $wpdb;</p>
<p>	if( &#039;username&#039; === $user-&gt;user_login ) {</p>
<p>		$wpdb-&gt;query( $wpdb-&gt;prepare( &quot;UPDATE $wpdb-&gt;users SET user_status = 2 WHERE ID = %d&quot;, $user-&gt;ID ) );<br />
	}</p>
<p>}<br />
add_action( &#039;wp_login&#039;, &#039;bp_keep_user_private&#039;, 10, 2 );</code></p>
<p>you can try something like this that will set that account to&hellip;<span class="activity-read-more" id="activity-read-more-458194"><a href="https://buddypress.org/support/topic/how-to-create-a-read-only-logged-in-user/#post-244133" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b0702076741b4e18988bbca085ecfb6</guid>
				<title>modemlooper replied to the topic What does Site Tracking do? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/what-does-site-tracking-do/#post-243506</link>
				<pubDate>Sun, 23 Aug 2015 16:24:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>yes, sorta a misplaced admin option. its not a component at all. should be a setting and only show if activity is enabled. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21be98bff46659fe664ce00dc7754736</guid>
				<title>@modemlooper updated the Post Types Activities page, on the BuddyPress Codex</title>
				<link>https://buddypress.org/updates/p/437326/</link>
				<pubDate>Tue, 14 Jul 2015 19:59:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Note: This guide is for use with BuddyPress 2.2+.<br />
Any public registered post type can be tracked into the activity streams once it has been published. Here are the different options to add the [&hellip;] <img loading="lazy" src="http://buddypress.org/wp-content/uploads/15/2014/12/add_post_type_support_1.png" /></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7a40991dd08c4056705cb0f3c8982d8b</guid>
				<title>modemlooper replied to the topic How to hide admin details from anyone visiting the site in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-hide-admin-details-from-anyone-visiting-the-site/#post-241736</link>
				<pubDate>Sat, 11 Jul 2015 15:43:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Your worrying about nothing. As long as you have some security measures in place it doesn&#8217;t matter if someone knows a username of an admin. To feel safe create an account you use for the front end and keep the admin account for only accessing the admin. </p>
<p>Add a plugin like this one <a href="https://wordpress.org/plugins/sucuri-scanner" rel="nofollow ugc">https://wordpress.org/plugins/sucuri-scanner</a></p>
<p>Use strong passwords.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5ef719f44daac01f70a09733914ac6d</guid>
				<title>modemlooper replied to the topic Restricting Lapsed/Expired Members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/restricting-lapsedexpired-members/#post-238957</link>
				<pubDate>Mon, 11 May 2015 23:36:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>how are you tracking the time of the membership? have you added a membership plugin? </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b51cff479334f9da7e21f355d638e1f8</guid>
				<title>modemlooper replied to the topic That Spam Option in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/that-spam-option/#post-238956</link>
				<pubDate>Mon, 11 May 2015 23:35:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>The account is blocked and marked as spam, uses this <a href="https://codex.wordpress.org/Function_Reference/update_user_status" rel="nofollow ugc">https://codex.wordpress.org/Function_Reference/update_user_status</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eacbb3c179d002729ba07c54ed233939</guid>
				<title>modemlooper replied to the topic That Spam Option in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/that-spam-option/#post-238956</link>
				<pubDate>Mon, 11 May 2015 23:35:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>The account it blocked and marked as spam uses this <a href="https://codex.wordpress.org/Function_Reference/update_user_status" rel="nofollow ugc">https://codex.wordpress.org/Function_Reference/update_user_status</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71b2c4be44bfd87f54ede291859f9fbb</guid>
				<title>modemlooper replied to the topic How to increase the size of avatars on all members page, css code? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-increase-the-size-of-avatars-on-all-members-page-css-code/#post-238955</link>
				<pubDate>Mon, 11 May 2015 23:26:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>read this <a href="https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/" rel="nofollow ugc">https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdfd58f2e886af601f82d0b716754a1e</guid>
				<title>modemlooper replied to the topic [Resolved] Posting Links BP Activity Stream in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/posting-links-bp-activity-stream/#post-238954</link>
				<pubDate>Mon, 11 May 2015 23:24:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>BP use bp_activity_filter_kses to filter out somethings. This filter allows links but the link could have stuff on it that is not valid. Can you post the link here that is getting blocked?</p>
<p>Also plugins can filter this function. If you any activity plugins or plugins that alter wp_kses it could be issue. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2d712a01b99593f3bce11d9a32be8e9a</guid>
				<title>modemlooper replied to the topic Mobile display issue (0 selected) showing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/mobile-display-issue-0-selected-showing/#post-238908</link>
				<pubDate>Sun, 10 May 2015 04:10:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Your question is vague. Please tell more. Are you referring to profile fields?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">838787c03278f750a7cc822575951612</guid>
				<title>modemlooper replied to the topic Installed Buddypress but several things won&#039;t work. in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/installed-buddypress-but-several-things-wont-work/#post-238907</link>
				<pubDate>Sun, 10 May 2015 04:07:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>never use &#8220;register&#8221; as url for sign up page. Spammers look for this. Go into permalink settings and change to something else sand save. URL redirects not right</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e847084323aa57ccc6ddd7a9b11ad138</guid>
				<title>modemlooper replied to the topic Installed Buddypress but several things won&#039;t work. in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/installed-buddypress-but-several-things-wont-work/#post-238907</link>
				<pubDate>Sun, 10 May 2015 04:07:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>never use &#8220;register&#8221; as url for sign up page. Spammers look for this. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">52c846843d6174dbce174816bcb88a7e</guid>
				<title>modemlooper replied to the topic [Resolved] change bp_activity_content_body in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-bp_activity_content_body/#post-238906</link>
				<pubDate>Sun, 10 May 2015 04:05:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>well thats not really editing the activity content its a custom foreach loop 😉</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8511413bd17a8482b39cf2338a93e336</guid>
				<title>modemlooper replied to the topic [Resolved] change bp_activity_content_body in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-bp_activity_content_body/#post-238894</link>
				<pubDate>Sat, 09 May 2015 21:51:05 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>function record_post_activity_content_update( $excerpt, $post_content, $activity ) {<br />
	global $post;<br />
	if( $post-&gt;post_type == &#039;post&#039; ) {<br />
		$post_content= 	&#039;&lt;a href=&quot;&#039; . get_permalink( $post-&gt;ID ) . &#039;&quot; class=&quot;activity-content-title&quot; &gt;&#039;<br />
						. get_the_post_thumbnail( $post-&gt;ID )<br />
						. get_post_field(&#039;post_title&#039;, $post-&gt;ID) . &#039;&lt;/a&gt;&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-410432"><a href="https://buddypress.org/support/topic/change-bp_activity_content_body/#post-238894" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d62c9eefd37fe5c3a983884f77b59516</guid>
				<title>modemlooper replied to the topic Installed Buddypress but several things won&#039;t work. in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/installed-buddypress-but-several-things-wont-work/#post-238892</link>
				<pubDate>Sat, 09 May 2015 21:34:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>if you have registration turned off in WordPress settings you will have registration troubles. When you got to settings &gt; BuddyPress and on the pages tab do you have the pages assigned to components?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">decf8cfeda7539c250699c821ef6c748</guid>
				<title>modemlooper replied to the topic Shortcode for Buddypress login? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/shortcode-for-buddypress-login/#post-238891</link>
				<pubDate>Sat, 09 May 2015 21:25:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>BP doesn&#8217;t have a special login aside from showing an avatar in the widget. You can use any login plugin <a href="https://wordpress.org/plugins/login-sidebar-widget/" rel="nofollow ugc">https://wordpress.org/plugins/login-sidebar-widget/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44ada203d782257565107c4b597a576a</guid>
				<title>modemlooper replied to the topic Are those functionnalities available with BuddyPress?Looking for advices in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/are-those-functionnalities-available-with-buddypresslooking-for-advices/#post-237935</link>
				<pubDate>Wed, 15 Apr 2015 19:30:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>I would google wordpress appointment plugin</p>
<p>There seems to be some options, you don&#8217;t necessarily need BuddyPress</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25ebc43021afeb9cbe4ff260cdc0629f</guid>
				<title>modemlooper replied to the topic Activity Stream member links modification in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activity-stream-member-links-modification/#post-237933</link>
				<pubDate>Wed, 15 Apr 2015 18:44:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>The action is hardcoded, there are a few different functions for linking to profiles, this filter will change profile links but there may be links not using bp_core_get_user_domain. </p>
<p>apply_filters( &#8216;bp_core_get_user_domain&#8217;, $domain, $user_id, $user_nicename, $user_login );</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b05397e5e2ad5e709197b5007959c6c9</guid>
				<title>modemlooper replied to the topic Activity Stream member links modification in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activity-stream-member-links-modification/#post-237851</link>
				<pubDate>Tue, 14 Apr 2015 03:24:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>the file entry.php is an individual activity item. </p>
<p>How to override bp templates <a href="https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/" rel="nofollow ugc">https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5d03f26dd97144ae84a1af694f15076c</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237792</link>
				<pubDate>Sun, 12 Apr 2015 23:52:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>is this site already active with users? You might need to reinstall everything fresh.</p>
<p>Read this thread, its probably the same issue, has some suggestions. <a href="https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/" rel="nofollow ugc">https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc22308cbaba0e5f1c19b7e4a296c544</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237792</link>
				<pubDate>Sun, 12 Apr 2015 23:52:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>is this site already active with users? You might need to reinstall everything fresh.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">421d548c2536fda48ce625d831f1b02d</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237790</link>
				<pubDate>Sun, 12 Apr 2015 23:48:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>You said you installed WP from hostgator? Did you create a database manually, use FTP to upload WP or did you log into hostgator admin and click a button to install WP?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed2c9920af32f121b750878dd9bfe0f7</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237788</link>
				<pubDate>Sun, 12 Apr 2015 23:44:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>so you didn&#8217;t download wp and install? Hostgator is notorious for borked WP install from their interface</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1b740197a77fc9ee1a539d9e48771e14</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237788</link>
				<pubDate>Sun, 12 Apr 2015 23:44:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>so you didn&#8217;t download wp and install?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18581040d5c13dcc0fa1c72747e8ad58</guid>
				<title>modemlooper replied to the topic Update 2.2.2 in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/update-2-2-2/#post-237787</link>
				<pubDate>Sun, 12 Apr 2015 23:43:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>are you getting a white screen or just blank page when you visit /activity ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dad76c0a5ce32585e0841280e4a4ac32</guid>
				<title>modemlooper replied to the topic Help editing BP Column theme in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/help-editing-bp-column-theme/#post-237785</link>
				<pubDate>Sun, 12 Apr 2015 23:39:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>its my theme but its so old and outdated I suggest not using it</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fbac074f71e05958c59a14df04aeb3f0</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237784</link>
				<pubDate>Sun, 12 Apr 2015 23:38:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>if you are comfortable access a database and editing php search here on the forums, there was a previous issue where a db column was missing. but that issue was a while ago.</p>
<p>Are you on multisite? also did you use a one click WordPress installer that a web host provides?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70e7e263a90acbb027271f7711d87a1d</guid>
				<title>modemlooper replied to the topic Associating fields with groups and subgroups in the forum Showcase</title>
				<link>https://buddypress.org/support/topic/associating-fields-with-groups-and-subgroups/#post-237783</link>
				<pubDate>Sun, 12 Apr 2015 23:35:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m not sure this can be done but it would require complex coding. You would most likely need to hire a developer.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">834c064c98548929510a372ec1e462af</guid>
				<title>modemlooper replied to the topic Activation  Key not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activation-key-not-working-2/#post-237779</link>
				<pubDate>Sun, 12 Apr 2015 23:30:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>first did you deactivate plugins and change theme to rule those out?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cbf313ede1aafc27b9bf043bfe209e17</guid>
				<title>modemlooper replied to the topic Help to put Favorit button in blog post page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/help-to-put-favorit-button-in-blog-post-page/#post-237266</link>
				<pubDate>Fri, 03 Apr 2015 20:02:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>post on support forum for like plugin and ask developer to add that feature </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0b4163c67e88077575b7b5719e6b7cc</guid>
				<title>modemlooper replied to the topic where do I find hooks for actions? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/where-do-i-find-hooks-for-actions/#post-237265</link>
				<pubDate>Fri, 03 Apr 2015 19:59:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>yes</p>
<p><a href="https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-activity/bp-activity-functions.php#L889" rel="nofollow ugc">https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-activity/bp-activity-functions.php#L889</a></p>
<p><a href="https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-activity/bp-activity-functions.php#L955" rel="nofollow ugc">https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-activity/bp-activity-functions.php#L955</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">138d5e2e391b417707e05f471b40c8db</guid>
				<title>modemlooper replied to the topic Changing &#034;Add friend button&#034; (ajax) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/changing-add-friend-button-ajax/#post-235773</link>
				<pubDate>Tue, 10 Mar 2015 01:03:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>You should use a language file to edit strings <a href="https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61f17d27e3b7a258502e00d141ccdaba</guid>
				<title>modemlooper replied to the topic Help to put Favorit button in blog post page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/help-to-put-favorit-button-in-blog-post-page/#post-235772</link>
				<pubDate>Tue, 10 Mar 2015 00:56:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>The code above is only for activity stream, try another plugin <a href="https://wordpress.org/plugins/buddypress-like/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-like/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4c87cf8b49ec17693597c968de9bcc9</guid>
				<title>modemlooper replied to the topic how to add new members to groups automatically? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-233850</link>
				<pubDate>Thu, 05 Feb 2015 21:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>did these plugins not work?<br />
<a href="https://wordpress.org/plugins/buddypress-groupomatic/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-groupomatic/</a><br />
<a href="https://wordpress.org/plugins/buddypress-auto-group-join/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-auto-group-join/</a></p>
<p>or function</p>
<p><code>function automatic_group_membership( $user_id ) {<br />
   if( !$user_id ) return false;</p>
<p>   groups_accept_invite( $user_id, $group_id );<br />
}<br />
add_action( &#039;bp_core_activated_user&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-369575"><a href="https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-233850" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1101124ef2c5453d0c0ad6e031411d74</guid>
				<title>modemlooper replied to the topic how to add new members to groups automatically? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-233850</link>
				<pubDate>Thu, 05 Feb 2015 21:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>did these plugins not work?<br />
<a href="https://wordpress.org/plugins/buddypress-groupomatic/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-groupomatic/</a><br />
<a href="https://wordpress.org/plugins/buddypress-auto-group-join/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-auto-group-join/</a></p>
<p><code>function automatic_group_membership( $user_id ) {<br />
   if( !$user_id ) return false;</p>
<p>   groups_accept_invite( $user_id, $group_id );<br />
}<br />
add_action( &#039;bp_core_activated_user&#039;, &#039;automatic_group_membership&#039;&hellip;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b3b6e6b7da146dc3664522dc3df4afb6</guid>
				<title>modemlooper replied to the topic how to add new members to groups automatically? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-233850</link>
				<pubDate>Thu, 05 Feb 2015 21:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>did these plugins not work?<br />
<a href="https://wordpress.org/plugins/buddypress-groupomatic/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-groupomatic/</a><br />
<a href="https://wordpress.org/plugins/buddypress-auto-group-join/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-auto-group-join/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0c37beeec93ecc8fe23e3fc4580684c8</guid>
				<title>modemlooper replied to the topic how to add new members to groups automatically? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-233850</link>
				<pubDate>Thu, 05 Feb 2015 21:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>did this plugin not work? <a href="https://wordpress.org/plugins/buddypress-groupomatic/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-groupomatic/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a507b78f752fc65bbfcbaf99bbdabc8</guid>
				<title>modemlooper replied to the topic Make wp Admin bar visible in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/make-wp-admin-bar-visible/#post-233847</link>
				<pubDate>Thu, 05 Feb 2015 21:40:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Your theme doesn&#8217;t have a menu?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e6157413f02b32df60166a3a03f04fc9</guid>
				<title>modemlooper replied to the topic Whats with the big red backgrounds behind buddypress.org post links?distracting! in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/whats-with-the-big-red-backgrounds-behind-buddypress-org-post-linksdistracting/#post-233506</link>
				<pubDate>Tue, 03 Feb 2015 18:19:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>List each forum on the support page with a few (5?) recent topics</p>
<p>[ How-to &amp; Troubleshooting ]<br />
 topic here<br />
 topic here<br />
 topic here<br />
 topic here<br />
 topic here</p>
<p>[Creating &amp; Extending]<br />
 topic here<br />
 topic here<br />
 topic here<br />
 topic here<br />
 topic here</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a05893abcab28ad2596f5e9f9fc0df5b</guid>
				<title>modemlooper replied to the topic lots of username craziness in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/lots-of-username-craziness/#post-233501</link>
				<pubDate>Tue, 03 Feb 2015 18:00:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>WP won&#8217;t allow any character. WP uses sanitize_user function to strip out.<br />
<a href="http://codex.wordpress.org/Function_Reference/sanitize_user" rel="nofollow ugc">http://codex.wordpress.org/Function_Reference/sanitize_user</a></p>
<p>First thing I would do is deactivate all plugins and test WP registration alone to see if its WP issue. If it is then search and post in the wp.org forums. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5534bc921e776afb793533b61b88a4d6</guid>
				<title>modemlooper replied to the topic Cannot Crop Avatars in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cannot-crop-avatars/#post-233500</link>
				<pubDate>Tue, 03 Feb 2015 17:50:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>not sure how they do the set up but sometimes if its an auto install of WP file permissions are off and the crop can break</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f2a0a19a6f440d0831fcef016e38d9b</guid>
				<title>modemlooper replied to the topic Cannot Crop Avatars in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cannot-crop-avatars/#post-233437</link>
				<pubDate>Mon, 02 Feb 2015 19:27:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Did you use a one click installer from your host to install WordPress?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c2d100f8772eec5ebeceb2a5b596a02b</guid>
				<title>modemlooper replied to the topic Dependant field in registration in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/dependant-field-in-registration/#post-233436</link>
				<pubDate>Mon, 02 Feb 2015 19:25:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nothing in BP core, you can try this plugin <a href="http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/" rel="nofollow ugc">http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ecdb0505df76f0d79cab34b9cca5774</guid>
				<title>modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-different-scope-to-site-wide-activity-vs-profileactivity/#post-233435</link>
				<pubDate>Mon, 02 Feb 2015 19:22:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and then return the appropriate response</p>
<p>Threaded is on by default</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df41c5be2375cc92127094015875eeab</guid>
				<title>modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-different-scope-to-site-wide-activity-vs-profileactivity/#post-233435</link>
				<pubDate>Mon, 02 Feb 2015 19:22:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and then return the appropriate response</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">327666abb25873fb94db6125b0c16731</guid>
				<title>modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-different-scope-to-site-wide-activity-vs-profileactivity/#post-233435</link>
				<pubDate>Mon, 02 Feb 2015 19:22:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and the return the appropriate response</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>