[Typo3-dev] Front-end plugin

Rainer Kuhn kuhn at punkt.de
Thu Mar 10 10:01:47 CET 2005


Rob Kamp wrote:

> I have developed a simple front-end plugin through the kickstarter. I 
> have modified it so it displays several types of layout in the front-end 
> based on a variable tmplate in the pages setup.
> 
> I now have a question about the back-end. I am looking for a way to only 
> have some of the fields on the back-end form? How is this realized? I 
> cannot find any documentation that show how this is done correctly.

Hi Rob,

I'm not sure if I got your question - do you want to hide some fields of 
database tables you've extented? If yes, go to the the ext_tables.php file 
of your extension and edit the line

t3lib_extMgm::addToAllTCAtypes("pages", ...);

HTH,

Cheers Rainer




More information about the TYPO3-dev mailing list