Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
profile.module
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
24 Jan 2008 at 18:13 UTC
Updated:
23 Mar 2011 at 01:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
michelleThat sounds pretty cool, but the next version to get new features will be 7.x. I bumped the version and gave it a better title. You may want to check that your patch still works against 6.x as that's what will become 7.x.
Michelle
Comment #2
jasonsafro commentedPrevious patch file seems to have picked up every line as different. I'm guessing that dreamweaver changed all the newline characters. I re-wrote the changes in vi and generated a new patch file. This latest one seems to be the correct size and contents.
Comment #3
jasonsafro commentedMichelle,
Heh... didnt mean to overwrite your changes. We were both posting at the same time. I'll test this against v6. If you have a minute, could you do a quick code review for style and logic?
Thanks!
Jason
Comment #4
michelleI'm pretty new at Drupal coding so I'm not a good one to review. There's plenty of time, though. 7.x is likely a year away and it's possible that profile will be replaced in 7.x.
Michelle
Comment #5
mepushpendra commentedThanks a ton for posting this patch....I was in need of this and i am happy to say that it has solved my problem. This patch is working properly. Please try to make this nodereference field multiselect.
Comment #6
catchThe patch has a bunch of stuff commented out. Additionally, D7 is very likely to have fields in core, and nodereference can be handled by the various profiles as nodes options in contrib. So while this would be a good thing, I think it's best to get it in after fields in core has landed so it can take advantage of the new API (rather than overloading an old crusty one).
Comment #7
Freso commentedAlso, for your further education,
else ifshould beelseifand it should benot
} else {. There's also a bunch of misplaced white-space. Take a look at the Coding standards for what Drupal code should look like. :)Comment #8
baxterjones commentedhi, all
i used the initial first patch posted by jacen6678, and it does exactly what i wanted.
great work, keep it up
for those who don't know what i wanted.
i wanted to reference a node with a profile field :D
Comment #9
aaronelborg commentedsnowvirus,
What version did you get this to work in?
Also, did you do it manually? Or using 'patch' in the command line?
Thanks.
Comment #10
petermilad commentedI need it for Drupal 6. it's not working with me on drupal 6
Comment #11
michelleThis won't happen for D6 and it's too late for D7. There's already an issue for making profile in core use fields but that's been pushed off to D8.
Michelle
Comment #12
JayKayAu commentedCan this be turned into a contrib module for D6 and D7?
I imagine it'd be a small module, but would be really useful.