viz did you install the spoiler mod previously? in the install.xml it says where i should add text, but the problem is that there are multiple instances of said text. do i paste after every instance?
<file name="$sourcedir/ModSettings.php">
<operation>
<search position="after"><![CDATA[
);
// Saving?
if (isset($_GET['save']))
]]></search>
<add><![CDATA[
'',
array('select', 'defaultSpoilerStyle', array(
'1' => &$txt['spoiler_tag_onhoverovershow'],
'2' => &$txt['spoiler_tag_onlinkclickshow'],
'3' => $txt['spoiler_tag_onbuttonclickshow']
)),
]]></add>
</operation>
</file>