Jump to content

Image preview is no more in editorial module configuration


Recommended Posts

Hi Everyone,

 

 

I found a problem in PS v1.5.5.0

While making change in editorial module I found that Image preview is no more in this version while code in present in module.

 

$helper->fields_value['image'] = (file_exists(dirname(__FILE__).'/homepage_logo_'.(int)$id_shop.'.jpg') ? '<img src="'.$this->_path.'homepage_logo_'.(int)$id_shop.'.jpg">' : '');
        if ($helper->fields_value['image'])
            $helper->fields_value['size'] = filesize(dirname(__FILE__).'/homepage_logo_'.(int)$id_shop.'.jpg') / 1000;
  

 

 

 

Can anyone help me how to show Imahe preview here ....???

 

post-262404-0-49370500-1380111057_thumb.png

Edited by [email protected] (see edit history)
Link to comment
Share on other sites

it's a bit complicated, here is another topic related to editorial module 1.5.5 release http://www.prestashop.com/forums/topic/270857-prestashop-1550-release-home-text-editor/

 

this module doesn't work well, unfortunately :(

 

if I were you i will use different module to place custom content (contentbox,html block and many other)

for now, i don't know solution for this issue :(

Link to comment
Share on other sites

×
×
  • Create New...