May
26
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.
- An extended content element “heading” that can be shown only if tags are used.
- An insert tag {{tags_used}} that shows a list of used tags.
Release notes
1.5.1
- Added tag filter for Eventlist module
1.5.0
- Added TYPOlight 2.8 compatibility
- Added CSS class ‘active’ for selected tag in the tag cloud
1.4.3
- Added extended content element “heading”.
- Added {{tags_used}} insert tag.
1.4.2
- Added an option “Use tag classname” for all news list modules. This option adds an individual CSS class for every tag which is shown below a news entry. To support the individual CSS class, the news_full_tags template has been changed.
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.
Tweet This Post
Delicious
Digg This Post
Ping This Post
Tags: CMS, download, extension, module, php, tag cloud, tags, TYPOlight