1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Now processing e_tohtml files, old method deprecated. Linkwords updated to use new method. More plugin.xml supporting changes

This commit is contained in:
mcfly
2008-02-01 18:09:02 +00:00
parent 1dd0fbadf8
commit 76c552459a
4 changed files with 90 additions and 42 deletions

View File

@@ -29,6 +29,11 @@
<pref name="forum_postspage" value="10" />
<pref name="forum_hilightsticky" value="1" />
<pref name="forum_obsolete_pref" value="1" active="false"/>
<pref name="forum_tmp" type="array">
<key name="pref1" value="val1" active="false" />
<key name="pref2" value="val2" />
<key name="pref3" value="val3" />
</pref>
</mainPrefs>
<userclasses>
<userclass name="forum_moderator" description="Moderator of all forums" />