[TYPO3-ttnews] Re: SOLVED: Re: tx_news: Remove FlexForm-Items via TCEFORM

Joe Jones foesse at web.de
Wed Oct 26 18:03:55 CEST 2016


Hi Zoe and dear Forum,

wow, old threat but still a topic. Your hint with escaping the dot was great and worked fine. All fields of the first tabs are hidden now:

TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.orderBy.disabled = 1
 TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.orderDirection.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.dateField.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.categoryConjunction.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.includeSubCategories.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.archiveRestriction.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.timeRestriction.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.timeRestrictionHigh.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.topNewsRestriction.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.singleNews.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.previewHiddenRecords.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.startingpoint.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.recursive.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.switchableControllerActions.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.categories.disabled = 1

But!!! The fields in the second tab won't go away with this:

TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.detailPid.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.listPid.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.backPid.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.limit.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.offset.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.tags.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.hidePagination.disabled = 1
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.list\.paginate\.itemsPerPage\.disabled = 1

And even the third tabs does not harm by this:
  TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.media\.maxWidth.disabled = 1

I can't find differences in the source of the forms. All parameters are like this:
tt_content.pi_flexform.news_pi1.list.settings.orderBy and it does not matter, which tabs it is. 

Does anyone has an idea?

thanks for help
Seebold



More information about the TYPO3-project-tt-news mailing list