VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: davidb34ni on May 01, 2012, 10:16:43 AM

Title: remove automatic update buttons how
Post by: davidb34ni on May 01, 2012, 10:16:43 AM
how does one go about to remove the automatic update buttons on the dashboard of virtualmart
Title: Re: remove automatic update buttons how
Post by: urbanj on May 04, 2012, 16:14:30 PM
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
Title: Re: remove automatic update buttons how
Post by: rustle on June 08, 2012, 01:56:10 AM
Did anybody ever get a more permanent fix then the reduced image size listed above?
Title: Re: remove automatic update buttons how
Post by: rustle on June 21, 2012, 17:27:23 PM
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
Title: Re: remove automatic update buttons how
Post by: alexdixondesign on July 01, 2012, 15:42:33 PM
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.
Title: Re: remove automatic update buttons how
Post by: adriespo on August 01, 2012, 10:14:18 AM
I managed in another way:

https://forum.virtuemart.net/index.php?topic=103485.msg353224#msg353224