yab_cf_article_list - List and search a custom_field in admin article list
This Textpattern plugin lists a custom field in the admin article list. Additonally the article search/filter is extended with the custom field (see screenshot below).
Download compiled and source:
yab_cf_article_list_v0.2.tar.gz
yab_cf_article_list
List a custom_field in admin article list and search article list for this custom field.
Version: 0.2
Table of contents
Plugin requirements
Minimum requirements:
- Textpattern 4.6.x
Configuration
Install and activate the plugin.
The function yab_cfal_config() in the plugin code contains an array with some config values:
'custom_field'
: Number of the custom field
Default: 1
'name_for_list'
: Name of the custom field in the table head and in article search.
Default: empty (The given name for this custom field will be shown.)
Changelog
- v0.1: 2014-05-06
- initial release
- v0.2: 2017-02-18
- bugfix: TXP 4.6.ready (required)
Licence
This plugin is released under the GNU General Public License Version 2 and above
- Version 2: http://www.gnu.org/licenses/gpl-2.0.html
- Version 3: http://www.gnu.org/licenses/gpl-3.0.html