<?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 | Joshua Blevins | Activity</title>
	<link>https://buddypress.org/members/jblevins1991/activity/</link>
	<atom:link href="https://buddypress.org/members/jblevins1991/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Joshua Blevins.</description>
	<lastBuildDate>Mon, 06 Apr 2026 17:30:31 +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">d40d42b4f295a3dc68da6340703921d4</guid>
				<title>Joshua Blevins replied to the topic Creating Custom Member Types in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/creating-custom-member-types/#post-258473</link>
				<pubDate>Tue, 06 Sep 2016 22:43:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am really confused about how a child theme overrides a standard theme. So does the child theme just have to be named Twenty Sixteen Child and it will override Twenty Sixteen?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44f45e0d08a1fc986c6fb0f7f3b94f1b</guid>
				<title>Joshua Blevins replied to the topic Creating Custom Member Types in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/creating-custom-member-types/#post-258457</link>
				<pubDate>Tue, 06 Sep 2016 17:44:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>If I change code like the h3 tags or something will the changes show up on the members directory page? I am trying to modify the bp-default because im not very familiar with child themes. I figure if I modify the parent theme it would show up on the main theme right?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f5f5723290010a76462c005d9b830adb</guid>
				<title>Joshua Blevins replied to the topic Creating Custom Member Types in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/creating-custom-member-types/#post-258454</link>
				<pubDate>Tue, 06 Sep 2016 17:38:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Worked like a charm!</p>
<p>Is the member directory /members/index.php and the loop for the directory is /members/members-loop.php? right?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab94298e7b17f0e25efb955f93edfb6b</guid>
				<title>Joshua Blevins started the topic Creating Custom Member Types in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/creating-custom-member-types/</link>
				<pubDate>Tue, 06 Sep 2016 16:48:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>I wrote the following code and put it in functions.php inside of the bp-default theme. Is this wrong? If so where should i put it?</p>
