2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-10-20 03:49:28 +00:00
|
|
|
<!-- $Id: plugin.xml,v 1.8 2009-10-20 03:49:22 e107coders Exp $ -->
|
2012-12-05 19:27:59 -08:00
|
|
|
<e107Plugin name="Chatbox" lan="CHBLAN_40" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
2009-07-14 03:50:56 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
2012-12-05 19:27:59 -08:00
|
|
|
<description lan="CHBLAN_41">Chatbox Menu</description>
|
2009-07-14 03:50:56 +00:00
|
|
|
<category>content</category>
|
2008-12-11 21:13:48 +00:00
|
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
2009-10-20 03:49:28 +00:00
|
|
|
<languageFiles>
|
|
|
|
<file type='log' path='languages/--LAN--/--LAN--_config.php' />
|
|
|
|
</languageFiles>
|
2009-09-24 00:11:21 +00:00
|
|
|
<adminLinks>
|
|
|
|
<link url='admin_chatbox.php' description='LAN_CONFIGURE' icon='images/chatbox_32.png' iconSmall='images/chatbox_16.png' primary='true' >LAN_CONFIGURE</link>
|
|
|
|
</adminLinks>
|
2008-12-11 21:13:48 +00:00
|
|
|
<mainPrefs>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pref name="chatbox_posts">10</pref>
|
|
|
|
<pref name="cb_wordwrap">20</pref>
|
|
|
|
<pref name="cb_layer">0</pref>
|
|
|
|
<pref name="cb_layer_height">200</pref>
|
|
|
|
<pref name="cb_emote">0</pref>
|
|
|
|
<pref name="cb_mod">254</pref>
|
2008-12-11 21:13:48 +00:00
|
|
|
</mainPrefs>
|
|
|
|
</e107Plugin>
|