<?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 | ch1n3s3b0y | Mentions</title>
	<link>https://buddypress.org/members/ch1n3s3b0y/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/ch1n3s3b0y/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning ch1n3s3b0y.</description>
	<lastBuildDate>Mon, 06 Apr 2026 21:52:56 +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">8b3011a8259419e7efc8c751ac1ca9d7</guid>
				<title>Henry Wright replied to the topic Setting User Role During Custom Registration in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/setting-user-role-during-custom-registration/#post-237426</link>
				<pubDate>Tue, 07 Apr 2015 23:27:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>Are you sure <code>$POST_[&#039;user_type&#039;]</code> is set?</p>
<p><code>switch( $POST_[&#039;user_type&#039;] ) {<br />
    case &#039;customer&#039;:<br />
        $new_role = &#039;customer&#039;;<br />
        break;<br />
    case &#039;guru&#039;:<br />
        $new_role = &#039;expert&#039;;<br />
        break;<br />
    default:<br />
        $new_role = &#039;user_role_is_neither_customer_or_expert&#039;;<br />
}</code></p>
<p>Try adding a default case to your switch&hellip;<span class="activity-read-more" id="activity-read-more-396909"><a href="https://buddypress.org/support/topic/setting-user-role-during-custom-registration/#post-237426" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ac8f5020d3191db5810947385d2bd00</guid>
				<title>Henry Wright replied to the topic Setting User Role During Custom Registration in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/setting-user-role-during-custom-registration/#post-237426</link>
				<pubDate>Tue, 07 Apr 2015 23:27:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>Are you sure <code>$POST_[&#039;user_type&#039;]</code> is set?</p>
<p><code>switch( $POST_[&#039;user_type&#039;] ) {<br />
    case &quot;customer&quot;:<br />
        $new_role = &#039;customer&#039;;<br />
        break;<br />
    case &quot;guru&quot;:<br />
        $new_role = &#039;expert&#039;;<br />
        break;<br />
    default:<br />
        $new_role = &#039;user_role_is_neither_customer_or_expert&#039;;<br />
}</code></p>
<p>Try adding a default case to your switch&hellip;<span class="activity-read-more" id="activity-read-more-396908"><a href="https://buddypress.org/support/topic/setting-user-role-during-custom-registration/#post-237426" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c88b45ed2d473ec73d7c4972c91aadff</guid>
				<title>Henry Wright replied to the topic Adding Member Registration Form to New Pages in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/adding-member-registration-form-to-new-pages/#post-234508</link>
				<pubDate>Sun, 15 Feb 2015 12:48:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>I don&#8217;t think there&#8217;s a template tag or shortcode available which will let you insert the registration form. To the best of my knowledge, if you want the form in multiple templates then you have to insert the form manually.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59cf0877588c8455f5c29e35db551d63</guid>
				<title>Henry Wright replied to the topic How To bp_set_member_type? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-bp_set_member_type/#post-232638</link>
				<pubDate>Tue, 20 Jan 2015 19:48:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>To set a default member type, try adding this to either your theme&#8217;s functions.php file or your bp-custom.php file.</p>
<p><code>function my_set_default_member_type( $user_id, $user_login, $user_password, $user_email, $usermeta ) {<br />
    // Set the member&#039;s type to student<br />
    bp_set_member_type( $user_id, &#039;student&#039; );<br />
}<br />
add_action(&hellip;</code><span class="activity-read-more" id="activity-read-more-360837"><a href="https://buddypress.org/support/topic/how-to-bp_set_member_type/#post-232638" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3865488a9cff28ab877f2cbd821d6b68</guid>
				<title>Henry Wright replied to the topic BuddyPress Users with Tags as Taxonomy in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451</link>
				<pubDate>Sat, 17 Jan 2015 13:14:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>Do you mean create a new custom taxonomy called <em>users</em> and then each time a user registers, you want a new term to be created?</p>
<p>If so then check out these resources:</p>
<p><a href="http://codex.wordpress.org/Taxonomies" rel="nofollow ugc">http://codex.wordpress.org/Taxonomies</a></p>
<p>You&#8217;ll need to use <code>register_taxonomy()</code> to create your new taxonomy (see <a href="http://codex.wordpress.org/Function_Reference/register_taxonomy" rel="nofollow ugc">here</a>)</p>
<p>To insert a new term you can use <code>wp_insert_term()</code>&hellip;<span class="activity-read-more" id="activity-read-more-359280"><a href="https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1bab2e71376abd23fdb9c6de0748eb27</guid>
				<title>Henry Wright replied to the topic BuddyPress Users with Tags as Taxonomy in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451</link>
				<pubDate>Sat, 17 Jan 2015 13:14:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>Do you mean create a new custom taxonomy called <em>users</em> and then each time a user registers, you want a new term to be created?</p>
<p>If so then check out these resources:</p>
<p><a href="http://codex.wordpress.org/Taxonomies" rel="nofollow ugc">http://codex.wordpress.org/Taxonomies</a></p>
<p>You&#8217;ll need to use <code>register_taxonomy()</code> (see <a href="http://codex.wordpress.org/Function_Reference/register_taxonomy" rel="nofollow ugc">here</a>)</p>
<p>To insert a new term you can use <code>wp_insert_term()</code> (see <a href="http://codex.wordpress.org/Function_Reference/wp_insert_term" rel="nofollow ugc">here</a>)</p>
<p>When you come&hellip;<span class="activity-read-more" id="activity-read-more-359278"><a href="https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8c3da8600c2c28a3a6801c6e65cfe15c</guid>
				<title>Henry Wright replied to the topic BuddyPress Users with Tags as Taxonomy in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451</link>
				<pubDate>Sat, 17 Jan 2015 13:14:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/ch1n3s3b0y/" rel="nofollow ugc">@ch1n3s3b0y</a></p>
<p>Do you mean create a new custom taxonomy called <em>users</em>. Then each time a user registers, you want a new term to be created?</p>
<p>If so then check out these resources:</p>
<p><a href="http://codex.wordpress.org/Taxonomies" rel="nofollow ugc">http://codex.wordpress.org/Taxonomies</a></p>
<p>You&#8217;ll need to use <code>register_taxonomy()</code> (see <a href="http://codex.wordpress.org/Function_Reference/register_taxonomy" rel="nofollow ugc">here</a>)</p>
<p>To insert a new term you can use <code>wp_insert_term()</code> (see <a href="http://codex.wordpress.org/Function_Reference/wp_insert_term" rel="nofollow ugc">here</a>)</p>
<p>When you come to&hellip;<span class="activity-read-more" id="activity-read-more-359277"><a href="https://buddypress.org/support/topic/buddypress-users-with-tags-as-taxonomy/#post-232451" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>