Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichaelsen/typo3-smhints
TYPO3 Extension: Hints (sm_hints)
https://github.com/smichaelsen/typo3-smhints
Last synced: 30 days ago
JSON representation
TYPO3 Extension: Hints (sm_hints)
- Host: GitHub
- URL: https://github.com/smichaelsen/typo3-smhints
- Owner: smichaelsen
- Created: 2013-12-05T12:05:41.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-01-28T23:56:52.000Z (almost 11 years ago)
- Last Synced: 2024-04-24T03:14:56.199Z (8 months ago)
- Language: PHP
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TYPO3 Extension: Hints
* Extension Key: sm_hints
* Extension Author: Sebastian Michaelsen
* Developed for: [Stiftung Mitarbeit](http://www.mitarbeit.de/)## Description
Adds a new content element "hint", which basically provides an info box containing a symbol and some text. Symbol sets are fully configurable in the backend. The is extension is developed for and used in production by Stiftung Mitarbeit, Bonn, Germany.
## Requirements
Successfully tested with TYPO3 4.5 LTS and TYPO3 6.2.0beta2 LTS.
## Installation
* Create a storage folder in the pagetree for this extension.
* Install the extension via the extension manager.
* Open the extension's configuration form in the extension manager and provide the ID of the folder you just created.
* Include the extension's Static Typoscript Template ("Hints") into your TS Root Template.
* Open the Constant Editor, choose the section "sm_hints" and again provide the ID of the folder you just created.## Usage
* Create Content Elements of the type "Hint type" in your storage folder.
* Create Content Elements of the type "Hint" on your content pages.