<?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: how to disable post/page editor mini button?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-disable-postpage-editor-mini-button</link>
		<description>Gravity Support Forums Topic: how to disable post/page editor mini button?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 12:11:53 +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/how-to-disable-postpage-editor-mini-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "how to disable post/page editor mini button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-disable-postpage-editor-mini-button#post-2667</link>
			<pubDate>Tue, 12 Jan 2010 20:04:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try this to get rid of the button. Just put the following snippet into your theme's function.php file. It basically hides the button from view for non admin users.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( !current_user_can(&#38;#39;manage_options&#38;#39;) ) {  

	function gfAdminCSS() {
			$gfAdminCSS = &#38;#39;&#38;lt;style type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;a[title=&#38;quot;Add Gravity Form&#38;quot;] {display:none;}&#38;lt;/style&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
			print($gfAdminCSS);
	}

	add_filter(&#38;#39;admin_head&#38;#39;, &#38;#39;gfAdminCSS&#38;#39;);
} ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;We're still considering some options for another release, but this should work for you for the time being.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "how to disable post/page editor mini button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-disable-postpage-editor-mini-button#post-2664</link>
			<pubDate>Tue, 12 Jan 2010 18:56:24 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2664@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right now I don't think there is a way... but you bring up a good point.  We can probably add an option in the next release to disable the form button in the page/post editor.  Would an option in the Settings to turn if off suffice?  Then you can use the Members role management plugin to hide the Settings page from them...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ünsal Korkmaz on "how to disable post/page editor mini button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-disable-postpage-editor-mini-button#post-2663</link>
			<pubDate>Tue, 12 Jan 2010 18:49:46 +0000</pubDate>
			<dc:creator>Ünsal Korkmaz</dc:creator>
			<guid isPermaLink="false">2663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;how to disable post/page editor mini button?&#60;br /&#62;
i dont want my customers put forms from there.. or.. a solution to just let them put some forms not all...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
