.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ==================== powermail\_timeframe ==================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed by: Sebastian Baumann :Changed: 2009-02-11T13:34:53.190000000 :Classification: Extends powermail with timeframe function :Author: Sebastian Baumann :Email: sb@typo3erweiterungen.de :Info 3: :Info 4: .. _powermail-timeframe: powermail\_timeframe ==================== Extension Key: **powermail\_timeframe** Copyright 2005-2008, Sebastian Baumann, 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 ----------------- **powermail\_timeframe 1** **powermail\_timeframe introduction 2** What does it do 2 **Screenshots 3** Frontend: Example list 1 3 **How to use 4** Step by step: 4 **Changelog 6** **Additional links 7** .. _powermail-timeframe-introduction: powermail\_timeframe introduction --------------------------------- .. _What-does-it-do: What does it do ^^^^^^^^^^^^^^^ Extend powermail from Alexander Kellner and Mischa Heissmann with timeframe functionality. You are now able to register for an hourly or daily event (out of several possibilities). After registration your choosen option is no longer available in the powermail form. .. _Screenshots: Screenshots ----------- .. _Frontend-Example-list-1: Frontend: Example list 1 ^^^^^^^^^^^^^^^^^^^^^^^^ |img-1| .. _How-to-use: How to use ---------- .. _Step-by-step: Step by step: ^^^^^^^^^^^^^ - Install powermail (see powermail manual for details) - Install powermail\_timeframe - Create new powermail\_timeframe records in an sysfolder: - Event: Event(s) for the timeframe - time: Timeframe belonging to an event - Define a powermail form - |img-2| Add new field (typoscript) and use (e.g.) lib.object in this field - Add your typoscript in the setup field to fill lib.object (see example below) : lib.object = COA\_INT lib.object { 10 = TEXT 10.value = 20 = CONTENT 20.wrap = 20 { table = tx\_powermailtimeframe\_time select { pidInList = 229 where = taken = 0 andWhere = event = 2 orderBy = time } renderObj = COA renderObj { 10 = COA 10 { 10 = TEXT 10 { field = time wrap = } } } } } Add in typoscript the following setup: plugin.tx\_powermail\_pi1{ #uid of the powermail fiel timeID = UID44 \# id of timeframe event eventID = 2 \# use timeframe timeframe = 1 } .. _Changelog: Changelog --------- .. _generated: ((generated)) ^^^^^^^^^^^^^ .. _2009-02-09-Sebastian-Baumann-sb-typo3erweiterungen-de: 2009-02-09 Sebastian Baumann """"""""""""""""""""""""""""""""""""""""""""""""""""""" \* initial release .. _Additional-links: Additional links ---------------- **You can use one of the following links, to get more informations about this plugin:** Authors (Sebastian Baumann) homepage: `http://www.typo3erweiterungen.de `_ |img-3| powermail\_timeframe - 7 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 219 .. :id: Grafik1 .. :name: Grafik1 .. :width: 665 .. |img-2| image:: img-2.png .. :align: left .. :border: 0 .. :height: 312 .. :id: Grafik2 .. :name: Grafik2 .. :width: 645 .. |img-3| image:: img-3.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102