How to remove 'add products' and 'my products' from the members pages?

Can someone please tell me how to remove 'add products' and 'my products' from the members pages? I don't want my members being able to sell their own products.

Quote · 12 Aug 2012

I think you can achieve that by limiting the allowed actions your members can do by going to Admin Panel>>Settings>>Membership Levels then at the bottom of that page, click on "Actions" for the group you would like to make changes to, that's it.

Quote · 12 Aug 2012

Thanks, but that doesn't make the actual buttons go away. Even though they do nothing when you click on them, they're going to be confusing to my users I'm sure.

Quote · 12 Aug 2012

Go to phpmyadmin and run this query

DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store_title' AND `Order` = '1';

DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store_title' AND `Order` = '2';

I have not tested it but it should work but just for a safe side backup the table before executing this query.

Clear the DB cache and done. Enjoy

so much to do....
Quote · 13 Aug 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.