Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timcrockford/track-custom-keywords
A YOURLS plugin to track whether or not a keyword is randomly assigned or manually set by the user.
https://github.com/timcrockford/track-custom-keywords
Last synced: 14 days ago
JSON representation
A YOURLS plugin to track whether or not a keyword is randomly assigned or manually set by the user.
- Host: GitHub
- URL: https://github.com/timcrockford/track-custom-keywords
- Owner: timcrockford
- Created: 2014-05-28T10:00:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T12:21:29.000Z (over 9 years ago)
- Last Synced: 2024-08-02T06:17:37.750Z (4 months ago)
- Language: PHP
- Size: 473 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Track Custom Keyword - Add a new field to YOURLS designed to track if a keyword was randomly assigned or manually specified. (Plugins / T)
README
track-custom-keywords
=====================YOURLS plugin to add a new field to YOURLS designed to track
if a keyword was randomly assigned or manually specified.- New keywords are appended with a prefix to indicate as to whether they were random or custom
- This prefix is stripped off and stored in a new field that is added to the database when the plugin is activated
- The edit functionality will allow you to override the flag
- The link list now has an additional sortable column indicating if a keyword is custom or not
- The search bar has an option to only show custom or random keywordsWhen this plugin is activated, a new column is added to your YOURLS_URL table to hold the flag. If you deactivate the plugin, this column is removed. **Note that your data is lost if you do this.**
See the admin.png file in the repository for an example of the changes to the web UI.