<?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 | Lauren Pittenger | Mentions</title>
	<link>https://buddypress.org/members/lepittenger/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/lepittenger/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Lauren Pittenger.</description>
	<lastBuildDate>Tue, 07 Apr 2026 10:26:25 +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">395ad2100cd6ca02872bcfde7b6b7822</guid>
				<title>Henry Wright replied to the topic BuddyPress Permissions in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/buddypress-permissions/#post-234211</link>
				<pubDate>Mon, 09 Feb 2015 23:32:44 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lepittenger/" rel="nofollow ugc">@lepittenger</a> Right, I see now. Looking at <code>wp_insert_post()</code>, all I can see that&#8217;s available to hook into is <code>wp_insert_post_empty_content</code></p>
<p>Perhaps try something like this:</p>
<p><code>function lepittenger_custom_edit_page( $maybe_empty, $postarr ) {</p>
<p>    // Your page ID here.<br />
    $page_id = 962;</p>
<p>    // Your user ID here.<br />
    $user_id = 3;</p>
<p>    // Get the&hellip;</code><span class="activity-read-more" id="activity-read-more-371452"><a href="https://buddypress.org/support/topic/buddypress-permissions/#post-234211" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e6fdbcb6102f9bb4fada1d83138a8a48</guid>
				<title>Henry Wright replied to the topic BuddyPress Permissions in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/buddypress-permissions/#post-234206</link>
				<pubDate>Mon, 09 Feb 2015 22:49:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="https://buddypress.org/members/lepittenger/" rel="nofollow ugc">@lepittenger</a></p>
<p>There may be a plugin out there that can do all that you need but you may be able to achieve what you need without a plugin</p>
<p>WordPress uses <a href="http://codex.wordpress.org/Roles_and_Capabilities" rel="nofollow ugc">Roles and Capabilities</a> to dictate what a user can and cannot do. </p>
<p>Take editing a page for example. Any user with a role of Editor or above will be able to do that so all you&#8217;d need to do is&hellip;<span class="activity-read-more" id="activity-read-more-371441"><a href="https://buddypress.org/support/topic/buddypress-permissions/#post-234206" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>