<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="bpi" method="upgrade">
	<name>Walls</name>
	<author>BPI Team</author>
	<creationDate>March 2011</creationDate>
	<copyright>Copyright 2008 - 2010 by Slashes &amp; Dots Sdn Bhd. All rights reserved</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>support@azrul.com</authorEmail>
	<authorUrl>http://www.bpi.com</authorUrl>
	<version>2.6_Strike_RC1</version>
	<isapplication>true</isapplication>
	<description>PLG_WALLS_XML_DESCRIPTION</description>
	<languages>
		<language tag="en-GB">en-GB.plg_bpi_walls.ini</language>
		<language tag="en-GB">en-GB.plg_bpi_walls.sys.ini</language>
	</languages>
	<files>
		<file plugin="walls">walls.php</file>
		<folder>walls</folder>
	</files>
	
	<menuitem>
		<menu label="Inbox" position="toolbar">
			<link label="Inbox">task=inbox</link>
			<link label="Compose">task=compose</link>
		</menu>
	</menuitem>
	
	<params>
		<param name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin the users applications list but it will allow this application to appear in the user profile automatically if selected.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
			<option value="1">Use Global</option>
			<option value="0">No</option>
		</param>
		<param name="position" type="list" default="content" label="Position" description="Default position if you select this as core apps">
			<option value="content">Main  content</option>
			<option value="sidebar-top">Sidebar top</option>
			<option value="sidebar-bottom">Sidebar bottom</option>
		</param>
		<param name="charlimit" type="text" default="0" label="Limit" description="Character limits in each post. (Set to 0 if you do want to limit)" />
	</params>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin the users applications list but it will allow this application to appear in the user profile automatically if selected.">
					<option value="0">No</option>
					<option value="1">Yes</option>
				</field>
				<field name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
					<option value="1">Use Global</option>
					<option value="0">No</option>
				</field>
				<field name="position" type="list" default="content" label="Position" description="Default position if you select this as core apps">
					<option value="content">Main  content</option>
					<option value="sidebar-top">Sidebar top</option>
					<option value="sidebar-bottom">Sidebar bottom</option>
				</field>
				<field name="charlimit" type="text" default="0" label="Limit" description="Character limits in each post. (Set to 0 if you do want to limit)" />
			</fieldset>
		</fields>
	</config>
</install>
