<?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: Role permission to prevent user from viewing GF help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help</link>
		<description>Gravity Support Forums Topic: Role permission to prevent user from viewing GF help</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:40:43 +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/role-permission-to-prevent-user-from-viewing-gf-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-93083</link>
			<pubDate>Mon, 19 Nov 2012 15:26:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LW on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-93065</link>
			<pubDate>Mon, 19 Nov 2012 14:23:57 +0000</pubDate>
			<dc:creator>LW</dc:creator>
			<guid isPermaLink="false">93065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, thanks for the info!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-88777</link>
			<pubDate>Thu, 08 Nov 2012 07:14:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">88777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Adding this to your theme's functions.php will hide the Forms drop down in admin bar:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
function gform_remove_admin_menu() {
    global $wp_admin_bar;
    $wp_admin_bar-&#38;gt;remove_menu(&#38;#39;toplevel_page_gf_edit_forms&#38;#39;);
}
add_action( &#38;#39;wp_before_admin_bar_render&#38;#39;, &#38;#39;gform_remove_admin_menu&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>LW on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-88650</link>
			<pubDate>Thu, 08 Nov 2012 00:52:57 +0000</pubDate>
			<dc:creator>LW</dc:creator>
			<guid isPermaLink="false">88650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;It just lets you edit or hide the left-side menu items for certain users or roles.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-87292</link>
			<pubDate>Sun, 04 Nov 2012 20:30:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">87292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does the plugin allow you to edit the admin bar, or just menu items?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LW on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-87273</link>
			<pubDate>Sun, 04 Nov 2012 16:02:52 +0000</pubDate>
			<dc:creator>LW</dc:creator>
			<guid isPermaLink="false">87273@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using a plugin called Menu Editor Pro to stop users from viewing certain areas of Gravity Forms. Works well except I'd like to stop the user from viewing the Toolbar Links regarding Form Editor, Form Settings, etc when viewing just entries.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UWEX on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-43220</link>
			<pubDate>Tue, 06 Dec 2011 12:56:24 +0000</pubDate>
			<dc:creator>UWEX</dc:creator>
			<guid isPermaLink="false">43220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;eyecool's code is exactly what I arrived at myself, however it's not working for me.&#60;/p&#62;
&#60;p&#62;I agree that this should have its own capability, but regardless, I'm fine with removing via plugin.  The problem is the plugin isn't removing it for me ... gravity forms 1.6.2&#60;/p&#62;
&#60;p&#62;Anything change that would make this snippet not work anymore?&#60;/p&#62;
&#60;p&#62;EDIT: resolved.&#60;br /&#62;
Since I also remove the ability to generate new forms, the slug for me was different (I had to use gf_entries)&#60;/p&#62;
&#60;p&#62;Is there a way to remove the Help submenu regardless of what other capabilities I've removed from users on various sites?  ...I provide my own help ;)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eyecool on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-29019</link>
			<pubDate>Sat, 02 Jul 2011 07:18:13 +0000</pubDate>
			<dc:creator>eyecool</dc:creator>
			<guid isPermaLink="false">29019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fluid,&#60;/p&#62;
&#60;p&#62;You're welcome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Smith on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-28739</link>
			<pubDate>Tue, 28 Jun 2011 18:19:45 +0000</pubDate>
			<dc:creator>Alex Smith</dc:creator>
			<guid isPermaLink="false">28739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@eyecool&#60;/p&#62;
&#60;p&#62;&#34;A better way, without touching core files, is to disable it on a per-site basis using the theme's function.php&#34;&#60;/p&#62;
&#60;p&#62;Your code snippet works like a charm - much appreciated!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eyecool on "Role permission to prevent user from viewing GF help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-permission-to-prevent-user-from-viewing-gf-help#post-28662</link>
			<pubDate>Tue, 28 Jun 2011 02:19:56 +0000</pubDate>
			<dc:creator>eyecool</dc:creator>
			<guid isPermaLink="false">28662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl, thanks for your reply!  Sounds good to me.&#60;/p&#62;
&#60;p&#62;You've got a great link called: &#60;a href=&#34;http://gravityhelp.com/documentation/page/How_To&#34; rel=&#34;nofollow&#34;&#62;http://gravityhelp.com/documentation/page/How_To&#60;/a&#62; which includes a snippet for adding your own Sub-Page: &#60;a href=&#34;http://pastie.org/1682994&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1682994&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Very handy for dropping in a custom &#34;Gravity Forms 101&#34; page suited for the non-night owl, 9-5, &#34;I believe in the cloud&#34; non tech types.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
