<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Add new Tab]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4554</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4554&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Add new Tab.]]></description>
		<lastBuildDate>Thu, 28 Nov 2013 10:39:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Add new Tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18591#p18591</link>
			<description><![CDATA[<p>Thanks it works fine</p>]]></description>
			<author><![CDATA[null@example.com (halkoofi)]]></author>
			<pubDate>Thu, 28 Nov 2013 10:39:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18591#p18591</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add new Tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18572#p18572</link>
			<description><![CDATA[<p>you need to add a new module:<br />-define a new class that inherits from application in the applications folder.<br />- import that class in the frontaccounting.php and add a line :</p><div class="codebox"><pre><code>        $this-&gt;applications = array();
//line to add under
        $this-&gt;add_application(new new_module_app());</code></pre></div><p>this should do the trick, the position of your tab depends on which line you added your module.<br />you also need to redefine add_module(), add_lapp_function() and &gt;add_rapp_function() in ordre to show blocks and links in your module.<br />define also the access levels for your pages in access_levels.inc (includes folder).</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Tue, 26 Nov 2013 09:43:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18572#p18572</guid>
		</item>
		<item>
			<title><![CDATA[Add new Tab]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18571#p18571</link>
			<description><![CDATA[<p>How can I add a new tab to the system?</p>]]></description>
			<author><![CDATA[null@example.com (halkoofi)]]></author>
			<pubDate>Tue, 26 Nov 2013 08:07:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18571#p18571</guid>
		</item>
	</channel>
</rss>
