2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-12-19 11:18:11 +01:00
|
|
|
<e107Plugin name="Private Messenger" lan="LAN_PLUGIN_PM_NAME" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
2012-07-24 00:42:17 +00:00
|
|
|
<author name="e107 Inc." email="devs@e107.org" />
|
2012-12-19 11:18:11 +01:00
|
|
|
<description lan="LAN_PLUGIN_PM_DESCRIPTION">This plugin is a fully featured Private Messaging system.</description>
|
2009-07-14 03:50:56 +00:00
|
|
|
<category>users</category>
|
2009-09-24 00:11:21 +00:00
|
|
|
<adminLinks>
|
2016-04-03 15:02:25 -07:00
|
|
|
<link url='admin_config.php' description='LAN_CONFIGURE' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' />
|
2009-09-24 00:11:21 +00:00
|
|
|
</adminLinks>
|
2013-01-31 19:13:50 -08:00
|
|
|
<pluginPrefs>
|
|
|
|
<pref name="title">PMLAN_PM</pref>
|
|
|
|
<pref name="animate">1</pref>
|
|
|
|
<pref name="dropdown">0</pref>
|
|
|
|
<pref name="read_timeout">0</pref>
|
|
|
|
<pref name="unread_timeout">0</pref>
|
|
|
|
<pref name="popup">0</pref>
|
2016-04-03 14:37:37 -07:00
|
|
|
<pref name="popup_delay">3</pref>
|
2013-01-31 19:13:50 -08:00
|
|
|
<pref name="perpage">10</pref>
|
|
|
|
<pref name="pm_class">e_UC_MEMBER</pref>
|
|
|
|
<pref name="notify_class">e_UC_ADMIN</pref>
|
|
|
|
<pref name="receipt_class">e_UC_MEMBER</pref>
|
|
|
|
<pref name="attach_class">e_UC_ADMIN</pref>
|
|
|
|
<pref name="attach_size">500</pref>
|
|
|
|
<pref name="sendall_class">e_UC_ADMIN</pref>
|
|
|
|
<pref name="multi_class">e_UC_ADMIN</pref>
|
|
|
|
<pref name="allow_userclass">1</pref>
|
|
|
|
<pref name="pm_limits">0</pref>
|
|
|
|
<pref name="pm_max_send">100</pref>
|
2016-04-03 14:37:37 -07:00
|
|
|
<pref name="sent_to_class">matchclass</pref>
|
2013-01-31 19:13:50 -08:00
|
|
|
</pluginPrefs>
|
2012-12-19 11:18:11 +01:00
|
|
|
</e107Plugin>
|