Quote:
Originally Posted by djbaxter
What vBulletin version are you using?
|
4.0.4 PL1
Looking at the xml file, I do see this:
Code:
<templateedits>
<templateedit template="modifyoptions" varname="modifyoptions_commbull" username="Commbull" version="5.3" dateline="1278487345" searchorder="5" active="1" product="Commbull">
<title><![CDATA[Community Bulletin]]></title>
<searchstr><![CDATA[ <input type="hidden" name="set_options[adminemail]" value="1" />
</li>]]></searchstr>
<replacestr><![CDATA[ <input type="hidden" name="set_options[adminemail]" value="1" />
</li>
<li>
<label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checked.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
<input type="hidden" name="set_options[receivebulletin]" value="1" />
</li>
<li>
<label for="receivebulletin_type"><input type="checkbox" name="receivebulletin_type" value="1" id="receivebulletin_type" tabindex="1" {vb:raw checked.receivebulletin_type} /> {vb:rawphrase type_email_from_commbull}</label>
<input type="hidden" name="set_options[receivebulletin_type]" value="1" />
</li>
]]></replacestr>
</templateedit>
</templateedits>
I wonder if my manual edits are conflicting with the edits inside the xml file.