Jump to content

Remove PrestaShop Welcome Video/Summary Prestashop Link and PrestaShop News!


Recommended Posts

  • 2 months later...

Hi, I hope its not too late getting this answer.
This refers to 1.4.3 version of Prestashop, I think should be the same for previous 1.4.x.
To remove the entire right column but the admin box (the one with smarty, url rewrite infos, cache, htaccess and so on..) you do the following (of course I suggest you to backup the file you will modify):

in /yourprestashopfolder/adminXXX/tabs/AdminHome.php, line 430:

Original code

echo '


 '.translate('Loading...').'


';



Remove the div element "discover_prestashop AND LEAVE THE REMAINING CODE. Be careful deleting the DIV to avoid erros, such deleting the bottom that leads to break your BackOffice layout.
Modified code

echo '

';

Link to comment
Share on other sites

Thanks for the answer, I will try it.


Hi, I hope its not too late getting this answer.
This refers to 1.4.3 version of Prestashop, I think should be the same for previous 1.4.x.
To remove the entire right column but the admin box (the one with smarty, url rewrite infos, cache, htaccess and so on..) you do the following (of course I suggest you to backup the file you will modify):

in /yourprestashopfolder/adminXXX/tabs/AdminHome.php, line 430:

Original code
echo '


 '.translate('Loading...').'


';



Remove the div element "discover_prestashop AND LEAVE THE REMAINING CODE. Be careful deleting the DIV to avoid erros, such deleting the bottom

that leads to break your BackOffice layout.
Modified code
echo '

';

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...