Page 1 of 1

[solved]VQMod not working with admin home.tpl

Posted: Thu Nov 01, 2012 7:29 am
by finedesignz
Hi,

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>
For the life of me I can't get it to work... can anyone help point me in the right direction?

Re: VQMod not working with admin home.tpl

Posted: Thu Nov 01, 2012 7:39 am
by finedesignz
Nevermind... was a problem with the install of VQMod.

Don't forget to update index.php if you renamed your admin folder! :-)