Once more sort of bug.
In
psistats.php
we have (line 259):
if ($user['userid'] == NUMBER_ONE)
I think this is not a good one.
I imported my forum from phpBB to VB.
And user NUMBER ONE was created when I installed VB engine for the first time.
But user number one from phpBB is not user #1 for now on my new VB forum.
So the date:
Forum Began is not displayed correctly.
Why not to add to PSI configuration page such option as:
User's ID number first registered on your forums
P.S.
I found this one in
psistats.php
Code:
define('THIS_SCRIPT', 'psistats');^M
define('ONE_DAY', 86400);^M
define('ONE_MONTH', 2629743.83);^M
define('NUMBER_ONE', 5);^M
define('MODERATOR_GROUP', 7);^M
Why not to and some note about this one in Documenatation?