coppermine-gallery.com/forum

Support => cpg1.6 plugins => cpg1.6.x Support => cpg1.6 plugin contributions => Topic started by: Αndré on November 28, 2018, 11:37:01 AM

Title: Hot pictures plugin for cpg1.6.x
Post by: Αndré on November 28, 2018, 11:37:01 AM
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 (http://forum.coppermine-gallery.net/index.php?action=profile;u=12710). 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
$buttons = array(1, 2, 3); // each number will create a button 'Hot for x days'
and also determine, which user groups will see the buttons
$groups = array(1); // enter the group IDs which should be allowed to set pictures as 'hot'
(there's no web configuration interface available).
Title: Re: Hot pictures plugin for cpg1.6.x
Post by: nambroque on August 01, 2024, 09:22:22 AM
Hello
I'd like hot pictures to appear only at the home page, would it be possible?
Thanks