chriwo / femanager_extended_search
Expand the search function of femanager to be able to filter by user groups
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3-ter/femanager: ^3
- typo3/cms: >=8.7.0 <9
Replaces
- femanager_extended_search: 2.0.0
- typo3-ter/femanager-extended-search: 2.0.0
README
What does it do?
Add and select box with frontend user groups to filter the frontend user by their group.
Installation / Configuration
Download the extension from github and upload it via ftp or use a composer based installation.
Installation with Composer
Install the extension in your (Composer)1 based TYPO3 project root with
composer require chriwo/femanager_extended_search
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
Configuration
Add the static TypoScript Femanager extended search
.
In the TypoScript setup is it possible to exclude frontend user groups from select box. See the code snippet below and add frontend user groups ID as comma separated list to exclude them.
plugin.tx_femanager {
settings {
list {
filter {
searchgroup {
removeFromUserGroupSelection =
}
}
}
}
}