![]() |
I can't believe anyone is still using this.
It was a cool mod while it lasted. I thought it was moved to the graveyard. I seem to recall a warning about using this mod. I'm hesitant to run anything that has no support from the author. |
When I entered in my spot on the map, I got the following error:
Quote:
Quote:
|
I got it to work with the fixes.
Is there any way to manually add people's locations for them? |
I'm having a weird problem with this and any help would be appreciated. I'm rather a newbie at this so be gentle with 'talking shop'.
I've installed the map and it works fine in the default style. I added the vb_dark style for the board, and I followed the instructions on uploading the images to the new style's directory. Though the map will not show up on the new style at all. It works fine in the default style, but is completely blank on the new style. What am I doing wrong? |
Well, I have done code edits listed here and that resulted in the members still not showing up.
Changing the theme back to default still had no effect. Appears to be dysfunctional in IE as well as Fire Fox. Anyone have any additional suggestions? |
Quote:
|
We have this installed and have done the mod that onrope posted above but the markers don't show up. They show if you go to "your entry" but not on the main map. Any ideas anyone. We're running vb3.7.3 and have seen folks that have replied saying they're running 3.7 with no problems.
Thanks! |
Hi i have this installed and everything looks ok except none of the markers are showing on the map at all.
I know a lot of other members have had this problem but i cant seem to find a fix. I have it set to auto approve. i have gone through all the steps and am not new to installing mods so i have made sure everything is right. I have changed the permisions of marker.xml to 777 The only thing i can think of is i have uploaded the images in the wrong place I am using a custom style so i currently have the images in the folders images/googlemapme and images/bluedeamon/googlemapme I cant think of anything else it could be but if anyone can help it is very much appreciated. The site i am trying to install on is UK Betting Tips |
Some feature requests / proposals:
If I successfully make those changes, I'll post them here. |
To make the changes I'd proposed, edit product-vbgooglemapme.xml and make these changes.
To make mousing over only show the username, change: Line 550: var marker = new GMarker(point, icon); to var marker = new GMarker(point, {icon:icon, title:username}); BTW, the former syntax for the GMarker constructor is now deprecated. What I substituted for "icon" is a GMarkerOptions object, which is a JavaScript property list. To enable mousewheel zooming and terrain display, add these lines: map.enableScrollWheelZoom(); map.addMapType(G_PHYSICAL_MAP); after the following lines: Line 598: map = new GMap2(document.getElementById("memap"),$map_type); Line 855: map = new GMap2(document.getElementById("mapme"),$map_type); Line 1129: map = new GMap2(document.getElementById("mapme"),$map_type); Be sure to reinstall it after you are done editing it. I didn't try to add a "terrain" option to the possible default views, because it would take some coding in several places in the plugin, and I didn't try to add draggability to the marker placer, even though it only requires editing the product file. To do the latter, you set draggable:true in the marker's options, then set up a GEvent listener that gets the "moveend" event and updates the displayed position accordingly. And is the recentering after moving worth keeping? ETA: when making mousing over only show the username, be sure to go to Admin CP > Vbgooglemap ME > ME Settings > Enable the mouseover support on the markers? and make it "No". That way, you will only get a marker's info bubble when you click on it. |
All times are GMT. The time now is 11:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|