Different users have access to doing various operations according to a) their user status and b) the WIKINDX configuration settings.
Checking for access is not centralised and is performed with often complex access checking within various PHP modules. This makes it difficult to debug and track user access issues. It is also the case that some aspects of user access are broken. For example, viewing resource attachments should be available to all registered users, but, if the WIKINDX users configuration for 'Only admins and the resource originator can edit the resource' is set to 'No,' then attachments cannot be viewed (they should be viewable for registered users).
Proposal:
For example, regarding access to attachments:
$ua->access('viewAttachment')$ua->access('editAttachment')RELATED: https://sourceforge.net/p/wikindx/v5bugs/537/
Mark