Aug
22
This module allows to create tags for any TYPOlight element.
It provides a basic database structure to save the tags and it can be used to visualize existing tags.
The module contains the following extensions:
- A widget TagField for backend forms. You can add tags as a comma separated list into a text field. The widget provides a static method saveTags which should be called by the field’s save_callback to save the tags into the database.
- A frontend module Tag Cloud to visualize the tags in a cloud like in the TYPOlight extension repository. The Tag Cloud can optionally contain a top 10 list of tags and a list of related tags.
- A frontend module Global article list to show a list of all articles in a TYPOlight installation. If the global article list is called from a tag cloud, only the articles with the given tag are listed
- A tag field for articles, news entries and calendar/events.
Release notes
1.4.1
- Added an option to create additional CSS classes out of the tag names to allow individual styling of tags in tag clouds.
1.4.0
- Added support to show the tags of an event below the event in the eventlist module.
- Added support to show the tags of an article below the article in the global article list module.
tags is available in the TYPOlight Extension Repository for Download.