forum.coppermine-gallery.net

Support => cpg1.6 plugins => cpg1.6.x Support => cpg1.6 plugin contributions => Topic started by: Αndré on October 13, 2020, 02:30:51 pm

Title: Quick tag plugin for cpg1.6.x
Post by: Αndré on October 13, 2020, 02:30:51 pm
This is the cpg1.6.x and PHP7 compatible version of the Quick tag plugin.

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;
Title: Re: Quick tag plugin for cpg1.6.x
Post by: roaftech on January 06, 2021, 04:52:15 pm
Hi Andre, this looks like a useful plugin.
I installed the earlier version on my main gallery at www.roaf.org/gallery (version 1.5) and it works as intended.  However, I tried the new version on my test gallery at www.roafan.org/gallery2 version (1.6) and both 'edit_one_pic.php' and 'editpics.php' lock up. 
Is this because my site is running php v5? It is as provided by the ISP and I have no control over that.

Regards and thanks.