![]() |
It probably means you didn't upload the images, or didn't upload them to the correct location.
|
awesome thanks
|
Hey ConqSoft - Thanks.... I actually revalidated that I uploaded them into the right place and I even went so far as to create a ./forums/images/buttons/ directory since all of my forum stuff is in the root directory. Any other ideas?
|
Anyone know how to add locations. Not for a user. But to have the buttons show up as " hot spots" ie: bar/club/bowling alley.. etc ?
|
Quote:
|
OK, i did a search on this thread with multiple variances on user info changes, additions, etc........ found nothing. And now i've gone through the first 15 pages of threads and not found the answer i'm looking for, only requests.
Is there a post in here somewhere that addresses adding additional user information to the info that pops up when you click on a balloon? Sorry to not sift through the entire thread myself, just thought if someone remembered off the top of their head if this was addressed yet or not, it might save me some time and patience, lol. Thanks. ------------ I did run across this several pages back. I think it's worth bumping up to here for reference. https://vborg.vbsupport.ru/showpost....&postcount=483 ------------ |
Stony, I hate to bug you but in order to add the sidebars to my site from vBadvanced I have to add this snippet of code to the very top:
Code:
define('VBA_PORTAL', true); When I do, it breaks the map :( - you can see it here: http://mlgpwncast.com/forum/VBGooglemap.php Do you have any ideas as to why? The map is the only thing that doesn't load :( - yet it works fine when I don't have that snippet of code in. I'm quite perplexed :(. I've since been forced to remove that snippet of code - if you need, I'll add it back in later for "debugging." Thanks! |
Quote:
I'm so happy as I was just about to disable this extension and I really do love it. I'm going to give up vB Pager (temporarily anyway), so that my Googlemap still works until this conflict can be worked out anyway. Anyway, hope that helps someone here too. Cheers Clancy |
Quote:
|
Quote:
Anyone fix that in another way? |
Quote:
|
Quote:
The INSERT statement would look like this. I wrote a quick script (It's a total mess or I'd post it) that tries to do a lookup on the "location" field so as not to make the user enter a zip. Only about a hundred of our users put in resolvable locations, however. The script would need to select all of the users from the DB...this statement grabs their location: $userlocation = $db->query(" SELECT user.userid, user.username, user.usergroupid, opts.field2 FROM " . TABLE_PREFIX . "user AS user LEFT JOIN ".TABLE_PREFIX."userfield as opts ON opts.userid = user.userid WHERE field2 IS NOT NULL"); Then loop through each one, call the lookupAddress method. If a latitued and longitude are returned do an insert like this: $db->query_write("INSERT INTO " . TABLE_PREFIX . "googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('" . $loc['userid'] . "','" . $loc['username'] . "','" . $loc["usergroupid"] . "','" . $loc["username"]. " is in ".$l."!','" . $lat . "','" . $long . "')"); |
Quote:
INSERT INTO [TABLE_PREFIX ]googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('-1','Donut Land','1','...mmmmm donuts...,[Latitude Goes Here]','[Longitude Goes Here]') |
Quote:
Cheers Clancy |
Quote:
Yea.. I guess this would work... But if I have to start editing the database manually to do this, it isnt worth it... If you do it though, make sure to use a high ID that you wont ever need |
Quote:
Also, for these "fake" entries, you don't need to put in unique ID's. This hack doesn't care how many entries there are for each userid; it displays them all, so every fake entry could have a userid of -1 |
Hotspots need a unique colour pin as well though so they stand out :( currently the only colour options are based on admin or not i think
|
Is the coder (stonyarc) for this add-on still supporting this product?
On the original page there is a list of things that are to be added in the next release, I was hoping this is still in progress and will be completed someday soon? Can anybody let me know if this is still under development or has it been an abandoned? I would like to add it to my forum but I first need to find out if it is still supported by the coder. There is another mapping program on the forum but I like this one better, I hope somebody can help me out with my questions. Thanks. Quote:
|
i'd like to install this but i'd like NOT to have my users details available to guest i need the security of the usergroup permissions and i was wondering if this hack was going to be updated? If not then I can't install it :(
|
I have it working on my site :)
Easy to install, just cant wait for the updated version. Great feature but seems to be lacking some functionality and user customisation. Keep up the good work! Don |
Has anyone found that the map style buttons are white on white? I am a php noob and dont know where to look to change it.
Any help appreciated :) |
Just wondered if there was a way of linking it to something else other that members?
I would like to keep a list of places (categorised - diff colour for each) could these be held in a new vbtable? with an option to be only added by mods or admins? Please :cool: |
Hi
Just installed - and I get a popup telling me that the key I registered is for another website. I'm putting my google key in the PRIMARY KEY section - between the () - is that right? |
Ok I installed this mod on my site and my test site. Everything works but it will not show member locations when the enter them.
I am using vb 3.5.4 Site url: http://www.d1arena.com/VBGooglemap.php I am also using IE beta 7 for my browser. Do not know if this is my problem or not. The markers.xml file is set to 777 and is being updated. Done this also with no help: If your marker update or delete doesn't show directly, just close all your browser windows and reload the main map page or clear browser cache.. The users also will not update it always is blank. |
Quote:
|
Thank You stonyarc,
A great hacks for us all. Really love it on my site. |
Anyone get this installed and working with vbadvance 2.1.0 and vbulletin 3.5.4 and working?
I have it on my site but the markers will not show. The marker.xml file is being updated but will not show on the map. http://d1arena.com/VBGooglemap.php |
It seems pretty clear that the author has abandoned this work. It's a shame - is there someone else who could pick it up and add some of the awesome features discussed? (Multiple points per user, etc).
|
Great hack!
Is it possible to change either the font colour or the background colour in the popup message baloon that shows the text accompanying the marker? Similarly changing the link colour in the three boxes at the the top right of the map display. My forum uses very light text on a black background so do not want to affect that but text is almost unreadable with the font colours at present. Andy |
Quote:
|
Quote:
I have sorted the font colour in the popup but not sure where to add the style change. I will keep trying but brilliant hack none the less Edited to say I've fixed the style change and now all funtioning correctly :) Andy |
Installed fine on 3.5.4 but browser cache issue remains.
I have to close the browser and reboot to see the marker appear on the map. Anyone know how to fix this? |
Is it easy to make this hack unavailable to guests and banned members?
|
Quote:
|
Quote:
Who says I abandonned it. I just had a very very busy time at work and with xboxusersgroup.com developing the Xbox Live leaderboards on there. I have just scheduled a new release for June. Thanks for all your patience. |
Quote:
|
you're back!!!!!!!!!!!!!
|
this hack is da bomb. thx mate1
|
Quote:
|
Quote:
I had such a busy time at work and with development of the Vbulletin Xbox Live integration on xboxusersgroup.com that I really had to skip one of my most loved projects. time for a banana dance :banana: :banana: :banana: |
All times are GMT. The time now is 09:15 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:
|