On my boards I have lots of forums that have post count disabled, and I was wondering if there is any way to add into a user's profile the total post count including all the posts he/she made across all the forums.
- add a new counter field to table user
- add a plugin to hook userdata_presave
- increase the new field by one when lastpost changes
done (except for handling deleting/pruning posts)