VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: buskerud on November 22, 2012, 13:09:56 PM

Title: ACL - How to hide Virtue mart in backend?
Post by: buskerud on November 22, 2012, 13:09:56 PM
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
Title: Re: ACL - How to hide Virtue mart in backend?
Post by: chetanmadaan on November 22, 2012, 20:02:10 PM
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.