[TYPO3-english] Re: Indexed search but not plugin content (Resolved)
Nguyen Thai Tho
ThoNT at fsoft.com.vn
Mon Aug 26 06:35:29 CEST 2013
I found the answer and post here if someone need it.
I tried to debug and found that the generated content
<!-- Plugin inserted: [begin] -->
<!--INT_SCRIPT.4c80acf49380c3f5e4d7e5df9eb1df58-->
<!-- Plugin inserted: [end] -->
That's because in plug-in config, i always set the "non-cache" action list the same as the allow action list.
Tx_Extbase_Utility_Extension::configurePlugin(
$_EXTKEY,
'Pi1',
array(
'Text' => 'index',
),
array()
);
So just remote the action that you want.
More information about the TYPO3-english
mailing list