DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: image-text editview

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Philipp Müller
Changed:2010-07-30T12:30:38
Classification:xrimgtext
Keywords:integrate a nice editview for image texts (caption, altText, titleText)
Author:Philipp Müller
Email:philipp.mueller@xeiro.ch
Info 4:
Language:en

img-1 img-2 EXT: image-text editview - xrimgtext

EXT: image-text editview

Extension Key: xrimgtext

Language: en

Keywords: integrate a nice editview for image texts (caption, altText, titleText)

Copyright 2009-2009, Philipp Müller, <philipp.mueller@xeiro.ch>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: image-text editview 1

`Introduction 3 <#__RefHeading__504_120134858>`_

What does it do? 3

Screenshots 3

Requirements 3

`Installation 4 <#__RefHeading__449_1958237621>`_

Install in Extension Manager 4

Use in other fields or in extensions 4

`Known problems 5 <#__RefHeading__508_120134858>`_

`ChangeLog 6 <#__RefHeading__512_120134858>`_

`Links 7 <#__RefHeading__514_120134858>`_

Introduction

What does it do?

This extension add's a nice edit-view to the image-caption, -alttext and -title.

Screenshots

img-3 EditView in field "imagecaption"

Requirements

Tested in:

  • TYPO3 4.3.3
  • TYPO3 4.4.0 / 4.4.1

Installation

Install in Extension Manager

Simple install the extension “xrimgtext” with the extension-manager and clear the configuration cache.

Use in other fields or in extensions

You can use this function for all file-caption-combinations.

Example: Use in tt_news

Add this code to extTables.php in your typo3conf-directory:

/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Add “xrimgtext” to tt\_news imagecaption\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\ *\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/// Change the form-type to “user”$TCA['tt\_news']['columns']['imagecaption']['config ']['form\_type'] = 'user';// Add the userFunction of xrimgtext$TCA['tt \_news']['columns']['imagecaption']['config']['userFunc'] = 'tx\_xrimgtext\_tca->imagetext';// Enable “show thumbnails”$TCA['tt\_n ews']['columns']['imagecaption']['config']['show\_thumbs'] = 1;// Define the field where are the files saved$TCA['tt\_news']['columns'][ 'imagecaption']['config']['files\_field'] = 'image';

Known problems

Only active on saved content elements.

ChangeLog

See “ChangeLog” in extension directory.