i want to share files between groups of users, some can upload, some only download, others administrate (create and manage file galleries).
my problem is that the administrator users cannot easily assign permissions to the file galleries:
via a dedicated group i assigned tiki_p_admin_file_galleries and tiki_p_admin_objects to those users, but the key symbol to assign permissions to file gallery objects does not appear for those users. they can, however, use the link tiki-objectpermissions.php manually.
does the feature to show the objectpermissions depend on any other flags/permissions?
i could not find any hint in the documentation so far..
in the meantime i have a fix which works for me:
in the file templates/tiki-file_galleries.tpl revision 1.26.2.19, i changed line 202 from
{if $tiki_p_admin eq 'y'}
to
{if $tiki_p_admin eq 'y' or $tiki_p_admin_file_galleries eq 'y'}
any comments? i am new to tikiwiki, maybe there are design guidelines to restrict changing permissions to admins
(i.e, users who have tiki_p_admin)?
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |