Closed (won't fix)
Project:
Hierarchical Select
Version:
5.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Jun 2008 at 09:44 UTC
Updated:
24 Jun 2008 at 15:26 UTC
Hello,
I like the hierarchal select, and I want to add it to the user profile. (using profile.module)
Is that possible?
thanks in advance
Ben
Comments
Comment #1
birdy1980 commentedI am willing to use any other module.
I want the hierarchical select on a user profile page and on the registration form for new users. How can I accomplish that?
Ben
Comment #2
wim leersIt's not yet supported.
You'll have to extend profile.module with a new kind of field, I think. But I'm not sure if profile.module is extensible in the first place, so I don't know if it's even possible to support. You'll have to research that yourself.
Comment #3
wim leersI just gave a quick look at profile.module, and I'm afraid it's *not* extensible:
The only way to make it support HS is by hacking that module, and it won't be a small hack… So I'd recommend using another approach to use HS for user profiles. Maybe nodeprofile will allow you to use it, I don't know.