This module takes over the default node/xx page callback, first intercepting it to see if there is a lightbox query attached to the url ($_GET['lightbox']), if so it renders the node using a different build mode, allowing one node to be themed differently at node/xx than at node/xx?lightbox=1.
Other than node links
The module also works with 'other than node' links. If you are serving forms in these links, the module knows to remove the ?lightbox=1 from the form action to prevent submission to the unthemed page. Not all forms will work out of the box, if you find one that doesn't post an issue and I'll attempt to include it too.
Provides a geo-location field for storing and managing geographic data, enabling the integration of maps, geocoding and location-based functionalities. It supports all geo-types (points, lines, polygons, multi types geometries).