I'm showing the location address in a view and i realized that it's showing the latitude and longitude in that address field. I don't want users to see that information, so i tried to override the location.tpl.php file which is in the module, copying it to my theme folder, but nothing happens. Is this the way to do it? Am i making something wrong?
Thanks for you help.
Comments
Comment #1
bdragon commentedNah, I was just being lazy with the theme compatibility layer.
I just committed some changes to allow it to work as expected.
http://drupal.org/cvs?commit=143828
Comment #2
bdragon commentedDid this work for you?
Comment #3
mburak commentedYes, thanks!
Comment #4
bdragon commentedOK, marking fixed then. Thanks for the prompt response!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
whitewater77 commentedHi,
by overriding the location.tpl.php file I can change the location display as a whole.
But how to alter only the marker infowindow display to a different layout
with drupal 6 & gmap location?
Kind regards
Comment #7
whitewater77 commentedthis seems to be a problem only with the views module (+Location). On the node locations page the
gmap_location_infowindow_node.tpl.php is used as expected. But when I am using the Views Module with GMAP,
only the default location.tpl.php file is used. Is there any way to override this?
Comment #8
yesct commentedbumping this one up. Has anyone tried to theme the info window in a view result?
Comment #9
rooby commentedSetting back to original post settings.
@whitewater77:
The original post was a different issue so you will need to open a new issue.
Also, the info window is handled by the gmap module so you will have to search the gmap issues and create a new issue there if there is nothing similar to your request already.