forked from Moc/mailbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
28 lines (28 loc) · 1.25 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Mailbox" lan="LAN_MAILBOX_NAME" version="1.0" date="2016-04-01" compatibility="2.0" installRequired="true">
<author name="Tijn Kuyper (Moc)" url="http://www.tijnkuyper.nl" email="[email protected]" />
<description lan="LAN_MAILBOX_DESC">An up-to-date messaging platform that uses all the latest web technologies and functionalities offered by e107.</description>
<category>users</category>
<keywords>
<word>messaging</word>
<word>communication</word>
</keywords>
<adminLinks>
<link url="admin_config.php" icon="images/mailbox_32.png" iconSmall="images/mailbox_16.png" primary="true" />
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}mailbox/mailbox.php" sef="mailbox" perm="everyone">LAN_MAILBOX_NAME</link>
</siteLinks>
<pluginPrefs>
<pref name="accessible_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="message_limits">0</pref>
<pref name="message_max_send">100</pref>
</pluginPrefs>
</e107Plugin>