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.

wt_scoutnet_tickernews

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2006-11-29T08:42:37
Classification:TYPO3 Extension: Tickernews for Scoutnet Entries
Author:Alexander Kellner
Email:Alex@wunschtacho.de
Info 3:
Info 4:

wt_scoutnet_tickernews

Extension Key: wt_scoutnet_tickernews

Copyright 2005-2008, Alexander Kellner, <Alex@wunschtacho.de>

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

wt_scoutnet_tickernews 1

Introduction 1

What does it do? 1

Screenshots 1

Ticker example: 1

Users manual 2

Configuration 3

Known problems 3

Changelog 3

Update Tuesday 28.11.2006: 3

Introduction

What does it do?

It is a small Extension which shows you the next X entries of the scoutnet calendar as tickernews.

  • This extension depends on sp_scoutnetcalendarand de_addbodyjscript
  • Easy Installation with flexform - no Typoscript needed!
  • You can choose numbers of shown entries

Screenshots

img-1

Users manual

  • Import sp_scoutnetcalendar from online repository (see manual for installation).
  • Importde_addbodyjscriptfrom online repository.
  • Import wt_scoutnet_tickernews from online repository.
  • Create a new record Body onEvents Javascript on the site, where the tickernews should be shown:

img-2

  • Use onLoad and choose textticker(); for a new <body onload=””> element
  • Create a new record page content Scoutnet Ticker News on a page where the plugin should be shown:

img-3

(for example)

Configuration

  • Template: Use this to insert the path to the template (if you choose your own template)
  • Site with Calendar: Use the site where the scoutnet calendar records are
  • OnClick forward to: Choose a site where the User will be forwarded, if he clicks on the ticker. Standard is PID 1.
  • Calender ID: This is the id of the scoutnet calender, if you have more than one installed. If you are using only one calendar, you can insert “1”.
  • Show the next X entries: Shows max. X of the next entries from now.If this field is empty, the extension use 3
  • Time of stillstanding text (ms): You can insert a time in milliseconds how long the text will be shown of each entry.If this field is empty, the extension use 5000 (5 seconds)
  • Speed of the running text (ms): You can insert a time in milliseconds how fast the text will be shown.If this field is empty, the extension use 50

Known problems

To load the javascript in the page body (<body onload=”T3_onloadWrapper(); textticker();”>...) you should use the extension Body onEvents Javascript. I tried to use TS like “page.bodyTag = <body onload="T3_onloadWrapper(); textticker();">” and many other code, but there will only be one of the JavaScripts loaded

Changelog

Update Tuesday 28.11.2006:

  • Manual is available
  • Uses DHTML to forward you to any site, if you click on the tickernews

img-4 wt_scoutnet_tickernews - 3