I've been beating my head against a wall trying to figure out why this won't work. I'm using v1.5.4.1 and trying to simply remove some information from the dashboard overview in the admin panel using vqmod.
Here's the contents of "lsd-mods.xml":
Code: Select all
<modification>
<id><![CDATA[LSD Mods]]></id>
<version><![CDATA[1.0.0]]></version>
<vqmver><![CDATA[2.1.7]]></vqmver>
<author><![CDATA[Michael Smith]]></author>
<file name="admin/view/template/common/home.tpl">
<operation>
<search position="replace" offset="15" error="log"><![CDATA[<table>]]></search>
<add><![CDATA[<table>]]></add>
</operation>
</file>
</modification>