Thanks for contributing this module to the Drupal community. I was wondering if this will be ported to Drupal 6. I'm thinking about using Drupal forums on my site and would like to have user stats as an added feature.

Thanks again!

Comments

liam mcdermott’s picture

It will be ported to Drupal 6. In fact I am really looking forward to being able to move my own sites up to six, but am lacking the time to do much with modules at the moment.

There are a few other things for me to do before this is ported to six:

  1. get Postgres support working (#214040: PostgreSQL support);
  2. write documentation (#196580: Documentation or little help);
  3. release stable version;
  4. get Jaydub's patch in: #226458: Configurable post count profile field;
  5. remove dependency on profile.module;
  6. port to six!

Lots to do, unfortunately! :)

CompShack’s picture

Thanks for the follow up Liam McDermott. I have been reading about your switch from VB to Drupal forum. Pretty interesting stuff! Thanks for contributing back to Drupal Community!

liam mcdermott’s picture

Thanks CompShack! :)

BakerQ’s picture

Just wondering how the D6 release is coming along.

liam mcdermott’s picture

Status: Active » Fixed

See the front page. That pretty-much says it all. :)

There's a port to six in alpha status, unfortunately it still relies upon profile.module for storage.

CompShack’s picture

unfortunately it still relies upon profile.module for storage

I would rather see it dependent on this than creating its own tables. If you have a community site, activating the profile core module is a MUST.

I would keep it the way it is Liam. Nothing wrong with this ;)

liam mcdermott’s picture

I would rather see it dependent on this than creating its own tables. [...]
I would keep it the way it is Liam. Nothing wrong with this ;)

Well, there are lots of problems with using profile.module. Hiding the profile fields is difficult for a start, the maintainer of advanced forum doesn't want to support user stats until it gets rid of the profile.module dependency too. Also User stats has simply out-grown profile.module, it's time to grow up and use our own tables. :D

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.