I found code for an interest match module that extends the functionality of the profile module:

This module currently allows the administrator to define subjects the users may rate their interest in. It is then possible for users to view users with matching interests.

That's exactly what I need!

I haven't tried it yet. I don't want to screw up my installation. I'm not even 100% sure this is code for Drupal...

Is this code save to try? Is anyone still working on this?

I send an email to the coder, but haven't received a reply.

Comments

PeterLucas’s picture

I tried to install interestmatch.module. Apparently it needs database tables:

user error: Table 'mydatabase.interestmatch_interestfields' doesn't exist query: SELECT id, name, weight FROM interestmatch_interestfields ORDER BY weight ASC in /home/mywebsite.com/public_html/drpl/includes/database.mysql.inc on line 66

There was a link in the code to a project page here: http://drupal.org/projects/interestmatch, but it doesn't exist anymore. How old is this code?

Still, an interestmatch module would be extremely usefull!