Hello,
Is there a way to include the location form at user registration?
There seem to be patches floating around for 1.x-dev, but not for 3.x.
Thanks,
Andrey.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | location.module-5.x-3.0-test3-user_registration.patch | 3.49 KB | pounard |
Comments
Comment #1
finedesign commentedThis is really important for me as well.
Comment #2
pounardI need it too!And I did a simple patch, which works with 5.x-3.0-test3 version.
Sorry for 6.x users, but I think you can adapt it easily, it's really simple.
Put it in you sites/all/modules/location dir, then:
And enjoy :)
Comment #3
pounardOk, sorry I changed the version so it can match to the patch I did, so mainteners won't yell at me trying to patch a 6.x version.
Comment #4
Babalu commentedsubscribe
Comment #5
bdragon commentedSince #324430: [master] [meta] Location settings revamp made it easier to work with the settings forms, I went ahead and implemented this.
http://drupal.org/cvs?commit=147969
http://drupal.org/cvs?commit=147970
Comment #6
capellicI've upgraded to rc2, run the updates, cleared the cache, but I don't see where I can add the Location fields to the registration form.
I should mention that I am using the Content Profile module and have some of those fields appearing on the form. I turned them off to see if it changed anything, but it had no effect.
Thanks in advance!
Comment #7
bdragon commentedIt's a post RC2 change.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
finedesign commentedreopening...still need this for 6.x
Comment #10
kenwen commentedSupported.
We would even be willing to pay for this functionality! So if that's open for discussion please get in touch.
Comment #11
lyricnz commentedLike bdragon said, this was done after the RC2 release was made (i.e.: the code is not in that release). If you want this functionality immediately, download the -dev release, or wait until the next RC or final release.
Comment #12
capellicIf anybody is left wondering, the configuration for this is at the bottom of admin/user/settings -- under the submit button for some reason.
Comment #14
onzenet commentedhow to get rid of the 'location' form at new user registration ?
Comment #15
clashar commentedcapellic,
thank you!
I searched hours for that
Comment #16
angelmax commented@NewBee
to get rid of the 'location' from the user registration form go to /admin/user/settings all the way down, after the submit button, expand the Collection settings group and remove the check from "Collect during registration" checkbox.
AM.