News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

ACL - How to hide Virtue mart in backend?

Started by buskerud, November 22, 2012, 13:09:56 PM

Previous topic - Next topic

buskerud

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

chetanmadaan

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.