[TYPO3] List module improvements
Tapio Markula
tapio.markula at atwebteam.com
Fri Mar 23 09:27:41 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 looked your code changes. You have done it nicely. I can just add
the code to tm_contentaccess without any need to do any changes to
existing code.
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);
I add this feature as conditional.
# cat=basic/enable; type=boolean; label= Adds pagination for
listmodule:Adds pagination for listmodule. Uses XCLASS extension for
'class.db_list_extra.inc'.
enable.list_pagination = 0
More information about the TYPO3-english
mailing list