forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 plugins => Topic started by: Hanna. on December 01, 2017, 08:16:18 pm

Title: onlinestats plugin
Post by: Hanna. on December 01, 2017, 08:16:18 pm
Hello everyone! Just checking to see if this one is an easy fix with cpg 1.6? The plugin onlinestats that appears on the bottom?

This plugin is essential to my web pages and it gives out (because I used to have an older cpg)
Code: [Select]
Fatal error: Uncaught Error: Call to undefined function mysql_fetch_row() in /home/minowncu/public_html/addons/kristincavallari.net/gallery/plugins/onlinestats/codebase.php:137 Stack trace: #0 /home/minowncu/public_html/addons/kristincavallari.net/gallery/include/plugin_api.inc.php(218): online_mainpage(Array) #1 /home/minowncu/public_html/addons/kristincavallari.net/gallery/index.php(1128): CPGPluginAPI::filter('plugin_block', Array) #2 {main} thrown in /home/minowncu/public_html/addons/kristincavallari.net/gallery/plugins/onlinestats/codebase.php on line 137
Title: Re: onlinestats plugin
Post by: ron4mac on December 01, 2017, 11:09:35 pm
Find plugins updated for CPG 1.6 here:  https://github.com/coppermine-gallery/cpg1.6.x-plugins
Title: Re: onlinestats plugin
Post by: JohannM on March 13, 2019, 12:19:11 am
Hello

How can I change to see the date format as e.g.  6 Jun 2019 ?

Any help please ?
Title: Re: onlinestats plugin
Post by: Αndré on May 10, 2019, 04:04:33 pm
Open codebase.php, find
Code: [Select]
printf($lang_plugin_onlinestats['record'], '<strong>'.$CONFIG['record_online_users'].'</strong>', localised_date($CONFIG['record_online_date'], $lang_date['lastcom']));and replace with
Code: [Select]
printf($lang_plugin_onlinestats['record'], '<strong>'.$CONFIG['record_online_users'].'</strong>', localised_date($CONFIG['record_online_date'], '%e %b %Y'));