XF 2.1 Hide "New patch" button from the dashboard

caino79

Member
Licensed customer
Hello,

I need to hide the auto update button, from the dashboard, to my other forum admin.
xen_patch.webp

There is an option, or at least a css rule, to do this?

Thanks.
 
This will only show to Super Admins or admins with the Upgrade XenForo permission.

Either they should no longer be a super admin or you should remove that permission from them.
 
I think this actually is shown for all administrators, as \XF\Repository\UpgradeCheck::canCheckForUpgrades() is unconditionally true.
 
Back
Top Bottom