[ADDON] Visitor Goal (Who was here?)
- themission
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 22:32
- BBCodes: 3
- Location: Devon UK
- Contact:
[ADDON] Visitor Goal (Who was here?)
From Stokers - Final answer
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
[ADDON] Visitor Goal (Who was here?)
You need to check with the who was here? author. I have the same settings and its running fine here.
Board rules! No PM support
- themission
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 22:32
- BBCodes: 3
- Location: Devon UK
- Contact:
[ADDON] Visitor Goal (Who was here?)
Ok thanks;)
-
- BBCoder II
- Posts: 27
- Joined: 28 Apr 2011, 12:55
[ADDON] Visitor Goal (Who was here?)
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
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