Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimrichhannot/contao-tags_plus
https://github.com/heimrichhannot/contao-tags_plus
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-tags_plus
- Owner: heimrichhannot
- Created: 2016-02-17T13:30:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T08:02:11.000Z (over 2 years ago)
- Last Synced: 2024-04-22T17:41:57.272Z (8 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 5
- 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)