Posted by jase951 on January 8, 2008 at 2:00pm
Hi
Do you know if it is possible to integrate users who are on the website into the phpbb count?
So for example: if people go to http://drupal.i1media.no (the homepage and not the forum) the statistics count at the bottom of phpbb will count those users. so, that the user stats are for the whole website.
Thanks!
Regards
Comments
You could insert / update
You could insert / update the session table in phpBB on every pageview in Drupal by using the hook_init() function in a Drupal module.
But the number is usually a joke anyway (not representative of anything), and it would create a lot of database writes.