[TYPO3] List module improvements

Tapio Markula tapio.markula at atwebteam.com
Fri Mar 23 09:07:13 CET 2007


Dmitry Pikhno kirjoitti:
> Hello, Nikolas.
> 
> Please take a look at screenshots of new version of Advanced List[1].
> And now it remembers you position after closing of edited content.
> 
> 
> [1] - http://typo3.org/documentation/document-library/extension-manuals/list_adv/1.1.1/view/1/1/#id3623304

I would like that you would contact to Maximo Cuadros 
<mcuadros at gmail.com>, who has made AJAX support for the list.
I think that if people must choose, which improvements to use,
they would prefer Maximo's changes. But if both changes would be
combined, that would be nice.

I have added possibility to disable unwanted action buttons.
Made using the same method as Typo3 uses controlling
context menu items.

$typesForDisableListmoduleTopIcons = 
t3lib_div::trimExplode(',',strtolower($this->modTSconfig['properties']['disableListmoduleTopIcons']),1);
if(is_array($typesForDisableListmoduleTopIcons))
	$this->disableListmoduleTopIcons = 
array_flip($typesForDisableListmoduleTopIcons);
unset($typesForDisableListmoduleTopIcons);
				


More information about the TYPO3-english mailing list