.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt =================== EXT: ITS Newsticker =================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed by: Christoph Hofmann :Changed: 2012-03-08T13:41:34.780000000 :Classification: Newsticker :Keywords: Newsticker, tt_news, ITS-Hofmann :Author: Christop Hofmann :Email: typo3@its-hofmann.net :Info 3: :Info 4: .. _EXT-ITS-Newsticker: EXT: ITS Newsticker =================== Extension Key: **its\_newsticker** Copyright 2006-2010, Christoph Hofmann, < `typo3@its-hofmann.net `_ > `http://www.its-hofmann.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: Table of Contents ----------------- **EXT: ITS Newsticker 1** **Introduction 1** What does it do? 1 Screenshots 1 **Users manual 2** **Known problems 3** **To-Do list 3** **Changelog 3** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ The extension adds a newsticker to the page. The news are directly taken from the tt\_news extension. You can setup the look directly via flexform. This extension is based on the **mj\_newsticker from** M Jahnke . This extension is tested under Typo 3 4.0.2 and tt\_news 2.4.0 new: This extension is tested under Typo 3 4.2.0 and tt\_news 2.5.2 This extension is tested under Typo 3 4.3.2 and tt\_news 3.0.1 .. _Screen-shots: Screen-shots ^^^^^^^^^^^^ |img-1| Front end view |img-2| Plug-in configuration .. _Users-manual: Users manual ------------ .. _Use-as-content-element-plugin: Use as content element “plugin” ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The ITS Newsticker is shown in the section “plugins” of content elements. Just choose it choose your TT\_NEWS sysfolder and your TT\_NEWS Single view page save the page You should already see the newsticker. Now you can configure the look of the ticker At starting point you choose the sysfolder where your news from tt\_news are saved. The hover color is the color what appears when the mouse pointer is over a link of your ticker messages. The text-color is the normal color of your ticker messages. The “TT News Single view page” has to point on the folder where your single news view appears. The max number of messaged is the maximum number of messages are taken from the tt\_news sysfolder Use Border means you can switch on an d off the border of the ticker. Border width is the Border width in pixel. In Font type you can select the the font you wish to use. The font size is the size of the font used by the ticker. Text background color is the background color of the ticker . Table width is the width of the table in percent. On align you can choose between left,right and center. .. _Administration: Administration -------------- .. _Configuration: Configuration ^^^^^^^^^^^^^ Click on edit of your ticker page element .. _Starting-point: Starting-point ^^^^^^^^^^^^^^ Enter the sysfolder where your tt\_news are saved. .. _Recursive: Recursive ^^^^^^^^^ Check it if you want to use the news from the sub-folder(s) of your tt\_news sysfolder .. _Sorting-field: Sorting field ^^^^^^^^^^^^^ The tt\_news field for sorting the news in the ticker .. _Sorting-direction: Sorting direction ^^^^^^^^^^^^^^^^^ Descending or ascending .. _hover-color: hover color ^^^^^^^^^^^ Choose the color you want as mouse over color of your ticker messages. .. _Text-color: Text color ^^^^^^^^^^ Choose the color you want for the text of your ticker messages. .. _TT-News-Single-view-page: TT News Single view page ^^^^^^^^^^^^^^^^^^^^^^^^ Choose the page where your tt\_news are normally shown as single view. .. _max-number-of-messaged: max number of messaged ^^^^^^^^^^^^^^^^^^^^^^ The maximum number of messaged are shown in the ticker .. _multi-language-support: multi language support ^^^^^^^^^^^^^^^^^^^^^^ If checked only news from the current website language are shown. Use full if you have news in more than one language. .. _use-Border: use Border ^^^^^^^^^^ If checked the ticker have a border .. _Border-width: Border width ^^^^^^^^^^^^ the Border width in pixel. .. _Font-type: Font type ^^^^^^^^^ The font you wish to use for the ticker .. _Font-size: Font size. ^^^^^^^^^^ The size of the font used by the ticker. .. _Text-background: Text background ^^^^^^^^^^^^^^^ Color of the background of the ticker . .. _Table-width: Table width ^^^^^^^^^^^ Te width of the table in percent. .. _Table-align: Table align ^^^^^^^^^^^ Choose between left,right and center. .. _Configuration: Configuration ^^^^^^^^^^^^^ .. ### BEGIN~OF~TABLE ### .. _pidList: pidList """"""" .. container:: table-row Property pidList Data type comma separated string Description List of the News-data sysfolder(s) Default empty .. _NewsSingleView: NewsSingleView """""""""""""" .. container:: table-row Property NewsSingleView Data type Integer Description Pid of the single-view front-end page Default empty .. _showarchivenews: showarchivenews """"""""""""""" .. container:: table-row Property showarchivenews Data type Integer Description Shows News from the archive Default 1 .. _txt-bgcolor: txt\_bgcolor """""""""""" .. container:: table-row Property txt\_bgcolor Data type HTML color Description Color for the text-background Default transparent .. _table-width: table\_width """""""""""" .. container:: table-row Property table\_width Data type Integer Description Width for the News-ticker element Default 90% .. _txt-color: txt\_color """""""""" .. container:: table-row Property txt\_color Data type HTML color Description Color for the ticker-text Default #000000 .. _font-size: font\_size """""""""" .. container:: table-row Property font\_size Data type Integer Description Font size for ticker text in pt Default 9 .. _font-family: font\_family """""""""""" .. container:: table-row Property font\_family Data type string Description Fontfamiliy Default :: Times New Roman .. _hover-color: hover\_color """""""""""" .. container:: table-row Property hover\_color Data type HTML color Description Color for the hover-effect Default #ff0000 .. _stoponmouseover: stoponmouseover """"""""""""""" .. container:: table-row Property stoponmouseover Data type Integer Description If enabled the ticker stops when mouse is over a ticker element Default 1 .. _border-checkbox: border\_checkbox """""""""""""""" .. container:: table-row Property border\_checkbox Data type Integer Description If enabled the ticker has a border Default 1 .. _border-width: border\_width """"""""""""" .. container:: table-row Property border\_width Data type Integer Description Border-width in pixel Default 1 .. _border-color: border\_color """"""""""""" .. container:: table-row Property border\_color Data type HTML color Description Color of the Border Default #000000 .. _recursive: recursive """"""""" .. container:: table-row Property recursive Data type Integer Description If enabled the news in the sub-folders are also shown Default 1 .. _max-message-number: max\_message\_number """""""""""""""""""" .. container:: table-row Property max\_message\_number Data type Integer Description The maximum number of messages Default 10 .. _multilang: multilang """"""""" .. container:: table-row Property multilang Data type Integer Description If enabled this plugin supports news in different languages Default 1 .. _sorting: sorting """"""" .. container:: table-row Property sorting Data type String Description The field which is used for sorting Default Datetime .. _sortingdirection: sortingdirection """""""""""""""" .. container:: table-row Property sortingdirection Data type String Description descending or ascending Default descending .. ###### END~OF~TABLE ###### .. _Example-Configuration-for-TS-Setup: Example Configuration for TS Setup ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **lib.footer < plugin.tx\_itsnewsticker\_pi1** **lib.footer.pidList = 31** **lib.footer.border\_checkbox= 0** **lib.footer.font\_family = verdana** **lib.footer.multilang = 1** **lib.footer.sortingdirection= ascending** Lib.footer.NewsSingleView= 15 .. _Known-problems: Known problems -------------- No problems are known yet. .. _To-Do-list: To-Do list ---------- Nothing to do yet. The plugin works on all tested systems and browsers .. _Changelog: Changelog --------- .. _1-0-8: 1.0.8 ^^^^^ showarchivenews option added .. _1-0-7: 1.0.7 ^^^^^ News Category Option added .. _1-0-6: 1.0.6 ^^^^^ Error message “Missing argument 3 for t3lib\_ `DB::exec\_SELECTquery `_ (), …” in /class.tx\_itsnewsticker\_pi1.php line 96 fixed .. _1-0-5: 1.0.5 ^^^^^ Max message number bug in multi language environment fixed (thx to Olaf for reporting) .. _1-0-4: 1.0.4 ^^^^^ Support for TYPO3 4.3 added .. _1-0-3: 1.0.3 ^^^^^ Manual updated .. _1-0-2: 1.0.2 ^^^^^ Bug in Opera 10 fixed .. _1-0-0: 1.0.0 ^^^^^ - Version declared as stable now - compatibility to TYPO3 4.2.6 .. _0-9-1: 0.9.1 ^^^^^ - Corrupted Links corrected - Support for TYPO3 4.2.1 added .. _0-9-0: 0.9.0 ^^^^^ - Debug messages deleted - Multi-language support added - sorting function added - compatibility to TYPO3 4.2 checked .. _0-1-1: 0.1.1 ^^^^^ - Stop on mouse over was added; - The documentation was updated - You can now more than one ticker use on a page - - EXT: ITS Newsticker |img-3| EXT: ITS Newsticker - 6 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 56 .. :id: Grafik1 .. :name: Grafik1 .. :width: 576 .. |img-2| image:: img-2.png .. :align: left .. :border: 0 .. :height: 792 .. :id: Grafik2 .. :name: Grafik2 .. :width: 669 .. |img-3| image:: img-3.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102