Page 2 of 2

[ADDON] Visitor Goal (Who was here?)

Posted: 13 Dec 2011, 00:13
by themission
From Stokers - Final answer

[ADDON] Visitor Goal (Who was here?)

Posted: 13 Dec 2011, 06:27
by Stoker
You need to check with the who was here? author. I have the same settings and its running fine here.

[ADDON] Visitor Goal (Who was here?)

Posted: 13 Dec 2011, 14:31
by themission
Ok thanks;)

[ADDON] Visitor Goal (Who was here?)

Posted: 25 Feb 2012, 05:17
by Leinad4Mind
I've a "problem" with this add-on. It should appear just the Record, and not the total visitor of that day. (i've choose 24h (1 day) on acp for the WWH mod). And each day the goal is different 'cause it uses the total count of each day.

How can I fix it, and put the record instead?

Cheers!

EDIT: Problem solved!

I've added a new variable:
static private $record_total = 0;

and added too before "// Need to update the record?"

self::$record_total = $config['wwh_record_ips'];

and then on the new code of this addon where was count_total, i've put record_total.

It was an easy fix :D