[ADDON] Visitor Goal (Who was here?)

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[ADDON] Visitor Goal (Who was here?)

Post by themission »

From Stokers - Final answer

[ADDON] Visitor Goal (Who was here?)

Post 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?)

Post by themission »

Ok thanks;)

[ADDON] Visitor Goal (Who was here?)

Post 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