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.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>
|
2009-07-09 02:47:17 +00:00
|
|
|
<category>content</category>
|
2009-09-23 23:18:18 +00:00
|
|
|
<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>
|
2009-09-21 22:14:45 +00:00
|
|
|
<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>
|
2009-09-23 23:18:18 +00:00
|
|
|
<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>
|