* version to 1.15b
x SMF 1.1.2 sets $subActions twice
This commit is contained in:
parent
058dd5c4ca
commit
0e37126422
@ -4,7 +4,7 @@
|
||||
<name>SMF Shoutbox</name>
|
||||
<id>Deep:SMF_Shoutbox</id>
|
||||
<type>modification</type>
|
||||
<version>1.15</version>
|
||||
<version>1.15b</version>
|
||||
|
||||
<install for="1.1, 1.1.1, 1.1.2, 1.1.3">
|
||||
<require-file name="sbox.php" destination="$sourcedir" />
|
||||
|
@ -175,8 +175,20 @@ $helptxt['sbox_DarkThemes'] = 'Geben Sie hier die Verzeichnisnamen Ihrer dunkler
|
||||
<!-- Edit ModSettings.php and add settings stuff. -->
|
||||
<file name="$sourcedir/ModSettings.php">
|
||||
<operation>
|
||||
<search position="before"><![CDATA[
|
||||
'karma' => 'ModifyKarmaSettings',
|
||||
<search position="after"><![CDATA[
|
||||
);
|
||||
|
||||
// By default do the basic settings.
|
||||
]]></search>
|
||||
<add><![CDATA[
|
||||
'sbox' => 'ModifySboxSettings',
|
||||
]]></add>
|
||||
</operation>
|
||||
<operation>
|
||||
<search position="after"><![CDATA[
|
||||
);
|
||||
|
||||
// Default to core (I assume)
|
||||
]]></search>
|
||||
<add><![CDATA[
|
||||
'sbox' => 'ModifySboxSettings',
|
||||
|
Reference in New Issue
Block a user