Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is RC2 of Forum Access for Drupal 7.
It has all the functionality of the D6 version plus extensive tests.
RC2 is a release candidate. We believe it's ready for release, but we need YOUR confirmation under #809404-30: Forum Access for D7 that everything works as expected.
RC2 adds a number of minor bug fixes. One of them may be significant for you: #1321864: Moderator does not see fields added to content type.. The fix may cause your moderators to see more fields on their node add/edit form than they saw before. Please verify that this is working as expected!
Forum Access requires the ACL 7.x-1.0 (or later) and Chain Menu Access API modules.
Changes since RC1:
Bugs fixed:
- #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
- Remove some left-over code from D6.
- Use node_load_multiple() for updating the permissions.
- #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.
If you use the third-party Advanced Forum module then you must install a version that is later than 7.x-2.0-beta2. See #1337412-11: Advanced Forum breaks Forum Access 6.x-1.7 for details.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.