[TYPO3-ttnews] tt_news extension: Trouble replacing markers

Mark SchöšnbäŠchler schoema1 at yahoo.com
Fri Dec 12 16:15:27 CET 2008


Well, if $toe seem to be empty, although I am really not sure if I am 
testing this the right way:

changed this line: $markerArray['###AUTHORLIST###'] = 'dummystring';

to: $markerArray['###AUTHORLIST###'] = $row;

As a result the Marker get replaced, but the tag is empty.

The relevant(?) lines of my ext_localconf.php are:


[PHP]

if (TYPO3_MODE == 'FE')    {
		require_once(t3lib_extMgm::extPath('lparticles').'user_ttnewsfield.php');
	}
	
	$TYPO3_CONF_VARS['EXTCONF']['tt_news']['extraItemMarkerHook'][] = 
'tx_lparticles_additionalMarkers';

[/PHP]



More information about the TYPO3-project-tt-news mailing list