[TYPO3-english] disable BE fields - ext:news

Tom Warwick tom.warwick at typo3.org
Thu Jul 24 12:12:57 CEST 2014


Hi everyone,

Im trying to disable (hide?) certain fields in the back end of ext:news - so what when a user creates a news record, certain fields no longer appear.

Im currently using the following snippet - http://typo3.org/documentation/snippets/sd/461/

TCEFORM.tx_news_domain_model_news {
	istopnews.disabled = 1
	teaser.disabled = 1
	bodytext.disabled = 1
	author.disabled = 0
	categories.disabled = 1
	related.disabled = 1
	relatedFrom.disabled = 1
	tags.disabled = 1
	keywords.disabled = 1
	related_from.disabled = 1
	media.disabled = 1
	media_records.disabled = 1
	related_files.disabled = 1
	related_links.disabled = 1
}

But, its doesn't seem to work, I'm placing this TS in my setup and using TYPO3 versions 6.2.4 and the latest release of ext:news

Thanks again,

Tom


More information about the TYPO3-english mailing list