[TYPO3] ab_linklist not cached

Dominik Stankowski typo3 at stankowski.ch
Mon Jul 17 14:20:19 CEST 2006


Hi Joey

Thanks for your reply!

> As far as I can see in the extension details on typo3.org the default setup
> for this plugin is USER_INT.
> Change it to USER and try if it is working.

Where can you see this setup?

In class.tx_ablinklist_pi1.php, there are the following lines:

// Configure caching
$this->allowCaching = $this->conf['allowCaching'] ? 1 : 0;
if ( !$this->allowCaching ) {
	$GLOBALS['TSFE']->set_no_cache();
}
$this->pi_USER_INT_obj = 0;

As I understand it, USER_INT is not set. Did I miss something?

And in ext_localconf.php, the following line is present:

// Add PlugIn to Static Template #43 and create USER cObject
t3lib_extMgm::addPItoST43( $_EXTKEY, 'pi1/class.tx_ablinklist_pi1.php',
"_pi1", 'list_type', 1 );

As 1 is set as the last parameter, caching should be possible...

Cheers,
Dominik



More information about the TYPO3-english mailing list