User module to pull tags from content types to the user profile.
This module would be a simple method to track users activity on your web site, using the tag system of drupal.
The module create a taxonomy term field in the user profile and associate to vocabulary "tags". Everytime the user visit a node of a content type set in the module, inherit node tags.
If the default "tags" vocabulary doesn't exist, the module create a new one with the same name. If you want to use a different vocabulary, edit the field created by the module and associate your vocabulary.
© hiryu (http://drupal.org/user/2502794)