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: cc_event

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Christopher Gronwald
Changed:2007-05-30T19:30:57
Author:Christopher Gronwald
Email:typo3@chriscrown.de
Info 3:
Info 4:

EXT: cc_event

Extension Key: cc_event

Copyright 2007, Christopher Gronwald, <typo3@chriscrown.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

EXT: My Extension 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

FAQ 1

Adminstration 1

FAQ 2

Configuration 2

FAQ 2

Reference 2

Tutorial 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

CC-Event is a simple extension to show your dates in a tiny FE-plugin. You can manage basic informations of different locations and allocate your events to the appropriate location.

When the date of your event is one day ago, the event record will no longer be displayed in the FE-plugin.

The extension is available in English and German at the moment. Translations are welcome!

Screenshots

Create a location:

img-1

Create an event at one of your locations:

img-2

Site output:

img-3

Nice Javascript mouseover-effect shows detailed location information:

img-4

Users manual

Insert a location record in your event-Sys-Folder.

Insert an event record in your event-Sys-Folder.

Insert the Plugin on a page. NEW: Select your event-Sys-Folder! (If no Sys-Folder is specified, the actual page-id will be taken)

Configuration

  1. Install Extension
  2. Add static Template "CC_Event-Pics" to your root-Template

img-5

  1. Add some styles to your main css:
.tx-ccevent-header {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
}

.tx-ccevent-entry {
        margin-bottom: 10px;
}

.tx-ccevent-area {
        position: absolute;
}

.tx-ccevent-areacontent {
        color: #000000;
        background-image: url(../../../typo3conf/ext/cc_event/res/ausruf.gif);
        background-repeat: no-repeat;
        width: 277px;
        height: 210px;
        position: relative;
        left: 130px;
        display: block;
        padding-top: 5px;
        padding-left: 25px;
        padding-right: 5px;
}

.tx-ccevent-areacontent table tr td {
color:#000000;
font-size:12px;
}

Known problems

No €-Sign support.

To-Do list

Fix known problems.

Make code nicer... ;-)

Changelog

1.4.0 Added more Sysfolder-funtionality

1.3.0 Extension got stable

1.2.0 Fixed Event-Sysfolder PID-problem, fixed Summertime-problem

1.1.0 Documentation added

1.0.0 Beta release. Works quite accurate...

img-6 EXT: cc_event - 5