<p><code></p>
<p>/*<br />
*	Create the custom coach role for users.<br />
*/<br />
function createRoles(){<br />
	//create coach roles<br />
	$type = &quot;Coach&quot;;<br />
	$args = array(&quot;labels&quot; =&gt; array(&quot;name&quot; =&gt; &quot;Coaches&quot;, &quot;singular_name&quot; =&gt; &quot;Coach&quot;), &quot;has_directory&quot; =&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-604998"><a href="https://buddypress.org/support/topic/creating-custom-member-types/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0e24ccf71433c4729bbc0188709105a0</guid>
				<title>Joshua Blevins replied to the topic About bp-custom in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-bp-custom/#post-248322</link>
				<pubDate>Sun, 03 Jan 2016 16:26:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Okay, I did those changes (shown below). I still see no additional role added to the WordPress extended profile. I should be able to see it there. Correct?</p>
<p><code>&lt;?php</p>
<p>/*<br />
*<br />
*/<br />
function custom_member_types(){<br />
	bp_register_member_type(&#039;role&#039;, array(&#039;labels&#039; =&gt; array(&#039;name&#039; =&gt; &#039;role&#039;, &#039;singular_name&#039; =&gt; &#039;role&#039;)));<br />
}</p>
<p>add_action(&#039;bp_init&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-502940"><a href="https://buddypress.org/support/topic/about-bp-custom/#post-248322" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0d653078c49b36930a0d732038ca33b</guid>
				<title>Joshua Blevins started the topic About bp-custom in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-bp-custom/</link>
				<pubDate>Sun, 03 Jan 2016 00:31:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>I see the code here about <a href="https://codex.buddypress.org/developer/member-types/" rel="nofollow ugc">creating custom member types</a>, but it didn&#8217;t say much about where to put this code. I assumed one of two places. Either in the bp-custom.php file wp-content/plugins/ or in functions.php. However, when i post the code below into both I did not get the desired effect.</p>
<p><code><br />
function&hellip;</code><span class="activity-read-more" id="activity-read-more-502730"><a href="https://buddypress.org/support/topic/about-bp-custom/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4c2a9f065bfe8a6dc690cd540a484ffb</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248283</link>
				<pubDate>Sat, 02 Jan 2016 14:47:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Got it to work. Thank you for your help Hugo.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a6f5ff92cb7e801d92509d80b5b37180</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248238</link>
				<pubDate>Fri, 01 Jan 2016 05:23:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Do you have a fully custom BuddyPress theme that is not a child theme? I&#8217;d really like to look at the code and figure it out under the hood.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">507f8286b1b971ff4611b0834cab380f</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248212</link>
				<pubDate>Wed, 30 Dec 2015 21:58:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just gonna bump this up.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad9d2b29635bd941117bddbf5194754b</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248163</link>
				<pubDate>Mon, 28 Dec 2015 19:41:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>I copied the files that are located in bp-legacy/buddypress/groups to MyTheme/buddypress/groups. Hmmmm, I will have to look into that Hugo. So that would be why you never see get_header or get_footer, etc. in any buddypress templates. That makes a hell of a lot more sense!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b57b838ca5d8fb2b49a69f3024e8555a</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248151</link>
				<pubDate>Mon, 28 Dec 2015 15:11:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>I really should not have posted before testing. However I copied pasted the BuddyPress Template for index.php to my theme and It comes up as a blank page. Any ideas why this would happen?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">119d263cde89f6bb33134fdc42a5ddc1</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248150</link>
				<pubDate>Mon, 28 Dec 2015 15:04:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Okay. Revisiting that page kind of game me some direction. I think I just stumbled into a state of pure confusion. I&#8217;ll post back if I have any questions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">91fafc6bdf947d902a06a57892b933e3</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248147</link>
				<pubDate>Mon, 28 Dec 2015 14:15:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Right, when it says directory it means that its where all of the groups are shown in a list right?</p>
<p>I am trying to find which pages are what right now so I can mirror the directory structure and move on to coding them out and testing things on them.</p>
<p>Can you give me some more information on which ones are which? I really couldn&#8217;t find which one&hellip;<span class="activity-read-more" id="activity-read-more-500695"><a href="https://buddypress.org/support/topic/about-buddypress-templates/#post-248147" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d0aca694a62ec001c49d2d8d9ed063e7</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248136</link>
				<pubDate>Sun, 27 Dec 2015 23:47:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Okay because I was looking at bp-core-template-loader. I saw the many functions such as bp_register_template_stack and bp_get_template_stack. From the description of the function in the comments I infer these functions allow me to say &#8220;instead of bp-legacy use these folders instead&#8221;. Is there a way to get BuddyPress to use the files at&hellip;<span class="activity-read-more" id="activity-read-more-500441"><a href="https://buddypress.org/support/topic/about-buddypress-templates/#post-248136" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64a00bb83978e9bffb28de60b0085fdf</guid>
				<title>Joshua Blevins replied to the topic Group Type Development in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/group-type-development/#post-248134</link>
				<pubDate>Sun, 27 Dec 2015 23:10:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>I would really like this. As of now I have to create my own solution for this. Im not to the step where I have started the code for my custom group types, but if it would help the community in any way I will post a link to the code for it when I do get that far.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e6b488091bc716fd8050b7ecab6db0d</guid>
				<title>Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/#post-248131</link>
				<pubDate>Sun, 27 Dec 2015 15:58:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Anybody know how BuddyPress looks for and puts together the group profile page?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7950f0291270b9883a59956daee8a049</guid>
				<title>Joshua Blevins started the topic About BuddyPress Templates in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/about-buddypress-templates/</link>
				<pubDate>Sun, 27 Dec 2015 02:17:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>I see in bp-legacy there are many files (including: group-header.php, home.phpm admin.php, cover-image-header.php, activity.php, members.php,etc.). Is there anybody within the community that can explain how WordPress and BuddyPress put together the group profile pages and what files they use. </p>
<p>Example: WordPress uses get_header to fetch&hellip;<span class="activity-read-more" id="activity-read-more-500183"><a href="https://buddypress.org/support/topic/about-buddypress-templates/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f1115bb4ea5002d20f026ac915a9436</guid>
				<title>Joshua Blevins replied to the topic Question about bp_activity_action in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/question-about-bp_activity_action/#post-248064</link>
				<pubDate>Wed, 23 Dec 2015 23:06:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Right now I am trying out Dreamweaver for production. However for a bit more versatility I am thinking about going back to Sublime Text. If not mainly for awesome plugins.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98b86c51667cde064a5cc5b64fc3ab10</guid>
				<title>Joshua Blevins replied to the topic Question about bp_activity_action in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/question-about-bp_activity_action/#post-248062</link>
				<pubDate>Wed, 23 Dec 2015 22:34:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>I did look at that function as well.</p>
<p><code>/**<br />
	 * Return the activity content.<br />
	 *<br />
	 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 1.0.0<br />
	 * <a href="https://buddypress.org/members/deprecated/" rel="nofollow ugc">@deprecated</a> 1.5.0<br />
	 *<br />
	 * <a href="https://buddypress.org/members/todo/" rel="nofollow ugc">@todo</a> properly deprecate this function.<br />
	 *<br />
	 * @uses bp_get_activity_action()<br />
	 * @uses bp_get_activity_content_body()<br />
	 * @uses apply_filters() To call the &#039;bp_get_activity_content&#039; hook.<br />
	 *<br />
	 * <a href="https://buddypress.org/members/return/" rel="nofollow ugc">@return</a> string The&hellip;</code><span class="activity-read-more" id="activity-read-more-499217"><a href="https://buddypress.org/support/topic/question-about-bp_activity_action/#post-248062" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aae4b626dffb57e51812ba5e65dfbc09</guid>
				<title>Joshua Blevins started the topic Question about bp_activity_action in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/question-about-bp_activity_action/</link>
				<pubDate>Wed, 23 Dec 2015 21:26:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Right now I am trying to make my own custom entry.php for my activity loops. When looking at the bp-default one to get a good idea of what one should look like i ran into the following code.</p>
<p><code>&lt;?php bp_activity_action(); ?&gt;</code></p>
<p>Now I found this function in bp-activity-template.php in the github project, but that was not too helpful either. The file&hellip;<span class="activity-read-more" id="activity-read-more-499203"><a href="https://buddypress.org/support/topic/question-about-bp_activity_action/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b41bd5c51917712c3ab49af4858c4877</guid>
				<title>Joshua Blevins replied to the topic I don&#039;t understand the template files in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247463</link>
				<pubDate>Sun, 06 Dec 2015 21:00:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Creating a child theme is not necessary. I figured out that if you create template files using the //Template Name you can go to the pages that BuddyPress makes and assign template pages to those pages. So you can create a file named activity.php and make it a template file and add the activity loop inside of that file. Once you have assigned that&hellip;<span class="activity-read-more" id="activity-read-more-491965"><a href="https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247463" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">364da9ef0e9182fea7f48eca4e48ab40</guid>
				<title>Joshua Blevins replied to the topic I don&#039;t understand the template files in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247436</link>
				<pubDate>Sat, 05 Dec 2015 09:16:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>I just figured that out. I have the activity folder added to the twentyfifteen theme. I am trying to modify the file, but it really doesn&#8217;t look like it should. I am logged in and I dont see any activity nor do i see the message Sorry, there was no activity found, Please try a different folder.</p>
<p>I am so confused and frustrated. I am pretty&hellip;<span class="activity-read-more" id="activity-read-more-491534"><a href="https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247436" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6492163e33bbe9d46744aab8c90daf41</guid>
				<title>Joshua Blevins replied to the topic I don&#039;t understand the template files in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247433</link>
				<pubDate>Sat, 05 Dec 2015 08:59:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>I guess I didn&#8217;t have the answer. Can someone seriously help me out? There are no notes on this anywhere on google and I don&#8217;t see it on the site or on github. I&#8217;m about to give up on buddypress.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">edc64bfa130b63d924aaac3f7471d737</guid>
				<title>Joshua Blevins replied to the topic I don&#039;t understand the template files in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247428</link>
				<pubDate>Sat, 05 Dec 2015 03:50:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>I found the answer myself. BuddyPress uses specific folders for the default pages (Activity, Groups, Forums, etc.) located at wp-content/plugins/bp-templates/bp-legacy/buddypress. In each folder found here are the corresponding default templates. These can be added to a folder you create in your theme. The folder you add to your theme must be&hellip;<span class="activity-read-more" id="activity-read-more-491471"><a href="https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247428" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df40fdf9ecd65be21131a41c9966a940</guid>
				<title>Joshua Blevins replied to the topic I don&#039;t understand the template files in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/i-dont-understand-the-template-files/#post-247427</link>
				<pubDate>Sat, 05 Dec 2015 03:21:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>So I found this <a href="https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/" rel="nofollow ugc">page</a>, which says I can make a directory named buddypress or community. However, it doesn&#8217;t say the name of any of the files I can override. What files can I override and what do they do?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">491747fbc9d5e8b865b95c3c13193fb9</guid>
				<title>Joshua Blevins&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/491420/</link>
				<pubDate>Fri, 04 Dec 2015 21:36:18 +0000</pubDate>

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