location

Events happening in the community are now at Drupal community events on www.drupal.org.
price9001's picture

User input (location) inside node?

Basically I'm looking to have it so that users can place markers on a map inside a node.

I imagine it to look something like his:


|-------------------|

----GMAP----------
-------------------

|-------------------|

Address : ________________

Extra info : ______________

Basically so the same thing that is in the Gmap Macro builder, but inside nodes that users can use, and put a limit on the number of markers they can place.

When users typed in an address, it put a marker on that place.

Read more
spade's picture

Drupalberlin.de Treffunktseite erweitert

Wir haben heute gmap und das BVG-Widget in die Site integriert:
http://drupalberlin.de/content/c-base

Da das noch nicht optimal erscheint, bitte ich hiermit um Tipps, wie das optimiert werden könnte.

Zurzeit ist dies mit einem Inhaltstyp Ort realisiert und die BVG-Widget als Block mit fester Anschrift, der nur bei diesem Node ausgegben wird. Besser wäre es, wenn das BVG-Widget die Adresse vom Node erhält und so für verschiedene Locations funktionieren würde.

Eine Frage wäre auch, wie bei der Ortsangabe die PLZ vor dem Ort ausgegeben werden kann.

Read more
SCassingham's picture

Location from Computer to phone capability

I am trying to make it easier for customers to send directions to a phone off of a website. Is there any new technology out there that can help with this? I have been reading on drupal and I have found that you can send phone to computer but I have not heard of anything that does computer to phone technology.

Read more
SCassingham's picture

Sending directions and/or location to phones

I am trying to make it easier for customers to send directions to a phone off of a website. Is there any new technology out there that can help with this? I have been reading on drupal and I have found that you can send phone to computer but I have not heard of anything that does computer to phone technology.

Read more
tolland76's picture

Understanding the Location "name" and "additional" fields

I am a little confused about the used of the various fields that the "location" module employs

Am I right in guessing that "name" mean the house/building number or name, and additional, is like the sub-postal area, locality...?

Thanks,

T

Read more
pol's picture

Making the Drupal Search more efficient with Location.

Hello all,

I'm building a website where there will be locations attached to nodes through CCK.

I would like to offer the possibility to the visitor to find a node with a keyword(like the default search) BUT ALSO with a city name to narrow the search (like the Location Search).

I browsed the drupal modules but none of them allow me to do that.
It's either find a location or find a keyword in a node, but not the mix of them.

How can I achieve that ? Any idea ?

Read more
toddoneill's picture

Meeting Location

If the San Antonio Drupal Group needs a place to meet you're welcome to come down to our office at C4 Workspace, 108 King William.

We have plenty of space, a projector and screen and kitchen space for coffee, beverages and snacks!

Cheers!

Todd O'Neill
Managing Director
[[http://www.doingmedia.net]DoingMedia LLC]

Catalyst/Partner
[[http://www.c4workspace.com]C4 Workspace]

Read more
husainsn's picture

Access of Location data for a Computed Field

Hello
I have a node type with location data. I want to access latitude and longitude data to calculate Sunrise time in a computed field on the same node - but no success. The code in computed field is:

$lat = $node->$location[latitude];
$long = $node->$location[longitude];
$node_field[0]['value'] = date_sunrise(time(), SUNFUNCS_RET_STRING, $lat, $long, 90, -5);

I can access latitude data $location[latitude] in the theme override, and can calculate sunrise. I want to use the computed field in a View.

Any help will be appreciated.

Read more
klamoureux's picture

Approach for assigning a user to a certain role based on user profile (locative) data

Hi there,

I have my first Drupal site up and just polishing up some of the UX / Business rules elements of the site.

I need to be able to assign users to ttwo different roles based on their user:location_country attribute.
If they are from US/Canada - they go to one role, otherwise they go to another role.

I know i have to execute some PHP when the User is created, but i am not sure of the syntax or how to set it up.

Any assistance would be greatly appreciated.

Regards,

Kit

Read more
gugki's picture

Best practice: Eventcalendar with location guide with D6 2010

Hey there,

as I am planning to create a new Eventsite which features publishing/sharing event data, some location guide and the according search options (search by time/region/proximity etc) and I am still quite new to Drupal, I'd like to collect some input on the currently best ways to do.

What I understood so far:
- Prefer use of Date/Calendar module instead of Event module due to better CCK/Views integration and higher flexibility
- Use Location module for the venue date (together with gmap module) instead of Addresses and co

Read more
Subscribe with RSS Syndicate content