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

Peter Klein peter at umloud.dk
Tue Jun 12 16:06:49 CEST 2007


Ok. you didn't specify that in your previous mail.. ;)

Try looking at "typo3/sysext/cms/web_info/class.tx_cms_webinfo.php" - That's 
the file used when rendering Web > Info > Pagetree overview.

-- 
Peter Klein/Umloud Untd


"Tapio Markula" <tapio.markula at xetpoint.fi> skrev i en meddelelse 
news:mailman.1.1181656246.15356.typo3-dev at lists.netfielders.de...
> Peter Klein
>>>
>>> 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
>
> I would *not* like to create an new function menu
>
>>> 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
>
> I know that but I mean add Information about new field to Web > Info > 
> Pagetree overview
> after the item 'Alias'.
>
>
> Pagetitle:  ID:    Alias: MyField1: MyField2:
> I would like this way extend the Info module. 






More information about the TYPO3-dev mailing list