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

Tapio Markula tapio.markula at xetpoint.fi
Tue Jun 12 16:34:15 CEST 2007


Peter Klein kirjoitti:
> 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.
> 

The generation of the list uses functions definded elsewhere.

	$theOutput.=$this->pObj->doc->section($LANG->getLL('pageInformation'),$dblist->getPageInfoBox($this->pObj->pageinfo,$this->pObj->CALC_PERMS&2),0,1);


found from
require_once(t3lib_extMgm::extPath('cms').'layout/class.tx_cms_layout.php');


$dfields = 
explode(',','alias,target,hidden,starttime,endtime,fe_group,no_cache,cache_timeout,newUntil,lastUpdated,subtitle,keywords,description,abstract,author,author_email');


In fact it would be nice to have *hook* to define this dynamic - or even 
better have some TypoScript to redefine this list.
		




More information about the TYPO3-dev mailing list