I want to remove the Check for Updates button in the admin header. I think it is in the admin-> includes-> header.php file? Thich code snippet should be removed?
I want to remove the Check for Updates button in the admin header. I think it is in the admin-> includes-> header.php file? Thich code snippet should be removed?
-Jeff
----------------------------
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
It is for a client and will only confuse them. I check for updates myself and keep my systems up to date.
Is there manual way to delete the html from the header?
-Jeff
----------------------------
J,
What version of Zen cart are you running for the admin panel,
I do not see Check for Updates in version 1.3.7
All I see is:
- Your version of Zen Cart appears to be current
- If you need an update: It reads: download here
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Sorry that did not remove the check for updates button in the admin header.
Is there some HTML code in the admin header that I can remove to take out the check for updates button?
-Jeff
----------------------------
J,
admin/ includes/ languages/ english.php
Remember there is no override folder here for future upgrades.
Look at lines below:
// Version Check notices
define('TEXT_VERSION_CHECK_NEW_VER','New Version Available v');
define('TEXT_VERSION_CHECK_NEW_PATCH','New PATCH Available: v');
define('TEXT_VERSION_CHECK_PATCH','patch');
define('TEXT_VERSION_CHECK_DOWNLOAD','Download Here');
define('TEXT_VERSION_CHECK_CURRENT','Your version of Zen Cart™ appears to be current.');
Delete the red text above and leave the two single quotes.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you so much for offering to help but doesn't that just keep the text from displaying?
I apologize for not being clear.
I want to remove this function completely from the admin header. I found the code but since it is in the admin I want to be sure to only remove the code that checks for updates.
-Jeff
----------------------------
J,
I guess I am stumped for the moment, Need some coffee,
Wait for a Zen master to read the thread for the answer.
Sorry I could not assist you.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting