I'm using this module for a site relaunch and we needed something a little different from the module.

Changes:
1) The hook_user calls are handled properly now (as far as I can see). Previous to this patch the implementation of hook_user was returning things when it shouldn't have been (for example, on load operation).
2) More comments added to functions
3) Function to find other users by similar tags. This function returns an array of output from theme_username().

Feedback appreciated...

CommentFileSizeAuthor
#1 user_tags.patch8.78 KBnicholasthompson

Comments

nicholasthompson’s picture

StatusFileSize
new8.78 KB

Always helps if you actually ATTACH a patch...

flk’s picture

Status: Needs review » Reviewed & tested by the community

hi nicholas,

thank you for the patch, I have been bit awol of late so havent had much time to update the module...the way you have attacked the problem is very similar to the 4.7 branch..I have looked at it and it seems fine and will be committing it soon once i figure out why i cant seem to get a checkout of contrib lol.

I was personally going for a different approach in regarding how taxonomy and users relate...currently you can only use one category for one use, i wanted to change that so that one could create a relationship id and use one category for many uses.

IE say we created a category called countries and i wanted to make a tags of the countries i have been to, countries i want to visit and countries i want to avoid currently for each of these type of tagging even though they involve countries i would have to create a new category for each...but what i want to do is create a relationship linking the usage to the category.
It mostly works except i am having problem with showing all the tags on the user profile :(.

anyways thnx again.

flk’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)