[TYPO3] Sitemap

Peter Harlander office at harlander-itm.com
Tue Jan 3 22:40:32 CET 2006


Peter Harlander schrieb:
> Does anyone know what URl-Parameters to use to configure the "Google 
> Sitemap for Contents to make a sitemap of tt_news?
> 
> Thanks for any Help
> 
> Peter

the problem was not the url-parameter.
it seems to be a bug in the extension:
if i delete the line with the # in class.tx_mcgooglesitemap_base.php 
everthing works perfect. the function sitemapTTNews seems to be the 
problem and not really necessary...

	function sitemapContent($array=array()) {
		if ( count($array) == 0 ) { $array=$this->cObj->data; }
#		if ( $array['tx_mcgooglesitemap_objective'] == "tt_news" ) { return 
$this->sitemapTTNews($array); }



More information about the TYPO3-english mailing list