Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 3637) +++ typo3/class.db_list_extra.inc (working copy) @@ -766,7 +766,7 @@ if (!$TCA[$table]['ctrl']['readOnly']) { // If new records can be created on this page, add links: - if ($this->calcPerms&($table=='pages'?8:16) && $this->showNewRecLink($table)) { + if ($this->calcPerms&($table=='pages'?8:16) && $this->showNewRecLink($table) && !$GLOBALS['SOBE']->modTSconfig['properties']['noCreateRecordsLink']) { if ($table=="tt_content" && $this->newWizards) { // If mod.web_list.newContentWiz.overrideWithExtension is set, use that extension's create new content wizard instead: $tmpTSc = t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.web_list'); @@ -1567,4 +1567,4 @@ include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.db_list_extra.inc']); } -?> \ No newline at end of file +?>