forum.coppermine-gallery.net

Support => cpg1.5 plugins => cpg1.5.x Support => cpg1.5 plugin contributions => Topic started by: Αndré on August 06, 2014, 01:04:36 pm

Title: Quick tag plugin for cpg1.5.x
Post by: Αndré on August 06, 2014, 01:04:36 pm
This plugin adds a clickable list of the most frequent keywords next to the keyword edit fields in edit_one_pic.php and editpics.php.

By default, 10 keywords will be displayed. You can change that value in codebase.php:
Code: [Select]
$num_keywords = 10;