Hi folks,

I've tried in quite a few different ways now but still no result.

What I need is for users to be able on their profile page to enter a comma separated list of words which are their "interests" , or "hobbies"..

Now The field should be like a taxonomy term field for some free taggable vocabulary.
It should autocomplete in Ajax and pick out any previously inserted "interests" or "hobbies" by other users.

Then , I can create a tag cloud or some kind of a link listing of all these user "interests" and when a visitor clicks on an "interest" , we get a page with all users with that interest.

I tried using extra CCK fields and setting the "Provide Page" option.
I can get an autocomplete text field, but if I enter interests like: "travel, tourism, nature" this will create a link in the user profile page like:
"travel, tourism, nature" and not 3 separate links "travel", "tourism", "nature" which is what is needed here.

I though about creating a CCK node type "Interest" with no body, a title and a free taggable vocabulary assigned for it.. But this is probably not a good idea. ..

The "user_interest" module is not what I need!!

Maybe, I can define a free taggable vocabulary and somehow hack through the taxonomy module to allow users to create terms. The terms are createed in some kind of "User Interests" vocabulary...

Any ideas? Help :(