IMCE OG
Categories
Component ID
1924884
Component name
IMCE OG
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Description
This module adds the possibility to generate folder names based on a user's group memberships inside IMCE profiles as proposed here.
Installation
- Checkout the module and install as usual
- Add the following php code to a directory path inside an IMCE profile using the desired path prefix:
php: $groups = og_get_group_labels_by_user('Groups/',$user); return $groups;
