2017 © Pedro Peláez
 

typo3-cms-extension femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

image

chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  • Thursday, October 19, 2017
  • by chriwode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 200 % Grown

The README.md

Ext: Femanager extended search

Latest Stable Version License, (*1)

What does it do?

Add and select box with frontend user groups to filter the frontend user by their group., (*2)

Frontend view searchbar, (*3)

Frontend view searchbox, (*4)

Installation / Configuration

Download the extension from github and upload it via ftp or use a composer based installation., (*5)

Installation with Composer

Install the extension in your (Composer)[1] based TYPO3 project root with, (*6)

composer require chriwo/femanager_extended_search

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module., (*7)

Configuration

Add the static TypoScript Femanager extended search., (*8)

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., (*9)

plugin.tx_femanager {
    settings {
        list {
            filter {
                searchgroup {
                    removeFromUserGroupSelection =
                }
            }
        }
    }
}

The Versions

19/10 2017

dev-master

9999999-dev https://github.com/chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

19/10 2017

2.0.0

2.0.0.0 https://github.com/chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

07/07 2017

dev-develop

dev-develop https://github.com/chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

07/07 2017

1.0.2

1.0.2.0 https://github.com/chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

07/07 2017

dev-1x

dev-1x https://github.com/chriwo/femanager_extended_search

Expand the search function of femanager to be able to filter by user groups

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

04/07 2017

1.0.1

1.0.1.0 http://www.chriwo.de

Example addon extension to demonstrate an extended search

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager

05/08 2016

1.0.0

1.0.0.0 http://www.chriwo.de

Example addon extension to demonstrate an extended search

  Sources   Download

GPL-3.0

The Requires

 

registration form typo3 fe_users femanager