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.

Comments

finedesign’s picture

This is really important for me as well.

pounard’s picture

I 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:

 # cd whatever_it_is/sites/all/modules/location
 # patch -p0 < location.module-5.x-3.0-test3-user_registration.patch

And enjoy :)

pounard’s picture

Version: 6.x-3.x-dev » 5.x-3.0-test3
Status: Active » Needs review

Ok, 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.

Babalu’s picture

Version: 5.x-3.0-test3 » 6.x-3.x-dev
Status: Needs review » Active

subscribe

bdragon’s picture

Status: Active » Fixed

Since #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

capellic’s picture

Status: Fixed » Active

I'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!

bdragon’s picture

Status: Active » Fixed

It's a post RC2 change.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

finedesign’s picture

Status: Closed (fixed) » Active

reopening...still need this for 6.x

kenwen’s picture

Supported.

We would even be willing to pay for this functionality! So if that's open for discussion please get in touch.

lyricnz’s picture

Status: Active » Fixed

Like 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.

capellic’s picture

If anybody is left wondering, the configuration for this is at the bottom of admin/user/settings -- under the submit button for some reason.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

onzenet’s picture

how to get rid of the 'location' form at new user registration ?

clashar’s picture

capellic,
thank you!
I searched hours for that

angelmax’s picture

@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.