[TYPO3-german] Re: fe_users Daten per Link aufrufen und anzeigen, ggf. femanager

sas dr_colossos at hotmail.com
Tue Jul 11 13:06:54 CEST 2017


Konnte es so lösen. Falls jemand das gleiche Problem hat ...


lib.feuser = CONTENT
lib.feuser {
	table = fe_users
	
	select {
		pidInList = 123
		orderBy = last_name DESC
		where = uid = ###field_uid###
		markers.field_uid.data = GP:user
		markers.field_uid.intval = 1
		max = 1
	}
	
	renderObj = COA
        ... usw.

Aufruf dann mit : http://www.domain.de/index.php?id=10&user=789


More information about the TYPO3-german mailing list