absailesh / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

tried to change simple text on header.tpl #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i m trying to use vqmod for the first time and i had written the code below but 
i see no changes to my page..

i tried to change the "home" link on top right of home page to "my home" but 
there is no change to text.There is no error on vqmod manager but i dont see 
any change i.e "myhome" text instead of home.

below is my xml code do i need to add something to my tpl or any other changes 
which i dont know please suggest.

Original issue reported on code.google.com by vallabh....@gmail.com on 12 Jul 2012 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago
sorry this is my code i put the wrong attachment

<modification>
    <id>header display</id>
    <version>1.0.0</version>
    <vqmver>2.1</vqmver>
    <author>val</author>

    <file name="catalog/view/theme/*/template/common/header.tpl">
    <operation>
            <search position="replace"><![CDATA[<?php echo $text_home; ?>]]></search>         
             <add><![CDATA[my home]]></add>   
    </operation>    
   </file>  

</modification>

Original comment by vallabh....@gmail.com on 12 Jul 2012 at 8:32

GoogleCodeExporter commented 9 years ago
are you still having this problem? I was having a similar issue but it seemed 
to fix itself.. possible cache issue maybe? 

Original comment by i...@cmstackle.co.uk on 14 Jul 2012 at 1:43

GoogleCodeExporter commented 9 years ago
i reinstall vqmod and it started working.. thanks for ur reply... 

Original comment by vallabh....@gmail.com on 16 Jul 2012 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by DJG6...@gmail.com on 28 Aug 2012 at 5:45