Jump to content

[SOLVED] Change File Format


Recommended Posts

Does anybody know were i can get this html code in prestashop

 

<img alt="" src="/modules/tmslider1/slides/slide_00.jpg">

 

All i need to do is change the .jpg to a .png but of course its like trying to find a needle in a haye stack !

 

Already checked every folder in the module and countless others, any help id be very grateful.

 

Thanks

 

Chris

Edited by chris187 (see edit history)
Link to comment
Share on other sites

tell me the website you have the .jpg to be changed and tell me what kind of module or file this is..

 

Much easier for us to find out which file to be used..

Thanks

 

*EDIT* I bet the file must be in /modules/tmslider1 (find a .css file to change the picture settings)

Edited by helldog2004 (see edit history)
Link to comment
Share on other sites

There is no .css file in there. There is no .jpg file either, for some reason when i change the image or update the text in the module tmslider1 it then changes to a .jpg and filles half the image with a white background.

 

The module is TMslider1

Link to comment
Share on other sites

Heres the code here-

 

<div id="tmslider1">

<ul>

{foreach from=$xml->link item=home_link name=links}

<li class="slide{$smarty.foreach.links.iteration}">

<div>

<h2>{$home_link->field1}</h2>

<h3>{$home_link->field2}</h3>

<h4>{$home_link->field3}</h4>

<p>{$home_link->field4}</p>

<a class="tms1_btn" href="{$link->getPageLink('index.php')}{$home_link->url}">{$home_link->field5}</a>

</div>

<a href="{$link->getPageLink('index.php')}{$home_link->url}"><img src="{$this_path}{$home_link->img}" alt="" /></a>

</li>

{/foreach}

</ul>

</div>

Link to comment
Share on other sites

<a href="{$link->getPageLink('index.php')}{$home_link->url}"><img src="{$this_path}{$home_link->img}" alt="" /></a>

 

It says the link to the image you are refering should be in the same folder.

Could you send me all codes in this folder?

 

Might be easier for me then to watch every file 1 by 1..

Seperate codes by using the code button (<>)

Link to comment
Share on other sites

×
×
  • Create New...