https://github.com/heimrichhannot/contao-tags_plus
https://github.com/heimrichhannot/contao-tags_plus
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-tags_plus
- Owner: heimrichhannot
- Created: 2016-02-17T13:30:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T08:02:11.000Z (over 3 years ago)
- Last Synced: 2025-03-13T07:12:12.698Z (12 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tags Plus
An extension for the contao tag module offering a frontend form field among other things.
## Features
### Eval options
Name | Description | Example
---- | ----------- | -------
optionsTable | Used for displaying other options than the ones linked to the table key in the dca | 'optionsTable' => 'tl_member'
### Frontend fields
Name | Description
---- | -----------
FormTags | A frontend representation for the tags module. Currently only a select field
### Backend fields
Name | Description
---- | -----------
TagFieldPlus | Enhances the normal tag field with the opportunity to override the table
### Modules
Name | Description
---- | -----------
ModuleTagCloudPlus | Fixes an issue in the tag cloud (active tags didn't have the "active" class); additional sql and where sql can be added
### Helper classes
Name | Description
---- | -----------
TagsPlus | Provides methods for a more convenient tag access (save and load)