Closed (won't fix)
Project:
Content Profile
Version:
6.x-1.0-beta3
Component:
Base module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Mar 2009 at 13:35 UTC
Updated:
30 Dec 2009 at 15:34 UTC
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
Comment #1
moshe weitzman commentedThis would be an interesting enhancement - requires a formatter for the fields that should be hyperlinked. Also will depend on Views.
Comment #2
chadsowald commented1+
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).
Comment #3
shunting commentedWith RDF in core, this sounds like a feature that should fall out of a more generic way of representing typed relationships.
Comment #4
honorfield commentedDid anyone figure out how to do it? I would be really interested in a feature like this as well!
Comment #5
nirvanajyothi commentedMay be content taxonomy module can solve this to some extent.
http://drupal.org/project/content_taxonomy
Comment #6
crea commentedUse 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.