News:

Support the VirtueMart project and become a member

Main Menu

remove automatic update buttons how

Started by davidb34ni, May 01, 2012, 10:16:43 AM

Previous topic - Next topic

davidb34ni

how does one go about to remove the automatic update buttons on the dashboard of virtualmart

urbanj

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

rustle

Did anybody ever get a more permanent fix then the reduced image size listed above?

rustle

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

alexdixondesign

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.