IPM C-Line 

Version

3.0.2

Language

en

Authors

ip&more GmbH

Email

developer@ipandmore.de

License

GPL-2.0-or-later

Add copyright lines to your TYPO3 project. With the "today"-Feature the plugin keeps track of the current date in the copyright line, so you won't have to update the date at New Year.

  • Easy to install
  • Easy to use
  • FlexForm only

TYPO3

The content of this document is related to TYPO3 CMS, a GNU/GPL CMS/Framework available from typo3.org .

Community Documentation

This documentation is community documentation for the TYPO3 extension ipm-cline.

It is maintained as part of this third party extension.

Extension Manual

This documentation is for the TYPO3 extension ipm-cline.

Sitemap

Introduction 

What does it do? 

Add copyright lines to your TYPO3 project. With the "today"-Feature the plugin keeps track of the current date in the copyright line, so you won't have to update the date at New Year.

  • Easy to install
  • Easy to use
  • FlexForm only

Screenshots 

Introduction Package

For Editors 

To use the plugin on your site you have to add "IPM Cline" via the Content Wizard (Tab "Plugins"). With the following options you can customize the copyright lines according to your requirements:

  • Merge all fields to a "oneliner" (No splitting by div-Elements): if selected, in the HTML output all content will be inside a single DIV element; otherwise the date and the custom text will be in separate DIV elements.
  • Set "©" at beginning: if selected, there will be placed "©" before the date output, e.g. © 2013-2021
  • Copyright start/Copyright end: here you can specify the date for the copyright date period
  • Use "today" as copyright end (Overrides the field "Copyright end"): if selected, the current date will be used as the end of the copyright period
  • Date format (d-m-Y => 00-00-0000): here you can specify the date format, in most cases it will be only the year in the 4-digit format (Y)
  • Copyright text: the text that will be displayed after the copyright date

Installation 

Install via Composer

composer require ipandmore/ipm-cline
Copied!

Install via Extension Manager

  1. Open Extension Manager in your TYPO3 backend
  2. Search for ipm_cline
  3. Download and install it

Configuration 

Before the plugin can be used you have to include the static TypoScript template "IPM C-Line" in your site template. To include some basic CSS you can use the static TypoScript template "IPM C-Line CSS".

Known Problems 

Currently no known issues.

Change log 

Version 1.4.0

BREAKING CHANGE with version 1.4.0: predefined css must be included by static template; Add copyright lines to your TYPO3 project. With the "today"-Feature you never have to rewrite the year (e.g. 2019 to 2020) at New Year.

Version 1.3.3

This version is for TYPO3 8 LTS and higher. For TYPO3 7 LTS use ipm_cline v1.2.1

  • Set version to 1.3.3
  • Correct quotes in composer.json

Version 1.3.2

This version is for TYPO3 8 LTS and higher. For TYPO3 7 LTS use ipm_cline v1.2.1

  • Set version to 1.3.2
  • Correct composer.json
  • Update README

Version 1.3.1

This version is for TYPO3 8 LTS and higher. For TYPO3 7 LTS use ipm_cline v1.2.1

  • Set version to 1.3.1
  • Include composer.json
  • Update extension description
  • Include correct README.md
  • Remove wrong README.rst

Version 1.3.0

This version is for TYPO3 8 LTS and higher. For TYPO3 7 LTS use ipm_cline v1.2.1

  • Set version to 1.3.0
  • Update dependencies (Add support for TYPO3 9 LTS)
  • Update dependencies (Add rte_ckeditor)
  • Update dependencies (Remove su)

Version 1.2.1

New version due to TER security incident. See https://typo3.org/teams/security/security-bulletins/psa/typo3-psa-2017-001/

  • Set version to 1.2.1

Version 1.2.0

  • Set version to 1.2
  • Add one-liner feature
  • FlexForm optimized
  • Code optimized

Version 1.1.2

Set version to 1.1.2

  • TypoScript path for css file corrected

Version 1.1.1

  • Set version to 1.1.1
  • Make show-action cachable

Version 1.1.0

  • Set version to 1.1.0
  • Add TypoScript configuration to include/exclude extension CSS
  • Update template and CSS
  • Respect page-specific RTE configuration
  • Update extension description

Version 1.0.0

  • Initial release

Sitemap