[TYPO3] mth_feedit - no Form shown - T3 4.0.2

Stefan Bothner | [m]zentrale stefan at m-zentrale.de
Tue Dec 12 12:18:27 CET 2006


Hi folks,

i want to use this api in one of mine extensions but no
edit or create-form is shown. i set cmd=create, set up 
my TS correctly like this (hopefully) and extend my
extension with needable PHP-Code:

plugin.tx_mzcbpaquisition_pi2.mthfeedit{
	allowedGroups = 1
	table = tx_mzcbpaquisition_liste
		
	create{
		fields =
institution,projektname,ansprechpartner,projektstandort,bundesland_uid

		show_fields =
institution,projektname,ansprechpartner,projektstandort,bundesland_uid	
		overrideValues{
    			hidden = 1
		}
  	}
  	
	#edit < .create
	
	pid = 239
	fe_cruser_id = cruser_id
	delete = 0
	requireLogin = 0
}

Iam using T3 4.0.2, maybe there's a problem. I updated includPath of
fe_adminLib.inc
to typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc. All fields are
spelled correctly?
Where could the problem be?

Thanks in advance and kind regards

Stefan




More information about the TYPO3-english mailing list