[TYPO3-english] t3blog - disable additionalHeaderData extJS output

Josef Florian Glatz typo3 at josdesign.at
Tue Feb 22 07:05:42 CET 2011


Hi,

the trunkversion from t3blog use extJS (no mootools anymore) for toggle 
cats & archives. In Issue 10009 a few month ago it didn't works. The 
extJS version also didn't work (I've tested it on 3 t3blog 
installations). For that I want to use t3blogjquery.

Is it possible to disable line 289 - 327 in class.t3blog_div.php via TS? 
Or should I change it directly in the file?

if (!isset($GLOBALS['TSFE']->additionalHeaderData['t3blog-collapse-js'])) {
	$GLOBALS['TSFE']->additionalHeaderData['t3blog-collapse-js'] = '<script ' .
		'src="http://ajax.googleapis.com/ajax/libs/ext-core/3/ext-core.js" ' .
		'type="text/javascript"></script><script 
type="text/javascript">/*<![CDATA[*/' .
			t3lib_div::minifyJavaScript(
		'...'
				)
		. '/*]]>*/</script>';
}




-- 
Regards,
Josef Florian Glatz


More information about the TYPO3-english mailing list