Posted on June 2, 2010Maarten
I needed an image in the RTE to support the ‘click and enlarge’ option in tt_news. Now, I used Google to find a solution but no luck, although it seems I’m not the only one trying to make this work. Looks like this isn’t as easy as it would sound.. Read more for the solution!
Read the rest of this entry »
Posted on December 10, 2008Maarten
Default settings of the HTMLArea RTE do not allow you to create new folders or upload files to the fileadmin. 2 simple TSConfig lines can enable this. For your convenience: ## Enable upload field options.uploadFieldsInTopOfEB = 1 ## Enable folder create options.createFoldersInEB = 1 Check out the screenshot:
Read the rest of this entry »
Posted on August 15, 2008Maarten
Here is my default TSConfig configuration for the htmlAREA RTE. I use this one in combination with a typical (default) configuration in the Extension Manager with images enabled.
Read the rest of this entry »
Posted on August 7, 2008Maarten
Normally, when you hit the full screen button in the htmlAREA RTE, the text-area doesn’t go full screen at all. Instead most of the time (depending on your browser and TYPO3 version) you’ll get this half full screen text area which is really not helpful at all. To fix this, past to following line into [...]
Read the rest of this entry »