Support > cpg1.6 plugin contributions
Hot pictures plugin for cpg1.6.x
(1/1)
Αndré:
This is the cpg1.6.x and PHP7 compatible version of the Hot pictures plugin.
--- Quote from: Αndré on March 30, 2012, 02:27:40 pm ---Set pictures as 'hot' for x days and display them in a meta album 'hotpics'.
This plugin is the result of a freelance request by altenae. Just install the plugin as described in the Coppermine docs. By default it will add 3 buttons to the intermediate page view for the administrator. In codebase.php you can change those buttons
--- Code: ---$buttons = array(1, 2, 3); // each number will create a button 'Hot for x days'
--- End code ---
and also determine, which user groups will see the buttons
--- Code: ---$groups = array(1); // enter the group IDs which should be allowed to set pictures as 'hot'
--- End code ---
(there's no web configuration interface available).
--- End quote ---
Navigation
[0] Message Index
Go to full version