Page 1 of 1

remove more refined features

PostPosted: Wed Jan 05, 2011 9:53 am
by neotrode
Hello all.

After reading through the forum, I learned how to remove some features from the page such as "Export XML" and the RSS icons using the permissions.ini file. However, I would also like to remove certain options from some of the tabs like "Copy set", "Update set", etc...

Can someone point me to the docs that better explains what I can hide. I want to minimalize the layout a bit.

Thanks

-Frank

Re: remove more refined features

PostPosted: Fri Jan 14, 2011 12:36 pm
by shannah
The best way to disable these sorts of things is by way of permissions. Most actions are assigned a permission that is required for them to show up. If you deny your users this permission, then the action won't show up for them.

To see available action definitions see the xataface actions.ini file.
To see available permissions definitions see the xataface permissions.ini file.

There should be some documentation in the wiki on both permissions and actions to help piece your way through this.