<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=HideConfigurationTab3</id>
	<title>HideConfigurationTab3 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=HideConfigurationTab3"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=HideConfigurationTab3&amp;action=history"/>
	<updated>2026-08-23T11:48:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=HideConfigurationTab3&amp;diff=1499&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=HideConfigurationTab3&amp;diff=1499&amp;oldid=prev"/>
		<updated>2016-04-06T20:11:19Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= How to hide the Configuration Tab =&lt;br /&gt;
&lt;br /&gt;
== RT 3.4.x and greater ==&lt;br /&gt;
&lt;br /&gt;
In RT 3.4, the visibility of the configuration tab is controlled by the [[ShowConfigTab]] permission, making this patch no longer necessary.&lt;br /&gt;
&lt;br /&gt;
== RT 3.0 and 3.2 ==&lt;br /&gt;
&lt;br /&gt;
First copy &amp;quot;/path/to/rt3/share/html/Elements/Tabs&amp;quot; to &amp;quot;/path/to/rt3/local/html/Elements/Tabs&amp;quot; then open it in your editor and remove the following code block:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;my $basetabs = {     A =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Homepage&amp;#039;),&lt;br /&gt;
                           path =&amp;amp;gt; &amp;#039;&amp;#039;,&lt;br /&gt;
                         },&lt;br /&gt;
                    B =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Tickets&amp;#039;),&lt;br /&gt;
                        path =&amp;amp;gt; &amp;#039;Search/Listing.html&amp;#039;&lt;br /&gt;
                      },&lt;br /&gt;
                    E =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Configuration&amp;#039;),&lt;br /&gt;
                           path =&amp;amp;gt; &amp;#039;Admin/&amp;#039;&lt;br /&gt;
                         },&lt;br /&gt;
                    K =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Preferences&amp;#039;),&lt;br /&gt;
                        path =&amp;amp;gt; &amp;#039;User/Prefs.html&amp;#039;&lt;br /&gt;
                      },&lt;br /&gt;
                    P =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Approval&amp;#039;),&lt;br /&gt;
                           path =&amp;amp;gt; &amp;#039;Approvals/&amp;#039;&lt;br /&gt;
                         },&lt;br /&gt;
                 };&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and in it&amp;#039;s place add:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; my $basetabs = {     A =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Homepage&amp;#039;),&lt;br /&gt;
                           path =&amp;amp;gt; &amp;#039;&amp;#039;,&lt;br /&gt;
                         },&lt;br /&gt;
                    B =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Tickets&amp;#039;),&lt;br /&gt;
                        path =&amp;amp;gt; &amp;#039;Search/Listing.html&amp;#039;&lt;br /&gt;
                      },&lt;br /&gt;
                    K =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Preferences&amp;#039;),&lt;br /&gt;
                        path =&amp;amp;gt; &amp;#039;User/Prefs.html&amp;#039;&lt;br /&gt;
                      },&lt;br /&gt;
                    P =&amp;amp;gt; { title =&amp;amp;gt; loc(&amp;#039;Approval&amp;#039;),&lt;br /&gt;
                           path =&amp;amp;gt; &amp;#039;Approvals/&amp;#039;&lt;br /&gt;
                         },&lt;br /&gt;
                 };&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 if ( $session{&amp;#039;CurrentUser&amp;#039;}-&amp;amp;gt;HasRight(Right =&amp;amp;gt; &amp;#039;SuperUser&amp;#039;,  Object =&amp;amp;gt; $RT::System) ) {&lt;br /&gt;
 &lt;br /&gt;
                    $basetabs-&amp;amp;gt;{&amp;#039;E&amp;#039;} = { title =&amp;amp;gt; loc(&amp;#039;Configuration&amp;#039;),&lt;br /&gt;
                          path =&amp;amp;gt; &amp;#039;Admin/&amp;#039;&lt;br /&gt;
                         };&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once this is working you can just assign your &amp;quot;admin&amp;quot; users the global right of &amp;quot;SuperUser&amp;quot; and they will see the config link. Regular users will not.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>