<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Removing &amp;quot;Create&amp;quot; button for Author</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Removing-Create-button-for-Author-79797</link>
        <description></description>
        <pubDate>Sat, 11 Jul 2026 19:07:33 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Removing-Create-button-for-Author-79797" rel="self" type="application/rss+xml" />

                <item>
          <title>Removing &quot;Create&quot; button for Author</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235440#post2235440</link>
          <description><![CDATA[<p>Thanks Dave!</p>
<p>Works great.</p>

<p>ragi</p>]]></description>
          <pubDate>Fri, 28 Nov 2014 13:48:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235440#post2235440</guid>
        </item>
                <item>
          <title>Removing &quot;Create&quot; button for Author</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235431#post2235431</link>
          <description><![CDATA[<p>Hi Ragi, </p>
<p>Here's a simple plugin that disables "Create" for authors:</p>
<p><code>&lt;?php<br />/*<br />Plugin Name: Disable Create for Authors<br />Description:<br />Version: 1.00<br />Requires at least: 2.60<br />*/<br /><br />// register callbacks<br />addAction('section_init', 'disableCreateForAuthors', null, 2);<br /><br />// disable Add/Create if user is an author<br />function disableCreateForAuthors($tableName, $action) {<br /><br />  if ($GLOBALS['hasAuthorAccess'] &amp;&amp; !$GLOBALS['hasEditorAccess']) { <br />    $GLOBALS['schema']['_disableAdd'] = 1; <br />  }<br /><br />}<br /><br />//eof</code></p>
<p>Let me know if that works for you!</p>]]></description>
          <pubDate>Thu, 27 Nov 2014 18:27:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235431#post2235431</guid>
        </item>
                <item>
          <title>Removing &quot;Create&quot; button for Author</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235409#post2235409</link>
          <description><![CDATA[<p>Damon:  Actually, my requirements are twofold:</p>
<p>1.  Allow only Authors to edit specific fields in a record; and</p>
<p>2.  No one can create a new record except for Editors.</p>
<p>I can do 1. easily enough by restricting access to the specific field(s) only to Authors, but my issue is 2.  Not sure how to go about it.</p>

<p>Ragi</p>]]></description>
          <pubDate>Sat, 22 Nov 2014 02:04:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235409#post2235409</guid>
        </item>
                <item>
          <title>Removing &quot;Create&quot; button for Author</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235404#post2235404</link>
          <description><![CDATA[<p>Hi,</p>
<p>What about just limiting Authors to a maximum number of records for each section?</p>
<p>They will then get an error message when they try to create an additional record if they have reached their maximum.</p>
]]></description>
          <pubDate>Fri, 21 Nov 2014 11:42:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235404#post2235404</guid>
        </item>
                <item>
          <title>Removing &quot;Create&quot; button for Author</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235356#post2235356</link>
          <description><![CDATA[<p>I would like to be able to remove the "create" button for the Author type user account.  In other words, remove the capability for Author accounts to create new records.</p>
<p>Any ideas?</p>]]></description>
          <pubDate>Fri, 14 Nov 2014 08:31:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235356#post2235356</guid>
        </item>
              </channel>
    </rss>
  