By akael on
Hope someone here can help me out. I have a site I am building and I need for the ability to setup a different type of structure than I have done in the past:
The site will need to have groups for different locations, and I would like to be able to determine the location of the user and take them to the nearest group by default when they visit the site. (something kinda like what craigslist does when you visit)
Anybody know where I can even start for something like this?
Thank you.
Comments
_
It depends on what 'location' maps to, but there are several ip based location determination modules in the downloads area that might be helpful.
WorldFallz, Thank you for
WorldFallz,
Thank you for your reply. I have looked at a bunch of those modules, but haven't really seen anything close to what I need. They are either very old and have not been supported, or don't seem to be quite what I need.
I think I am going to just create a module for the functionality that I need, but wanted to check here first.
Let me explain a bit better:
Thanks again for your response.
_
From what I can see, you should be able to do this with the smart_ip module and some custom code-- pull the default value of the location field from the info smart_ip provides and allow the user select something different if desired.