Mister Denial Posted September 12, 2011 Share Posted September 12, 2011 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 More sharing options...
phrasespot Posted September 14, 2011 Share Posted September 14, 2011 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 More sharing options...
Mister Denial Posted September 19, 2011 Author Share Posted September 19, 2011 Thank you phrasespot! Excellent! Many thanks for your help! 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