By yoyoman on
I am using the Event module, and I've added a checkbox field "live presentations". I have a view (page) that displays the events where that box was checked. I'd like to show those items on a map and maybe do some other things ... so, how can I grab the node id values for the items being displayed on the page. As the user pages thru the different events, I only want to show that page's events on the map.
Should I use a view as a page or go the block method?
A non elegant way would be to use the $page variable and write a query to get the node id values, or is there a function for that?
Comments
I installed GMap and
I installed GMap and Location modules, and so I now use the View Type of "Gmap view" to show the points on the map. However, using that takes away the information that I was showing with the full node view. How can I have both the map and the rest of the node data?