![]() |
Quote:
Try uploading the version 2.0.2 now online. There have been some minor changes. There was a naming issues in the update screen which was causing the effect your describing. Just handle it as a normal update like in the pdf only the template xml needs to be uploaded and overwrite to yes |
Quote:
|
Quote:
Sorry about that. It's needed for some cool new thingy I'm trying to create And yes I'm teasing with the screenshot. If all goes well I'll have an ALPHA version running on sunday of vbgooglemap Hotspot Edition. So any potential ALPHA testers just send me a PM |
Hey,
I got a few screenshots of googlemap hotspot edition. Dev is going ok Also see post just above this one |
I can't wait.
I want to develop a new forum and need this. Could there be two urls? One I need to go to a specific website and the other to a particular forum. |
Quote:
|
It's looking really good - will we be able to link to the marker so i will be in the centre of the map? and will we be able to specify a zoom level? Will we be able change the Tab Names to something like Details and Image?
Can't wait to get my hands on it !! Keep up the good work |
stonyarc, I have a Googlemap vbulletin plugin in my forum too. It's a little different from yours:
1) it uses Google Map wrapper class for google map API: PHP GoogleMapAPI http://www.phpinsider.com/php/code/GoogleMapAPI/ 2) it has the of geocoding ability (the ability to convert a street address to latitude and longitude , for example support a Canadian Postal Code or Address for eg. M2J 3R7 or 277 Wellington Street West Toronto ) 3) it supports query information by distance. you can see these functions in this website: http://www.iask.ca/ I am not sure to release this as a new vBulletin plugin, do you like to intergrate them into your code? |
Devguru,
Thanks for the tip. And I'm writing all this code ;) It's a good training. There is a slight problem with the class. It's not API v2 compliant as the vbgooglemap is since the V2.0.0. I'll have a check if I can rewrite the class to make it compliant as google will discontinue v1 somewhere in the future. I was even writing my own class so I think I'll probably integrate it if you don't mind. There's not a lot of point in multiple mods doing the same things. vbgooglemap has also support for custom markers I'll release hotspot edition as is and take it from there. Address support isn't possible on a global scale so that's not integrated in the vbgooglemap. It would be nice but there's the privacy thingy again. There are some sites that offer global address support but these are paying services where you have to pay for each query you launch so that's not a possibilty. Moreover the database for global support is HUGE. Hotspot Edition will do just that and even more. Thanks for asking. |
Quote:
I even released a how to for the postbit integration. |
I have a problem viewing wit IE, see my link.
I am sure its something I have done as it looks fine in firefox but any help would be great http://www.refrigeration-engineer.co...bgooglemap.php |
Quote:
You can get this effect if you have an image map loading on your site with the same name. Code:
<map name="Map"> Code:
<img src="http://www.refrigeration-engineer.com/forums/images/misc/head/banner.jpg" width="789" height="100" border="0" usemap="#Map"> That line is the cause To fix Code:
<map name="Map1"> Code:
<img src="http://www.refrigeration-engineer.com/forums/images/misc/head/banner.jpg" width="789" height="100" border="0" usemap="#Map1"> |
Quote:
|
Quote:
Thanks |
In you main template probably FORUMHOME
|
Quote:
The core map remains the same and is of course google technology. |
maybe this is the problem, I have looked in FORUMHOME and all the googlemap templates and I canny see the above code you speak of ..... mmmm, any help please?
|
Hi stonyarc,
great extension, my forum-members love it ;-). One remark: a lot of the users try to enter their coordinates directly and use the wrong strings with the degree chars like: 47.6833 / 47° 40' 60 Then I get error-mails: Database error in vBulletin 3.5.4: Invalid SQL: INSERT INTO googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('1120','testuser','2','Testuser','47.6833 / 47° 40' 60'' ...','9.83333 / 9° 49' 60'''); Would it be possible to check the form for degree chars with JavaScript when the forum is submitted? I also need a filter-feature that would allow the user to show only the markers of a certain usergroup. Is that possible? I`d sponsor this one, just drop me a line. groetjes, Sacha |
Hi,
I just updated the smallhelp phrase in german, maybe it`s useful for someone else Quote:
Ciao, Sacha |
Quote:
I'll make it default in the next version |
All,
Got a little screenshot of the Hotspot Edition Insert page for you See attachment |
The 'Insert page' looks really good. Is it possible to put like a cross overlay so we know where the centre is exactly? or something so we know the exact point the marker will be?
Can't wait to have a play..:banana: |
Forget my last... Didn't read the bit about double clicking on the exact spot on the map. :confused: :confused:
|
Hy stonyarc,
nice done! I installed the last update ... and evry thing works fine. but there is al little little little error in the admincp. the phrases "setting_vbgooglemap_avatar_title" and "vbgooglemap_enable_avatar_title" are shown on the false place ;) you should change the places @ the next release ;) |
Quote:
In version 2.0.3 the googlemap will have a private setting environment (own control panel home) so it shall be fixed. |
I had 1.0.3 before and it worked OK. I upgraded and at least tried to follow all instructions, but I keep on getting "you do not have permission to access this page. This could be due to one of several reasons:"... when trying to access the googlemap. Tried uninstalling and installing again...
I can't find permission settings for googlemap under usergroup manager. Any ideas? |
Quote:
Also revert all templates and install the product xml with overwrite to yes. That will rebuild the bitfields once you have uploaded the files. |
HSE News,
To set the markers in Hotspot edition you'll just have to click once a marker will be inserted and the map will autocenter. This will be integrated in the Member edition too. |
Finally there are detailed maps available for Europe! :)
I have tried to combine Google Maps' new feature into my map but it seems to be misaligned. Information about the change: http://googlemapsapi.blogspot.com/20...of-api-v2.html My map: http://www.pagodentreff.de/diskussio...bgooglemap.php The overview map is stuck to the right hand side of the page. :( |
Quote:
Other big news: The set your location from HSE will be build in 2.0.3. This uses a single click to add a real marker on the small map and autocenters it so that no more mistakes can be made. click on another location removes the old marker and place a new one on the new location with a center to that spot. |
It should be ready this weekend? That's good because I want to go live with the map, my members are waiting for it. :)
|
Got 2 new screenshots for you
1. small overview map in main map 2. list view of all entries with filter option |
Quote:
|
I do! But when I am allowed to make reservations: Your copyright grows bigger from every released version. Don't get me wrong, I really appreciate the hard work you have put into this script but your copyright, from what I see from the screenshots, is even bigger than vBulletin's copyright.
The HSE is a new extension which has nothing to do with this version? |
Quote:
|
Quote:
I just hate that. |
Quote:
Any plans to have a branding-free option available for those who want it? |
Quote:
I was thinking of a small copyright removal fee for the frontend |
Quote:
|
Quote:
|
All times are GMT. The time now is 09:24 AM. |
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:
|