<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Remove some items from setup tab]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4446</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4446&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Remove some items from setup tab.]]></description>
		<lastBuildDate>Sun, 08 Dec 2013 10:00:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18698#p18698</link>
			<description><![CDATA[<p>Can experiment with a separate restricted mysql username and password to use for all others, other than for super admin and use it by switching in the config file.......</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 08 Dec 2013 10:00:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18698#p18698</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18677#p18677</link>
			<description><![CDATA[<p>tell anyone tell me how to create custom access by which we can disable insert,update,delete and clone buttons?</p>]]></description>
			<author><![CDATA[null@example.com (zulfiqar)]]></author>
			<pubDate>Thu, 05 Dec 2013 10:39:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18677#p18677</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18250#p18250</link>
			<description><![CDATA[<p>1. Export existing company and view the sql and note the table prefix - say (&quot;0_&quot;)<br />2. Create new company and mote it&#039;s table prefix to be say (&quot;1_&quot;)<br />3. Edit the sql from step 1 above and replace the table prefix with that of the newly created company<br />4. Restore the edited sql into the newly created comapny<br />5. Restore the sql/en_US-new.sql file into the default first company and change the admin password<br />6. Set the <strong>$hide_inaccessible_menu_items = 1;</strong> in <strong>config.php</strong></p><p>Use the newly created company as your real company.<br />Use the default company as the control company.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 28 Oct 2013 10:34:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18250#p18250</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18231#p18231</link>
			<description><![CDATA[<p>Dear AlastairR</p><p>I am willing to disable any item from tabs through code. Because &quot;user access&quot; section does not give me the power of controlling system as I wish. </p><p>Install/Update Languages<br />Install/Activate Extensions<br />Install/Activate Themes<br />Install/Activate Chart of Accounts<br />System Diagnostics</p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Sun, 27 Oct 2013 06:47:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18231#p18231</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18184#p18184</link>
			<description><![CDATA[<p>If you want to completely hide menu items that are not accessible for a user, you need to edit config.php and change<br />$hide_inaccessible_menu_items = 0;<br />to:<br />$hide_inaccessible_menu_items = 1;<br />But you may find that the theme you want to use does not use that config setting and still show the inaccessible menu option regardless. Default and dashboard themes work, but elegant does not. I expect because elegant was written before the config option was added.</p>]]></description>
			<author><![CDATA[null@example.com (AlastairR)]]></author>
			<pubDate>Tue, 22 Oct 2013 19:57:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18184#p18184</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18179#p18179</link>
			<description><![CDATA[<p>Still working on</p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Tue, 22 Oct 2013 11:10:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18179#p18179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18160#p18160</link>
			<description><![CDATA[<p>wishing for more answers <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Sat, 19 Oct 2013 05:48:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18160#p18160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18128#p18128</link>
			<description><![CDATA[<p>Really thanks apmuthu</p><p>Would you please do me favor?</p><p>Can you tell me exactly what should I do? for example de-activating &quot;Install/Activate Chart of Accounts&quot; link!</p><p>I can&#039;t do via user access section <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Tue, 15 Oct 2013 14:22:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18128#p18128</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18092#p18092</link>
			<description><![CDATA[<p>The installed_extensions.php determines the default company - do not make the default company the active company for real accounts.</p><p>Also hide links in config file setting for inaccessible menu items.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 11 Oct 2013 03:32:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18092#p18092</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18074#p18074</link>
			<description><![CDATA[<p>Still looking for answer <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Wed, 09 Oct 2013 11:04:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18074#p18074</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18061#p18061</link>
			<description><![CDATA[<p>Sometimes less knowledge bring us disastrous events. </p><p>I put FA 6 month for trial use, trial users did many things from hacking password from backup SQL file to changing system default settings. There are some absences in user permission part that does not meet my needs:<br />1-&nbsp; &nbsp; Trough back up file anyone can access Hashed password and can set the Admin password to “password”<br />2-&nbsp; &nbsp; Second admin can create new company and be able to make access to whole system.</p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Tue, 08 Oct 2013 15:47:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18061#p18061</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18058#p18058</link>
			<description><![CDATA[<p>Dear Joe</p><p>The bad thing about new admin is that: new admin can create new company; on that way the Admin can again make access to whole the system.</p><p>I don&#039;t want him/her to play with that parts <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Tue, 08 Oct 2013 15:14:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18058#p18058</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18057#p18057</link>
			<description><![CDATA[<p>Make another admin role where you ban access to these items. Then set this new role on these admins.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 08 Oct 2013 14:48:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18057#p18057</guid>
		</item>
		<item>
			<title><![CDATA[Remove some items from setup tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18056#p18056</link>
			<description><![CDATA[<p>Maybe this question looks ugly <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /> but it is really important to me. As far as I checked last post I couldn’t find my answer.</p><p>I want to remove below links from SETUP tab, I did previously by admin user via user permissions but other admin users can assign privilege again and work with that options.</p><p>Install/Update Languages<br />Install/Activate Extensions<br />Install/Activate Themes<br />Install/Activate Chart of Accounts<br />System Diagnostics</p><p>Please let me know how I cloud manually disable visibility of mentioned sections by code.</p>]]></description>
			<author><![CDATA[null@example.com (asgare)]]></author>
			<pubDate>Tue, 08 Oct 2013 10:13:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18056#p18056</guid>
		</item>
	</channel>
</rss>
