Is it a way to hide Virtue Mart in backend in Joomla 2.5 and Virtue Mart 2.0.12f?
I can hide all other components except Virtue Mart.
Thanks
Bj
This is done in the table #__assets..
Go to the table via phpmyadmin edit the row which has virtuemart in it and then paste this in the rules column.
backup your table first
{"core.admin":{"7":0},"core.manage":{"6":1,"7":0},"core.create":{"7":0,"3":1},"core.delete":{"7":0},"core.edit":{"7":0,"4":1},"core.edit.state":{"7":0,"5":1},"core.edit.own":{"7":0}}
This will probably hide the Virtuemart from all administrators but not super administrators.