<?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 | Tanner Moushey | Activity</title>
	<link>https://buddypress.org/members/tanner-m/activity/</link>
	<atom:link href="https://buddypress.org/members/tanner-m/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Tanner Moushey.</description>
	<lastBuildDate>Tue, 07 Apr 2026 16:12: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">2e9f504031abbab19bb55b699ce51488</guid>
				<title>Tanner Moushey commented on the post, An online community learning hub to deepen studies during IRL meetings, on the site BuddyPress.org</title>
				<link>https://buddypress.org/2019/09/an-online-community-learning-hub-to-deepen-studies-during-irl-meetings/comment-page-1/#comment-45533</link>
				<pubDate>Tue, 24 Sep 2019 20:14:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Renato! </p>
<p>I&#8217;d already had so me experience with VueJS, so we went that route. However it&#8217;s very similar to React, so the same principle would apply. Hoping we&#8217;ll get an excuse to try this in React sometime soon!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b61a65c8358ad7632f283c036a6eef01</guid>
				<title>Tanner Moushey replied to the topic SalesForce &#038; BuddyPress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/salesforce-buddypress/#post-228183</link>
				<pubDate>Mon, 03 Nov 2014 18:38:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="https://buddypress.org/members/qmai/" rel="nofollow ugc">@qmai</a>! I have setup a system before to link BuddyPress Profile Fields to SalesForce, but it takes a good amount of custom work. The method I ended up doing was to add a piece of custom meta to the Profile Field edit screen that allows you to specify a SF field id. Unfortunately, the process of adding custom meta to a BuddyPress Profile Field&hellip;<span class="activity-read-more" id="activity-read-more-326497"><a href="https://buddypress.org/support/topic/salesforce-buddypress/#post-228183" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">414151778003b6e808d6b40b57808142</guid>
				<title>Tanner Moushey replied to the topic Change Activity Stream and Profile Background Color in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-activity-stream-and-profile-background-color/#post-228040</link>
				<pubDate>Fri, 31 Oct 2014 19:24:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Super! Glad that helped!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c2bcd2f533de3fa5301435364191f2e</guid>
				<title>Tanner Moushey replied to the topic Change Activity Stream and Profile Background Color in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-activity-stream-and-profile-background-color/#post-228031</link>
				<pubDate>Fri, 31 Oct 2014 18:27:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>I hope that helps!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fbe1ea1b32931300440a60f918810c5</guid>
				<title>Tanner Moushey replied to the topic Change Activity Stream and Profile Background Color in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-activity-stream-and-profile-background-color/#post-228029</link>
				<pubDate>Fri, 31 Oct 2014 18:25:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello <a href="https://buddypress.org/members/boki88/" rel="nofollow ugc">@boki88</a>! Unfortunately it sounds like theme you are using does not have the ability to change those BuddyPress styles without some custom coding. Fortunately, it looks like you have Jetpack enabled and Jetpack has a CSS editor where you can enter custom styles without having to edit code in the theme files.</p>
<p>Go to the edit css page&hellip;<span class="activity-read-more" id="activity-read-more-325485"><a href="https://buddypress.org/support/topic/change-activity-stream-and-profile-background-color/#post-228029" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">507a5266d6e31b42ab19d453ab554606</guid>
				<title>Tanner Moushey replied to the topic [Resolved] Redirect users to Registration other wise set Activity as front page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/redirect-users-to-registration-other-wise-set-activity-as-front-page/#post-227969</link>
				<pubDate>Thu, 30 Oct 2014 16:45:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Great, glad that fixed it! You can see the list of WP actions here: <a href="http://codex.wordpress.org/Plugin_API/Action_Reference" rel="nofollow ugc">http://codex.wordpress.org/Plugin_API/Action_Reference</a>.</p>
<p>To limit this redirect just to the home page update it to something like this:</p>
<p><code>add_action( &#039;template_redirect&#039;, &#039;redirect_visitors&#039; );<br />
function redirect_visitors() {<br />
    if ( !is_user_logged_in() &amp;&amp; is_front_page() )&hellip;</code><span class="activity-read-more" id="activity-read-more-324997"><a href="https://buddypress.org/support/topic/redirect-users-to-registration-other-wise-set-activity-as-front-page/#post-227969" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">93999ab1a3a33afadfe17f87f98ad811</guid>
				<title>Tanner Moushey replied to the topic [Resolved] Redirect users to Registration other wise set Activity as front page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/redirect-users-to-registration-other-wise-set-activity-as-front-page/#post-227966</link>
				<pubDate>Thu, 30 Oct 2014 16:36:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="https://buddypress.org/members/braun_trutta/" rel="nofollow ugc">@braun_trutta</a>! Try changing your action to &#8216;template_redirect&#8217; instead of &#8216;init&#8217;.</p>
<p>so like this:</p>
<p><code>add_action( &#039;template_redirect&#039;, &#039;redirect_visitors&#039; );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2621072961f4cc4fa3d31d608c9e0e64</guid>
				<title>Tanner Moushey replied to the topic Allow members to write blog posts for main blog in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/allow-members-to-write-blog-posts-for-main-blog/#post-227962</link>
				<pubDate>Thu, 30 Oct 2014 16:29:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/doodledogcody/" rel="nofollow ugc">@doodledogcody</a>, have you tried Gravity Forms? It has a good solution for user submitted posts. See this article for more details: <a href="http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/" rel="nofollow ugc">http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">929025d6dbea52afa41df83f681e9ebc</guid>
				<title>Tanner Moushey replied to the topic Buddypress pages not loading (activity, profile, groups or members) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-pages-not-loading-activity-profile-groups-or-members/#post-227957</link>
				<pubDate>Thu, 30 Oct 2014 16:14:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="https://buddypress.org/members/professornate/" rel="nofollow ugc">@professornate</a>! Thanks for posting in the forums!</p>
<p>The issue you are seeing here is a result of some BuddyPress assets not loading. The site is throwing a Javascript error and that is preventing the page from loading.</p>
<p>First thing to try here is to deactivate and reactivate the BuddyPress plugin. If the issue persists, try changing your theme&hellip;<span class="activity-read-more" id="activity-read-more-324978"><a href="https://buddypress.org/support/topic/buddypress-pages-not-loading-activity-profile-groups-or-members/#post-227957" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>