[TYPO3] pixe_feediting conflicts with tt_news?

Tapio Markula tapio.markula at xetpoint.fi
Fri Nov 16 12:40:45 CET 2007


Brian Bendtsen
>> sorry but I don't figure how that could relate with pixe_feediting
> I know, it makes no sence.

Pixe_feediting handled TCA but that should not have any effect for 
backend editing.

I have used a hook for TCA

function getMainFields_preProcess($table,$row,$thisVar) {
		global $TCA,$BE_USER;
		$this->modTSconfig=$thisVar->modTSconfig;
		$this->PageTSConfig=$thisVar->PageTSConfig;
	 
$formOnPageConf=$GLOBALS['TSFE']->tmpl->setup[$table.'.']['stdWrap.']['editPanel.'];
		
		// these configurations concerns only 'EDITPANEL' objects - edit icons 
use default system + a funtion to reset some TCA, when used Forms on 
page editing mode		
		if(t3lib_div::_GP('TSFE_EDIT') && 
$BE_USER->uc['TSFE_adminConfig']['edit_editFormsOnPage']) {

reading should be stopped to the condition and it should not affect 
anything for the backend editing.

there is some TCA for setting images in 'ext_tables.php', if skin_grey_2 
has been installed (before) pixe_feediting.


More information about the TYPO3-english mailing list