- Answered
-
It is possible in the 2.2 beta 3 actually!
See the config.inc.php file :
// For PHPMV_STAT_*, INTERNAL_STATS must be set to true
define('PMV_STAT_ID_SITE', -1); // Id of site where phpmv site must be saved (-1) : So create a site in phpmyvistes and set here, the id of this site
define('PMV_STAT_SAVE_USER', true); // true to have login name in variable of page viewedSo create a website in phpmyviistes, change the -1 with the id site newly created, and set INTERNAL_STATS to true in this config.inc.php file.
Then you should have the stats of which user use phpmyvisites, how, etc. ;-)

