Downloads

Welcome to the Downloads!

TYPO3 Extension: Raw HTML in tt_news (ttnews_html)

This extension allows you to insert raw HTML code into a tt_news
record. This extension was originally made to insert some custom
embedcodes which were automatically parsed by the RTE.

How to make it work:

1) Download and install through the extension-manager
2) Place ###HTMLCODE### marker into your tt_news template
3) Edit or create a tt_news record, notice the new field
4) Should work right out of the box...

Click to download the extension
TYPO3: Enhanced Workspaces (For TYPO3 4.0 - TYPO3 4.3)

This is a core change which will drastically change your
workspaces. There are multiple files involved and you need
to replace and add some files in order to make it work. A
preview can be found here. The code is messy but works.

NOTE: I suggest you setup the workspace first, than apply
this enhancement. That way you know when things went wrong
when they did... 

How to make it work:

1) Backup your TYPO3 installation (as always!)
2) Get all translations through the extension-manager
3) Download the zip-file: Download
4) Replace some files:
   /typo3/mod/user/ws/index.php
   /typo3/mod/user/ws/class.wslib_gui.php
5) Add some images:
   /typo3/gfx/delete.png
   /typo3/gfx/pencil.png
   /typo3/gfx/return.png
   /typo3/gfx/approve.png
   /typo3/gfx/publish.png
6) Add the locallang files: (UK & NL included in zip)
   /typo3conf/l10n/##/lang/##.locallang_mod_user_ws.xml
   /typo3/sysext/lang/locallang_mod_user_ws.xml
7) Set the User TSConfig:
   workspace.showPublishAll = 1
   workspace.showPreviewLink = 1
 8) Done... Check your workspace