Many folks don't think to edit their location in the "edit" tab. There is other related functionality, like supplying a default ZIP (eg the User's) in the locationsearch module. Or a "near me" checkbox as discussed here:
http://drupal.org/node/47384
I need this feature and am willing to put out $.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | location_module.patch | 990 bytes | askike |
Comments
Comment #1
akaney commentedI think this would be a feature that many people could use. I have just started a new drupal site, and have found this to be a feature of great interest. I have created a few other sites with drupal, but am not familiar enough with the code to be of much help. I would be interested in testing this feature though.
Comment #2
askike commentedYou can request user location information at registration by inserting the following code:
after
in location.module
Comment #3
gregglesCan you provide that as a patch file?
Here are instructions to make a patch: http://drupal.org/diffandpatch
This could be handy if controlled via a setting on the location settings page.
Comment #4
askike commentedI cleaned up the code I offered earlier and created a patch against version 5. It would be nice if this could be controlled as a setting, but that's outside my critical path at the moment.
This is my first patch for public consumption... caveat emptor!
Comment #5
bdragon commentedhttp://drupal.org/node/157798 marked duplicate (patch in issue).
Comment #6
bdragon commentedhttp://drupal.org/node/120858 marked duplicate (patch in issue).
Comment #7
alimosavi commentedin drupal 6 ?
Comment #8
capellicI am wondering the same thing. If people don't fill this out upon registration, they have a habit of never getting to it.
THANKS!
Comment #9
bdragon commentedThis was fixed post-rc2.
Comment #10
capellicI just installed the dev version of October 20, but I don't see anything about displaying the Location form fields on the registration form. Can you please give directions on how to do this? Thanks!
Comment #11
mandclu commentedI just installed rc2, and didn't see anything in there either. If this is possible, please let me know, as I desperately need this.
Comment #12
mandclu commentedIf the only way to get this working at the moment is to use the dev version instead, what is the current state of the dev version? Is it relatively stable, or is there anything in transition that isn't working properly at the moment? Conversely, is there any chance another beta release might be coming shortly?
Comment #13
benovic commentedanyone tested the dev version yet? i might have to use it in a production site which makes me a bit nervous ;)
Comment #14
capellicI wouldn't recommend it for Dev. It seems very buggy to me. It could be operator error or maybe a conflict with another module, but it simply isn't working out for me. It's a fairly scope - trying to handle location information worldwide. I'm going to come back to it with the maintainers have had some more time to sort things out.
Comment #15
yesct commentedSince the last mention that this was fixed in the dev version, there have been new 3.1-rc1 versions. You could try those first before trying the dev version. Marking this one fixed.
Comment #17
clashar commentedfor latest stable 6.x-3.1 (2010-Jul-06), I didn't find solution to put requirement to fill in location for user registration.
Actually there is an option when I edit content profile node type to put "Minimum number of locations: " in "Locative information" tab, but even if I put there "1",anyway location tab/fields are not displayed on user registration form.
Comment #18
clashar commentedComment #19
clashar commentedActually #286450: Location on registration?) with comment #12 helped me