By stormer on
How can I replicate the functionality that Drupal has built into the profile pages in the form of 'interests', 'industries worked in' and 'companies worked for'?
many thanks
Ole
--
Drupal 5.1
How can I replicate the functionality that Drupal has built into the profile pages in the form of 'interests', 'industries worked in' and 'companies worked for'?
many thanks
Ole
--
Drupal 5.1
Comments
Profile module
It's the Profile module in action. Just enable it, and define what fields you want the users to fill out.
--
dafa
yes, but...
it's the fact that the entries link to a view listing all users who shares these interests etc. How do I go about that?
---
that has everything to do with the page title field when creating a new field in profile module, name the page and all userrs who fill out that field will be included on the page.
Aha
brilliant, that does the trick.
Actually, not quite.
There's something wrong - I have set up 5 users, all with different account info with the exception of the 'country', which is the same in all cases. So when I click on 'Autralia' (which is assigned to all 5 users) I should get a page that lists all 5 users but instead it only shows 2 users.
Also, Drupal.org's list shows additional information in the form of e-mail address and website URL whereas my list only displays the user name - what have they done to their list that enables this?