[Typo3] CODE for PlugIn

Markus Stauffiger markus at 4eyes.ch
Wed Sep 28 07:53:10 CEST 2005


Hi Leonardo

You need to "activate" the code field in "ext_tables.php" from your 
extension:

You'll find a line just like this:
$TCA["tt_content"]["types"]["list"]["subtypes_excludelist"][$_EXTKEY."_pi1"]="layout,select_key";

Now remove the "select_key" from this list:
$TCA["tt_content"]["types"]["list"]["subtypes_excludelist"][$_EXTKEY."_pi1"]="layout";

After clearing the backend cache and reloading the content element you'll 
find your "code" field.

Have fun
Markus


"Leo Barrientos" <lbarrien at iie.ufro.cl> schrieb im Newsbeitrag 
news:mailman.608.1127874786.11589.typo3-english at lists.netfielders.de...
Please :

Anyone can say to me how can i implement CODE in a Plugin created by myself 
on kickstarter.
,the thing is that i´ve got a plugin but without the CODE options the 
functionally provides is low.

Thanks!!!!

Greats from Chile.



-------------------------------------------------------------------------------------
Leonardo Barrientos C.
Asesor en tecnologías de Información y Comunicación
Integración y Desarrollo de Soluciones Software
Hochstetter 1050 Dpto 504 Fono : 318246
lbarr006 at gmail.com - lbarrien at iie.ufro.cl - lbarr006 at hotmail.com
------------------------------------------------------------------------------------------------------ 





More information about the TYPO3-english mailing list