artur82 Posted March 28, 2013 Share Posted March 28, 2013 hello I kindly ask you how you can remove the automatic updates as image in the back office. which file should I put out? thanks use prestashop 1.5 Link to comment Share on other sites More sharing options...
vekia Posted March 28, 2013 Share Posted March 28, 2013 im not sure at all where to change this in back office :/ but i've got little know how based on modify .tpl files of your admin section. in this case you must go to the: admin/themes/default/template/controllers/home/content.tpl and remove this code: {if $upgrade} <div id="blockNewVersionCheck"> {if $upgrade->need_upgrade} <div class="warning warn" style="margin-bottom:10px;"><h3>{l s='New version of PrestaShop is available'} : <a style="text-decoration: underline;" href="{$upgrade->link}" target="_blank">{l s='Download'} {$upgrade->version_name}</a> !</h3></div> {/if} </div> {else} <p>{l s='Update notification unavailable'}</p> <p> </p> <p>{l s='To receive PrestaShop update warnings, you need to activate'} <b>allow_url_fopen</b> [<a href="http://www.php.net/manual/{$isoUser}/ref.filesystem.php">{l s='more info on php.net'}</a>]</p> <p>{l s='If you don\'t know how to do this, please contact your hosting provider!'}</p><br /> {/if} maybe someone knows other simplest method, but this one works like a charm :-) Link to comment Share on other sites More sharing options...
artur82 Posted March 28, 2013 Author Share Posted March 28, 2013 Thanks it worked great, this change will not share update messages in the future, right? Link to comment Share on other sites More sharing options...
vekia Posted March 29, 2013 Share Posted March 29, 2013 yes, exactly as you said :-) i marked this topic as solved for other forum members regards Link to comment Share on other sites More sharing options...
Recommended Posts