how does one go about to remove the automatic update buttons on the dashboard of virtualmart
I quick and dirty fix I think would be to find the image on the server, download it, reduce teh siz to 1px x 1px, colour it correctly and reupload it. I assume that this is so a client cannot click it. No idea how to remove it altogether though
Did anybody ever get a more permanent fix then the reduced image size listed above?
One my guys figured this out 8)
you can do this with .css
goto -/administrator/components/com_virtuemart/assets/css/admin_ui.css
goto line 118 - .menu-notice
add the "display:none !important;" css command
also if you are using a template override you would apply the same technique in your override file
Ideally they should have used unique classes on each dashboard icons (so you could hide it with css), until that day comes you can simply use css to hide the "Update button" from the left panel, and then comment out line 37 from:
/administrator/components/com_virtuemart/views/virtuemart/tmpl/default_controlpanel.php
to remove it from the dashboard.
I managed in another way:
https://forum.virtuemart.net/index.php?topic=103485.msg353224#msg353224