Only one file of DOCMan 1.3 RC 2 need to be patch before it can be used with JACLPlus. Change on line 117 in DOCMAN_tree.class.php.
From :
| Code: : |
$sql .= "_CRLF_WHERE section='com_docman' AND published='1' AND access <= '$my->gid'";
|
To:
| Code: : |
// <jaclplus> $sql .= "_CRLF_WHERE section='com_docman' AND published='1' AND access <= '$my->gid'";
$sql .= "_CRLF_WHERE section='com_docman' AND published='1' AND access IN ($my->jaclplus)";
|
Unfortunely, due to DOCMan use its own groups system, JACLPlus Groups will not be able to be used in DOCMan. Anyway, the change will make it work as normal (just like without JACLPlus) and
you can create a superb access control to the categories access as well.
We have noticed that some files need to be patched in order to allow categories access control works properly with access levels that created by JACLPlus. We will release the patch soon.
Post edited by: admin, at: 2005/10/25 19:35
Post edited by: admin, at: 2005/11/05 06:29
ADDED:
We have released the patch in downloads section.
Post edited by: admin, at: 2005/11/09 17:28