<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Opening up roles to Gravity Forms - the function way!</title>
		<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way</link>
		<description>Gravity Support Forums Topic: Opening up roles to Gravity Forms - the function way!</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:44:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/opening-up-roles-to-gravity-forms-the-function-way" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-8383</link>
			<pubDate>Tue, 10 Aug 2010 11:36:26 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8383@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If they are showing then it appears the contributor role already has those capabilities some how.  You would need to remove them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Walmsley on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-8376</link>
			<pubDate>Tue, 10 Aug 2010 06:03:01 +0000</pubDate>
			<dc:creator>Justin Walmsley</dc:creator>
			<guid isPermaLink="false">8376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;Great post, very clear! &#60;/p&#62;
&#60;p&#62;I have added:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Gravity Forms User Roles Access
$edit_contributor = get_role(&#38;#39;staff&#38;#39;);
$edit_contributor-&#38;gt;add_cap(&#38;#39;gravityforms_edit_entries&#38;#39;);
$edit_contributor-&#38;gt;add_cap(&#38;#39;gravityforms_edit_entry_notes&#38;#39;);
$edit_contributor-&#38;gt;add_cap(&#38;#39;gravityforms_export_entries&#38;#39;);
$edit_contributor-&#38;gt;add_cap(&#38;#39;gravityforms_view_entries&#38;#39;);
$edit_contributor-&#38;gt;add_cap(&#38;#39;gravityforms_view_entry_notes&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To my functions file, but Help and Campaign Monitor are still showing, is there any way to hide these aswell?&#60;/p&#62;
&#60;p&#62;Thanks for all of the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thebootroom on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-6414</link>
			<pubDate>Thu, 17 Jun 2010 06:24:22 +0000</pubDate>
			<dc:creator>thebootroom</dc:creator>
			<guid isPermaLink="false">6414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks firstly to Jonnya for giving me the motivation to use capabilities to solve a similar problem for one of my clients and thanks also to Carl for posting such a clear comprehensive list of the capabilities required. &#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gdeyoung1822 on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-6393</link>
			<pubDate>Wed, 16 Jun 2010 13:50:07 +0000</pubDate>
			<dc:creator>gdeyoung1822</dc:creator>
			<guid isPermaLink="false">6393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jonnya,  Did you build a separate plugin to manage the role capabilities or did you add the code example (or other code) with the appropriate capability to a specific file within the Gravity Forms files?  Also can you provide me the syntax or instruction to use for adding multiple capabilities to a role?  Thanks a bunch.&#60;/p&#62;
&#60;p&#62;PS. Carl, GREAT Plugin! I learned about it at CMS Chicago in May from Shayne, I bought the Developers License and have used it several times now.  My customers love it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-3952</link>
			<pubDate>Fri, 12 Mar 2010 17:33:26 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, we offer a bunch of capabilities so hopefully you get it working on your end.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonnya on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-3947</link>
			<pubDate>Fri, 12 Mar 2010 14:44:07 +0000</pubDate>
			<dc:creator>Jonnya</dc:creator>
			<guid isPermaLink="false">3947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's perfect Carl, it's a loose end on the project I'm working on and it's a go-live weekend so you have just saved me a fair bit of time!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-3946</link>
			<pubDate>Fri, 12 Mar 2010 12:56:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here are the capabilities that Gravity Forms uses:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Gravity Forms Related Capabilities&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;gravityforms_create_form&#60;br /&#62;
gravityforms_delete_entries&#60;br /&#62;
gravityforms_delete_forms&#60;br /&#62;
gravityforms_edit_entries&#60;br /&#62;
gravityforms_edit_entry_notes&#60;br /&#62;
gravityforms_edit_forms&#60;br /&#62;
gravityforms_edit_settings&#60;br /&#62;
gravityforms_export_entries&#60;br /&#62;
gravityforms_uninstall&#60;br /&#62;
gravityforms_view_entries&#60;br /&#62;
gravityforms_view_entry_notes&#60;br /&#62;
gravityforms_view_settings&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Add-On Related Capabilities&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;gravityforms_campaignmonitor&#60;br /&#62;
gravityforms_campaignmonitor_uninstall  &#60;/p&#62;
&#60;p&#62;gravityforms_freshbooks&#60;br /&#62;
gravityforms_freshbooks_uninstall  &#60;/p&#62;
&#60;p&#62;gravityforms_mailchimp&#60;br /&#62;
gravityforms_mailchimp_uninstall
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonnya on "Opening up roles to Gravity Forms - the function way!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-up-roles-to-gravity-forms-the-function-way#post-3941</link>
			<pubDate>Fri, 12 Mar 2010 08:41:50 +0000</pubDate>
			<dc:creator>Jonnya</dc:creator>
			<guid isPermaLink="false">3941@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have read that if you use a role manager type plugin (IE Justins) you can open up lower level user access to gravity forms - I was wondering if you could let me know what the capabilities are that are required.&#60;/p&#62;
&#60;p&#62;I don't like to run too many plugins - and it seems overkill to install this just to open up a capability - I am used to doing stuff like this for minor tasks in a little custom plugin:&#60;/p&#62;
&#60;p&#62;$edit_contributor = get_role('editor');&#60;br /&#62;
$edit_contributor-&#38;gt;add_cap('switch_themes');&#60;/p&#62;
&#60;p&#62;If you can let me know what the capabilities are, I can deploy this nice and easy! This info may be useful for other developers too!!&#60;/p&#62;
&#60;p&#62;PS - keep up the good work, this plugin ROCKS and I have been recommending it to everyone! I can't wait to see what you guys roll out in the future.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
