<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Joomla Community Builder Plugin: plug_sobi2
* @version $Id$
* @package plug_sobi2
* @subpackage plug_sobi2.xml
* @author Derek Fernandes, www.mein-neuruppin.de, www.meine-prignitz.de ..... more to come
* @copyright (C) Derek Fernandes, Web Media Online
* @license Limited  http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @version 0.1Beta1
*/
-->
<cbinstall version="1.0.0" type="plugin" group="user">
	<name>CB SOBI2</name>
	<author>Derek Fernandes,Radek Suski</author>
	<creationDate>2007-01-02</creationDate>
	<copyright>(C) 2006 Web Media Online, (C) 2007 Sigsiu.NET</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>info@sigsiu.net </authorEmail>
	<authorUrl>http://www.sigsiu.net</authorUrl>
	<version>1.0.1</version>
	<description>
		This SOBI2 plugin will show entries of the user in their profile. And depending on the configuration of SOBI2 owners can edit and delete their entries.
	</description>
	<files>
		<filename plugin="sobi2">sobi2.php</filename>
		<filename>index.html</filename>
		<filename>sobi2_cb.css</filename>
		<filename>language/english.php</filename>
		<filename>language/german.php</filename>
	</files>
	<params>
		<param name="hwPlugEnabled" type="radio" label="SOBI2 Plugin Enabled" default="1" description="Specify Yes to enable SOBI2 plugin.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="ShowIco" type="radio" label="Show Icon" default="1" description="Show the entry icon beside the title (Icon will be shown only if user has added it.)">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>

		<param name="ShowHits" type="radio" label="Show Hits" default="1" description="Show number of hits">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="ShowEndDate" type="radio" label="Show End Date" default="1" description="Show the expire date of the entry. Only viewable by the owner of the entry.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>


		<param	name="@spacer" type="spacer" label="Credits:" default="This plugin was created by Derek Fernandes (info@mein-neuruppin.de) and modified by Radek Suski (http://www.Sigsiu.NET)" description="" />
		<param	name="@spacer" type="spacer" label="License:" default="This plugin is distributed under a limited GNU/GPL license and cannot be modified to work with anything else outside of the Community Builder suite supported by the Joomlapolis.com site" description="" />
		<param	name="@spacer" type="spacer" label="Parameters:" default="Please look at the relevant tab for additional parameters" description="" />
	</params>
	<tabs>
		<tab name="SOBI2" description="SOBI2 Plugin" class="getsobi2Tab" fields="0" position="cb_tabmain" displaytype="tab">
		<params>
		</params>
			<fields>
			</fields>
		</tab>
	</tabs>
	<install>
		<queries>
		</queries>
	</install>
	<uninstall>
	</uninstall>
</cbinstall>