1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00

38 lines
1.8 KiB
XML
Raw Normal View History

2009-07-17 14:41:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.26 2009-10-20 03:49:22 e107coders Exp $ -->
2009-07-07 02:22:57 +00:00
<e107Plugin name="Forum" version="2.0" compatibility="0.8" installRequired="true" xhtmlcompliant="true" >
2009-07-22 14:45:14 +00:00
<author name="e107 Inc." url="http://e107.org" />
2008-02-02 02:50:18 +00:00
<description>This plugin is a fully featured Forum system</description>
<category>content</category>
<adminLinks>
<link url='forum_admin.php' description='Configure Forum' icon='images/forums_32.png' iconSmall='images/forums_16.png' primary='true' >Configure Forum</link>
<link url="forum_admin.php" description="Forum Front Page" icon="manage" >Front Page</link>
<link url="forum_admin.php?cat" description="Create Forum Parents" icon="add" >Create Parents</link>
<link url="forum_admin.php?create" description="Create Forums" icon="images/forums_16.png" >Create Forums</link>
<link url="forum_admin.php?opt" description="Forum Preferences" icon="settings" perm="mainadmin" >Preferences</link>
</adminLinks>
<siteLinks>
<link url="forum/forum.php" perm='everyone'>Forum</link>
</siteLinks>
2008-02-02 02:50:18 +00:00
<mainPrefs>
<pref name="forum_show_topics">1</pref>
<pref name="forum_postfix">[more...]</pref>
<pref name="forum_poll">255</pref>
<pref name="forum_popular">10</pref>
<pref name="forum_track">1</pref>
<pref name="forum_eprefix">[forum]</pref>
<pref name="forum_enclose">1</pref>
<pref name="forum_title">Forums</pref>
<pref name="forum_postspage">10</pref>
<pref name="forum_threadspage">25</pref>
<pref name="forum_hilightsticky">1</pref>
2008-02-02 02:50:18 +00:00
</mainPrefs>
<userClasses>
<class name="forum_moderator" description="Moderator of all forums" />
</userClasses>
<extendedFields>
<field name="viewed" type='EUF_TEXTAREA' default='0' active="true" />
<field name="posts" type='EUF_INTEGER' default='0' active="true" />
</extendedFields>
2008-12-02 21:34:18 +00:00
</e107Plugin>