Theming the gmap Bubble in 6.x version

Hi
I can not find a way to theme the bubble in 6.x version, I have found few posts about it but no success there
i have tried this

function phptemplate_gmap_location_infowindow($n, $locn) {
...

am i missing something here ?

Login to post comments

latest version

hamsterbacke82 - Thu, 2009-07-16 15:39

Forget about the old forum posts with the themeing function, thats for the 5 x version. To my knowledge, in the latest 6.x version there is no themeing function for the infowindow implemented yet, should be coming some time I think though.

I recommend to use the latest gmap version, I think I use 1.1 rc1

It comes with a div around the popup, its call .gmap-popup I think.

This is enough to style the dimensions as well as everything inside the popup


Can someone post an example

krisbfunk - Mon, 2009-08-31 19:58

Can someone post an example of how to theme the bubble corners? Is .gmap-popup implimented in the latest stable release yet?