Hi everyone.
I'm building a student community and is blocked by this issue: how should I organize the student's profiles according to the "university-department-major-year" logic.
In fact, I'm looking for both the logic and the technique.
I'm now using the "taxonomy" module. I want to synchronise these on a "vocabulary" with four levels. But now I find this is an impossible mission to construct an exclusive list with these four parameters since each university has so many departments, each department has so many majors and each major calls for at least 10 years... a simple calculation : 500 * 30 * 50 * 15....
But if I make the member to tag theses information, I have no way to organize them hierarchically.
Until now I haven't found a module which allows the drop list with an 'other' terms, when 'other' terms are selected, one can tag it manually.
In fact, what I need is a system to record all these scholar information of a student since he come to university. And the others could find them via these information.
Do you have any idea about that? Thanks so much!
PS : I'm fairly poor and fresh on programming.

Comments
Help
Please, can anyone give me a hand? Or my question is not correctly formed? I'm ready for any detail if necessary.
Not that easy...
What you're asking for is pretty complex, and I don't know think that there's a straight forward method for doing this. One suggestion I have is to use the book module (esp. if you're using Drupal 6) and use nodes for each of those items. Or, you could use the relativity module, which might actually be more appropriate since you could then use 4 separate node types and dictate that each of the lower items has to have a parent. That way the top level book or content type would be the university, which could have as children departments, which could have as children universities, etc.
Hope this helps, but I can tell you that this is one heck of a task for a newcomer to Drupal...
Alex Urevick-Ackelsberg
ZivTech: Illuminating Technology
Alex Urevick-Ackelsberg
ZivTech: Illuminating Technology
could this module help?
http://drupal.org/project/hierarchical_select
Kyle Mathews
Kyle Mathews
Faceted Search
I think my preference would be NOT to try to create a single heirarchy, since these categories are related but not dependent on each other.
Instead, I would create four separate vocabularies (categories), one for each of University, Department, Major and Year. Then, I would use Faceted Search to enable users to search for others using any combination of terms.
Erik Britt-Webb
drupal@ebrittwebb.com
Thanks
Thanks everybody. I'll try to fix it.
In fact I have paid a developer for this but she disappeared without finishing the her job.;-(