Am trying to add check boxes for particular interests. The interests the user ticks need to be displayed as a link after saving content profile and when clicked take him to a page with the pictures of all users sharing the same interest listed.

Did this with core profile using the option underPage title
... The word %value will be substituted with the corresponding value. An example page title is "People whose favorite color is %value".....

Can we do this with content profile ?

-thank you

Comments

moshe weitzman’s picture

Title: Can we list users with similar interests using '%value' as in core profile? » List users with similar interests using '%value' as in core profile?
Category: support » feature

This would be an interesting enhancement - requires a formatter for the fields that should be hyperlinked. Also will depend on Views.

chadsowald’s picture

1+

I am looking for a similar feature. If anyone has used Elgg (or Facebook might be the best example), I like that they let you click on profile fields (including things like interests) and see other users with the same interests or very closely similar (plurals for instance, not too complex). This would be a nice feature to add into the profile module - having a certain profile element (like a single-line text field) that does related links (aka "single-line, linked text field).

shunting’s picture

With RDF in core, this sounds like a feature that should fall out of a more generic way of representing typed relationships.

honorfield’s picture

Assigned: Unassigned » honorfield

Did anyone figure out how to do it? I would be really interested in a feature like this as well!

nirvanajyothi’s picture

May be content taxonomy module can solve this to some extent.

http://drupal.org/project/content_taxonomy

crea’s picture

Status: Active » Closed (won't fix)

Use Content Taxonomy module. Until D7 with Field API, having category in content_profile module itself sounds like feature bloat. Let's keep it simple and pluggable instead.