在包含news的SysFolder属性的option里配置TS:
TCEMAIN.clearCacheCmd = all
在包含news的SysFolder属性的option里配置TS:
TCEMAIN.clearCacheCmd = all
$this->storagePid = $this->pi_getPidList($this->cObj->data[‘pages’], $this->cObj->data[‘recursive’]);
t3lib_extMgm::addUserTSConfig(‘
options.saveDocNew.tx_t3blog_post=0
‘);
t3lib_extMgm::addUserTSConfig(‘
options.saveDocNew.tx_t3blog_cat=0
‘);
TCA里:
‘config’ => array (
‘type’ => ‘inline’,
‘foreign_table’ => ‘tt_content’,
‘maxitems’ => 100,
‘appearance’ => array( (continue reading…)
Typo3 by default limits image width to 600 px. You can easily change this setting using TypoScript. These TypoScript can be usually located on the root Template record. If not you can try using the object browser to find the exact location. (continue reading…)
$GLOBALS[‘TSFE’]->tmpl->setup
$GLOBALS[‘TSFE’]->tmpl->setup[‘config.’]
$GLOBALS[‘TSFE’]->tmpl->setup[‘config.’][‘baseURL’]
The information below is over a year old, circa mid-2008. Some of the techniques and settings may have changed for TYPO3 4.2 and TYPO3 4.3. I’ll release an update to this in early 2010.
ext_emconf.php
中加入 ‘createDirs‘ => ‘uploads/tx_templavoila/’
插件安装时会创建目录