simonkoehler/ce-timeline

There is no license information available for the latest version (2.0.3) of this package.

Enables a new content element of type Timeline

Installs: 2 585

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 5

Type:typo3-cms-extension

2.0.3 2020-06-09 20:27 UTC

This package is auto-updated.

Last update: 2024-03-30 00:24:09 UTC


README

This extension provides a new content element of type "Timeline" (ce_timeline) that contains inline records of different timeline entries. Please note that this is not a plugin and there are no records visible in any list view by default. Feel free to use the code or the extension as a basis for your own stuff.

Latest version 3.3.3
Status stable
TYPO3 version 9.5.0 - 11.5.8
TER Download

Features

  • User friendly and very easy to handle
  • Includes predefined light, dark and pink stylesheets
  • 100% responsive
  • 4 different entry types (time, text, textimage, html)
  • Entries can be ordered manually
  • Optional header and text (rte) above each timeline
  • Does not require any JavaScript *
  • Does not require any other Extension
  • Translated in English, German and Spanish
  • Works seamlessly with bootstrap_package and other extensions
  • SASS files included (see: /Resources/Private/Scss/)

* (the lightbox feature comes with its own, independent JavaScript!)

Online DEMO and Screenshots

Here's a little DEMO of the extension in action: https://simonkoehler.com

Screenshot TYPO3 Frontend

Upgrade from version 3.3.2 to version 3.3.3

No special things to keep in mind, just install and overwrite the extension. If you get an error in the frontend or backend, make sure your caches have been cleared.

Installation

Install the extension by downloading it in the extension manager or on https://extensions.typo3.org/extension/ce_timeline/.

Basic configuration

You don't need to configure much to get this extension running.

  • add the static TypoScript (Timeline - Content Element) to your template record
  • add the static Page Configuration (Timeline Content Element) to your root page if you want a "New Content Element Wizard"
  • choose a static TypoScript (e.g. Timeline Styles - Default) to make the timeline look nice
  • add a content element of type "Timeline" and add some entries
  • To use the lightbox-feature, you need to include the static TypoScript in your template record
  • have fun!

Need custom CSS Styling or even SASS?

No problem! Just do NOT include the Static TypoScript as mentioned above and the extension will render just plain HTML. If you want to use the styles that come with the extension, feel free to use the SASS file in "Resources/Private/Scss" and change them to your needs.

Changing the template files

Since this is NOT a plugin but a regular content element, you need to change the following paths in order to overwrite the HTML/Fluid template paths with your own paths:

Page Setup

lib.contentElement{
    templateRootPaths{
        1277 = EXT:ce_timeline/Resources/Private/Templates/
    }
    partialRootPaths{
        1277 = EXT:ce_timeline/Resources/Private/Partials/
    }
}

Template files

Files you need to copy in order to overwrite them:

Main Template file: https://github.com/koehlersimon/ce_timeline/blob/master/Resources/Private/Templates/Timeline.html

Partials: https://github.com/koehlersimon/ce_timeline/tree/master/Resources/Private/Partials

Support & Service

If you have any problems with the extension, please let me know! Since this is open source, I only guarantee 100% expert support when I get paid, but I also like to support the community. Please don't hesitate to open an issue here on GitHub or send a message: https://simonkoehler.com/contact

Help me to keep the System up-to-date!

Many times if there is a special request, I just do it for free. I believe in the power of open source and free software. I also believe in you and your projects. If you like my work and you want to ensure further development, please don't hesitate to make a donation here: https://paypal.me/typo3freelancer