Jump to content

[Solved] Disable "Welcome to Prestashop" in BO ?


Recommended Posts

Hello,

 

this is really just a minor issue but that keeps annoying me every time I log into the BO. I am using 1.4.5 and the "don't show again" checkmark is just not working.

 

So every time I log in to work on my shop or check something, I have this huge video welcome box taking up half of my screen.

 

So, is there another way to disable this screen?

 

Your help would do much good to my nerves and is much appreciated! :-)

 

Regards,

 

Dan

Link to comment
Share on other sites

FInd /renamed admin dir/tabs/AdminHome.php, around line 182 where it reads

if (!isset($cookie->show_screencast))

Open a comment (/*) at the beginning of the line so it now reads

/*if (!isset($cookie->show_screencast))

Then repeat the same thing with a comment close (*/) on line 210 where it reads

<div class="clear"></div><br />';

so it now reads

<div class="clear"></div><br />';*/

Line numbers may be different slightly in your installation.

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...