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: News as actions

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Robert Gonda
Changed:2007-11-26T16:03:04
Author:Robert Gonda
Email:robert.gonda@gmail.com
Info 3:
Info 4:

EXT: News as actions

Extension Key: rtgnewsactions

Copyright 2000-2007, Robert Gonda, <robert.gonda@gmail.com>

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.com

Table of Contents

EXT: News as actions 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 3

Adminstration 3

Configuration 3

Reference 3

Tutorial 4

Known problems 4

To-Do list 4

Changelog 4

Introduction

What does it do?

This FE module using tt_news as actions list with related terms. All views is based on templates. Extension is full multilanguage (now in english and slovak).

Screenshots

List of actions

img-1

Single view of action with terms list on bottom:

img-2 Same action (tt_news record) in BE with relation terms:

img-3

Users manual

Not yet

Adminstration

Not yet

Configuration

Reference

Reference TypoScript

file.template

Property

file.template

Data type

file

Description

Path to HTML template

Example:

plugin.tx_rtgnewsactions_pi1 {
  file.template = EXT:rtgnewsactions/pi1/template.html
}

Default

pid

Property

pid

Data type

array

Description

PIDs of pages with extension plugins and records

Example:

plugin.tx_rtgnewsactions_pi1 {
  pid {
    # Actions list with search form
    list = 12
    # Single view of action
    single = 20
    # Sysfolder with categories
    categories = 9
  }
}

Default

stdWrap.bodytext

Property

stdWrap.bodytext

Data type

stdWrap

Description

Stdwrap setup for field bodytext

Example:

plugin.tx_rtgnewsactions_pi1 {
  stdWrap {
    bodytext {
      parseFunc < lib.parseFunc_RTE
      wrap = |
    }
  }
}

Default

stdWrap.image

Property

stdWrap.image

Data type

stdWrap

Description

Image stdWrap setup

Default

_CSS_DEFAULT_STYLE

Property

_CSS_DEFAULT_STYLE

Data type

string

Description

Default CSS styles

Default

[plugin.tx_rtgnewsactions_pi1]

((generated))
Example
plugin.tx_rtgnewsactions_pi1 {
  file.template = EXT:rtgnewsactions/pi1/template.html
  pid {
    list = 10
    single = 15
    categories = 25
  }
  stdWrap {
    bodytext {
      parseFunc < lib.parseFunc_RTE
      wrap = |
    }
    image {
      file.maxW = 200
      file.maxH = 200
      params = class="imageleft" align="left"
      imageLinkWrap = 1
      imageLinkWrap {
        enable = 1
        bodyTag = <body bgcolor="#ffffff">
        wrap = <a href="javascript:close();">|</a>
        width = 600m
        height = 600m
        JSwindow = 1
        JSwindow.newWindow = 1
        JSwindow.expand = 17,20
      }
    }
  }
}

Tutorial

Not yet

Known problems

Send me mail, if any...

To-Do list

Not yet

Changelog

07-11-26 robert gonda < robert.gonda@gmail.com >

* Short documentation (in doc/manual.sxw)

07-11-19 robert gonda <robert.gonda@gmail.com>

* Search in actions by keyword, category anmd date from-to

* Bugs fixed

* First upload in TER

07-11-06 robert gonda <robert.gonda@gmail.com>

* Initial release

img-4 EXT: News as actions - 4