Project

General

Profile

Actions

Bug #63389

closed

RTE enable images

Added by Werner Trunk over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-28
Due date:
% Done:

50%

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

Description

In version 6.1 and 6.2 enable images in Extensionsmamager / RTE = no changes, no images button in RTE.
Add RTE.default.showButtons := addToList(image) = no changes at all

Solution, workarround: RTE.default.toolbarOrder := addToList(image) = images button appears.

see also:
typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
config toolbarOrder: imageeditor
Vs:
defaultToolbarOrder: image

Actions #1

Updated by Werner Trunk over 9 years ago

  • Project changed from TYPO3 Core to 1664
  • % Done changed from 0 to 50

This effekt is caused by custom rte config files in different extensions, some also used in intro distribution
for example:
/bootstrap_package/Configuration/PageTS/RTE.txt:187
toolbarOrder ( ... imageeditor ...)

changed to:
toolbarOrder ( ... image ...)

Image button is there

Actions #2

Updated by Benni Mack over 6 years ago

  • Project changed from 1664 to TYPO3 Core
  • Status changed from New to Needs Feedback
  • TYPO3 Version set to 6.2

Does this problem still exist in v8

Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Needs Feedback to Closed

I close this issue for now for the following reasons:

  1. In TYPO3 v.8 there is no native support for images in CKEditor; you can use the extension https://extensions.typo3.org/extension/rte_ckeditor_image/
  2. I failed to reproduce it with pure TYPO3, without extensions that alter the RTE interface, on both 6.2 and 7.6: the button is visible with all the RTE presets (demo, typical, minimal) selectable on the RTE configuration in Extension Manager
  3. the file typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php does not even exist anymore on TYPO3 7.6
  4. I even tried to search for "imageeditor" in the RteHtmlarea folder, without finding that string (TYPO3 7.6)
  5. I found no evidence of it even looking at:

https://github.com/benjaminkott/bootstrap_package/blob/BP_6-2/Configuration/PageTS/RTE.txt
https://github.com/benjaminkott/bootstrap_package/blob/BP_7-1/Configuration/PageTS/RTE.txt

If you think that this is the wrong decision, or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one.

Please keep in mind that TYPO3 6.2 is no more supported and TYPO3 7.6 is in "priority bugfix only" mode. Last but not the least, further requests about the maintenance of RTEHtmlArea should be addressed at https://github.com/FriendsOfTYPO3/rtehtmlarea

Thank you.

Actions

Also available in: Atom PDF