mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +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:
@@ -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" />
|
||||
|
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/plugin.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-07-28 16:47:55 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-02-01 18:09:02 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -24,7 +24,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// Plugin info -------------------------------------------------------------------------------------------------------
|
||||
$eplug_name = "LWLANINS_1";
|
||||
$eplug_version = "1.1";
|
||||
$eplug_version = "1.2";
|
||||
$eplug_author = "jalist";
|
||||
$eplug_url = "http://e107.org";
|
||||
$eplug_email = "jalist@e107.org";
|
||||
@@ -116,8 +116,4 @@ $upgrade_alter_tables = "";
|
||||
|
||||
$eplug_upgrade_done = "";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user