[TYPO3-english] Re: pt_extlist - Display List of Users within user group

Bastian Luik dadumm at web.de
Sun Jan 5 15:26:47 CET 2014


Hey Daniel,
thank you for your answer. I implemented the code and one thing was missing in the wrap function. The code now works. 

plugin.tx_ptextlist.settings.listConfig.ManageUserList {
  
  backendConfig < plugin.tx_ptextlist.settings.prototype.backend.typo3
  backendConfig {

    tables = fe_users

    baseWhereClause = COA
    baseWhereClause {
      10 = TEXT
      10.data = TSFE:fe_user|user|usergroup
      10.wrap = FIND_IN_SET('|',usergroup)|usergroup;
    }
  }

Cheers 
Bastian


More information about the TYPO3-english mailing list