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: tt_news cObject markers

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-02-06T10:09:41.570000000
Classification:dkm_ttnewscobjmarkers
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:forAdmins, forDevelopers, forIntermediates, tt_news, custom, markers, cObject, coa
Author:Stig Nørgaard Færch
Email:stig@8620.dk
Info 4:
Language:en

img-1 img-2 EXT: tt_news cObject markers - dkm_ttnewscobjmarkers

EXT: tt_news cObject markers

Extension Key: dkm_ttnewscobjmarkers

Language: en

Keywords: forAdmins, forDevelopers, forIntermediates, tt_news, custom, markers, cObject, coa

Copyright 2000-2008, Stig Nørgaard Færch, <stig@8620.dk>

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: tt_news cObject markers 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

FAQ 4

`Configuration 5 <#1.3.Configuration|outline>`_

Reference 5

`Known problems 6 <#1.4.Known%20problems|outline>`_

`To-Do list 7 <#1.5.To-Do%20list|outline>`_

Introduction

What does it do?

This extension makes it possible extend tt_news by adding your own markers through the use of TS setup. The content for the markers is added through a COA/cObjectArray content object.

Screenshots

No screenshots yet.

Users manual

If you include the extension static 'tt_news cObj markers' the following is added to the TS setup :

# include the php scriptincludeLibs.displayFileLinks = EXT:dkm_ttnewscobjmarkers/itemMarkerArrayFunc.php

# call user functionplugin.tt_news.itemMarkerArrayFunc = user_cObjMarkers

# configure some options

plugin.tt_news{

cObjMarkers {

TESTMARKER {

10 = TEXT

10 {

value = It works!

wrap = <strong>|</strong>

}

}

}

}

This adds the marker ###TESTMARKER### to the markerarray. To make the marker show you'll have to add it to the template.

You'll have to add it in the template of your choice (###TEMPLATE_LATEST### etc.) in the inner part:

<!-- ###NEWS### begin-->...other HTML...###TESTMARKER###...other HTML...<!-- ###NEWS### end-->

FAQ

Possible subsections: FAQ

Configuration

Reference

cObjMarkers.[CUSTOMMARKER]

Property

cObjMarkers.[CUSTOMMARKER]

Data type

COA

Description

Example:

Here you add your own cObject to the cObject Array. Look in the tsref documentation for details on which cObjects available.

Default

((generated))
Example

Here you would show an example of the stuff from the reference or so:

plugin.tt_news {cObjMarkers {TESTMARKER {10 = TEXT10 {value = It works!wrap = <strong>|</strong>}}}}

Known problems

No known problems

To-Do list

Write me if you have any wishes.

7