Zen Cart Logo
Forums / Basic Configuration / Disable "check for update" problem

Disable "check for update" problem

Locked

Views: 3,309

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
03 Jul 2006, 10:12
#1
tanky avatar

tanky

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Disable "check for update" problem

Hi,

I have set at Admin > Configuration > Check for update to false.

But there is still a button shown at the top-right corner?

What's wrong? How can I disable it?

Thanks in advance

tanky

03 Jul 2006, 12:05
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Disable "check for update" problem

Not 100% sure, but I thought that check for update disables the automatic check when you login, but still leaves you the option to do it manually by clicking on the button.

03 Jul 2006, 14:50
#3
tanky avatar

tanky

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Re: Disable "check for update" problem

I see, thanks kuroi

But how can I remove/disable the button?

I don't want my client confuse and download the upgrade version which may make a mess of the system.

03 Jul 2006, 15:20
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Disable "check for update" problem

You would need to customize the file:
/admin/includes/header.php

and disable the button for:
button_check_new_version.gif

Note: that this is not an override file, so save your changes ...

14 Jul 2006, 09:29
#5
tanky avatar

tanky

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Re: Disable "check for update" problem

Thanks, I got it!