[TYPO3] Description in shortcut

Tapio Markula tapio.markula at xetpoint.fi
Sat Sep 15 19:52:19 CEST 2007


Johnny Peck
>>
>> -- cut --
>> t3lib_extMgm::addToAllTCAtypes('pages','description','4','after:shortcut_mode');

> How do you do that?  

alt_tables.php should be in the root directory of installed plugin.
just few changes to the file - no matter which ext_tables.php,
but if you update some plugin you loose the information - that's why 
small extension is usefull.

<?php
if (!defined ("TYPO3_MODE")) 	die ("Access denied.");
t3lib_extMgm::addToAllTCAtypes('pages','description','4','after:shortcut_mode');
?>

create for example folder
typo3conf/user_shortcutmode

and put that file there and clear the cache. That's it.


More information about the TYPO3-english mailing list