yourls-plugin laemmi-yourls-comment-label
Plugin for YOURLS. Add comment and labels for url entry.
laemmi/laemmi-yourls-comment-label
Plugin for YOURLS. Add comment and labels for url entry.
- Tuesday, February 16, 2016
- by Laemmi
- Repository
- 1 Watchers
- 0 Stars
- 47 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Plugin for YOURLS 1.7, (*1)
Description
Add comment and labels for url entry. Localization for german.
Use this plugin with "laemmi-yourls-easy-ldap" plugin.
You must install "laemmi-yourls-default-tools" fist., (*2)
Installation
- In /user/plugins, create a new folder named laemmi-yourls-comment-label.
- Drop these files in that directory.
- Via git goto /users/plugins and type git clone https://github.com/Laemmi/laemmi-yourls-comment-label.git
- Add config values to config file
- Go to the YOURLS Plugins administration page and activate the plugin.
- Install via composer. Add following to composer.json in require section.
"require":{
"laemmi/laemmi-yourls-comment-label": "^1.0"
}
Available config values
Allowed ldap groupsnames with yourls action and list permissions
define('LAEMMI_EASY_LDAP_ALLOWED_GROUPS', json_encode([
'MY-LDAP-GROUPNAME' => ['action-edit-comment', 'action-edit-label', 'list-show-comment', 'list-show-label']
]));
Permissions
Actions
- action-edit-comment = Add/edit comment
- action-edit-label = Add/edit label
List
- list-show-comment = Show comment
- list-show-label = Show label