[TYPO3-dev] Extending existing list in Web > Info module

Peter Klein peter at umloud.dk
Tue Jun 12 15:10:15 CEST 2007


"Tapio Markula" <tapio.markula at xetpoint.fi> skrev i en meddelelse 
news:mailman.1.1181650634.25155.typo3-dev at lists.netfielders.de...
> Hi
>
> I would need to create a plugin, which would extend existing list in Web
> > Info module.


3lib_extMgm::insertModuleFunction($modname,$className,$classPath,$title,$MM_key='function',$WS='')

Adds a "Function menu module" ('third level module') to an existing function 
menu for some other backend module
The arguments values are generally determined by which function menu this is 
supposed to interact with
See Inside TYPO3 for information on how to use this function.


> Is there - and where - any way to add a new item for example after page 
> information 'alias' and that could be possibe to edit like the field 
> 'alias'?

Extend the table "pages" with an extra field.
http://wiki.typo3.org/index.php/Extending_typo3_tables


-- 
Peter Klein/Umloud Untd






More information about the TYPO3-dev mailing list