Project

General

Profile

Actions

Bug #18310

closed

"Add default User TSonfig RTE configuration" not working

Added by Jan Persson about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-02-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Default User TSonfig RTE configuration is not loaded because of incorrect INCLUDE_TYPOSCRIPT.
(see also rtehtmlarea/ext_localconf.php:79)

--- ext_localconf.php.old 2008-02-26 13:15:12.000000000 0100
++ ext_localconf.php 2008-02-26 13:15:59.000000000 +0100
@ -99,7 +99,7 @
}

// Add default User TSonfig RTE configuration
-t3lib_extMgm::addUserTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $_EXTKEY . '/res/' . strtolower($TYPO3_CONF_VARS['EXTCONF'][$_EXTKEY]['defaultConfiguration']) . 'userTSConfig.txt">');
+t3lib_extMgm::addUserTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:' . $_EXTKEY . '/res/' . strtolower($TYPO3_CONF_VARS['EXTCONF'][$_EXTKEY]['defaultConfiguration']) . '/userTSConfig.txt">');
// Configure Lorem Ipsum hook to insert nonsense in wysiwyg mode
if (t3lib_extMgm::isLoaded('lorem_ipsum') && (TYPO3_MODE == 'BE')) {

(issue imported from #M7671)


Files

rtehtmlarea_bugfix_7671.patch (849 Bytes) rtehtmlarea_bugfix_7671.patch Administrator Admin, 2008-02-26 18:02
Actions #1

Updated by Stanislas Rolland about 16 years ago

Thank you so much!

Fixed in SVN TYPO3core branch TYPO3_4-2 revision 3304.

Actions

Also available in: Atom PDF