scea Posted March 1, 2014 Share Posted March 1, 2014 Bonjour Je souhaiterai supprimer dans le back office en page accueil sur le tableau de bord , sur la version 1.5.6.1 , la notification de nouvelle version de PS.disponible ... Comment faire ?? Merci à tous de votre aide Link to comment Share on other sites More sharing options...
thomasharko Posted March 1, 2014 Share Posted March 1, 2014 Bonsoir, Il faut supprimer ou commenter les lignes ci-dessous Dans /admin0000/themes/default/controllers/home/content.tpl {if $upgrade} <div id="blockNewVersionCheck"> {if $upgrade->need_upgrade} <div class="warning warn" style="margin-bottom:10px;"><h3>{l s='A 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 notifications are unavailable'}</p> <p> </p> <p>{l s='To receive PrestaShop update warnings, you need to activate you account. '} <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 /> Bonne soirée Link to comment Share on other sites More sharing options...
scea Posted March 1, 2014 Author Share Posted March 1, 2014 Bonsoir Merci pour la réactivité. Tout simplement parfait Merci beaucoup de l'aide apportée et bon week end. Jean-Claude Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now