augenj Posted January 5, 2011 Posted January 5, 2011 The only thing I can think of is a javascript issue, although that javascript hasn't been changed since it was written for 3.0.5 :unsure: Must be something dumb on my side. :D
augenj Posted January 5, 2011 Posted January 5, 2011 Must be something dumb on my side. :D Of course it was. Left out ips.membermap.js during the uploads. Sheesh... :blush:
stoo2000 Posted January 5, 2011 Posted January 5, 2011 Of course it was. Left out ips.membermap.js during the uploads. Sheesh... :blush: :lol: That would cause a problem!
Fisherking Posted January 7, 2011 Posted January 7, 2011 uploaded files, both public and admin, nothing...
davetheiguana Posted January 7, 2011 Posted January 7, 2011 uploaded files, both public and admin, nothing... Have you ran the installer or have you just uploaded the files?
The Old Man Posted January 10, 2011 Posted January 10, 2011 Hi, I've finally taken the plunge and installed your cool member map to replace my own existing map! I'll miss the Photo and Wiki layers and Streetview features of my old one, but yours is better integrated and easier for members to enter their markers. As I had 97 markers already on my old map, I worked out that I could import the coordinates into the ib_member_map table and they would show on your member map. I finally got it working after noticing that one of my members had a Flash avatar, and this breaks the map (it causes the map not to display at all, you just see a blank area). After removing this members marker, the map displayed perfectly. A member having a flash based avatar definitely breaks the map, it seems to be because the pop-up shows the members avatar. The error I saw in Internet Explorer was about an unexpected ) if this helps. One question though if you don't mind, can you take a look at your ib_member_map table and confirm for me the correct type for the lan and lon fields in the ib_member_map table as being float(13,6)? In trying to work out why the markers wouldn't appear, I noticed my existing map had coordinates with 13 decimal places and I thought this was the reason the map kept going blank until I realised it was the Flash avatar, so I tried various lengths in the float type to see if it was the problem, and now I can't remember if it was 13,6 or different to that! Silly me for not make a note of it before changing. Many thanks!
stoo2000 Posted January 10, 2011 Posted January 10, 2011 Hi, I've finally taken the plunge and installed your cool member map to replace my own existing map! I'll miss the Photo and Wiki layers and Streetview features of my old one, but yours is better integrated and easier for members to enter their markers. As I had 97 markers already on my old map, I worked out that I could import the coordinates into the ib_member_map table and they would show on your member map. I finally got it working after noticing that one of my members had a Flash avatar, and this breaks the map (it causes the map not to display at all, you just see a blank area). After removing this members marker, the map displayed perfectly. A member having a flash based avatar definitely breaks the map, it seems to be because the pop-up shows the members avatar. The error I saw in Internet Explorer was about an unexpected ) if this helps. One question though if you don't mind, can you take a look at your ib_member_map table and confirm for me the correct type for the lan and lon fields in the ib_member_map table as being float(13,6)? In trying to work out why the markers wouldn't appear, I noticed my existing map had coordinates with 13 decimal places and I thought this was the reason the map kept going blank until I realised it was the Flash avatar, so I tried various lengths in the float type to see if it was the problem, and now I can't remember if it was 13,6 or different to that! Silly me for not make a note of it before changing. Many thanks! You should be able to use the database checker tool to see if the fields are a different type to what they should be. However they should be FLOAT( 10, 6 ). Don't forget you can do template edits to add code in from your other map, mainly map.addMapType(); etc to add layers and different map types. Regards Stuart The Old Man 1
JackS999 Posted January 10, 2011 Posted January 10, 2011 Where do I upload these files to om my ftp? And please remember Im a clueless person when it comes to things like this, I tried to uplaod the individual files that didnt work then I uploaded the job lot and that still didnt work. any help would be greatly apreciated. Kind regards Jack
stoo2000 Posted January 10, 2011 Posted January 10, 2011 Where do I upload these files to om my ftp? And please remember Im a clueless person when it comes to things like this, I tried to uplaod the individual files that didnt work then I uploaded the job lot and that still didnt work. any help would be greatly apreciated. Kind regards Jack Hi Jack, This guide should be able to help you: http://community.invisionpower.com/resources/articles.html/_/ipboard-3x/tips-and-tricks/how-to-installupload-an-application-r537 Regards Stuart
Christophe Posted January 10, 2011 Posted January 10, 2011 Sorry if this was asked before but I still get some members names appearing below the bubble I guess because their name is too long. Where do I make changes to make the bubble wider ? Thanks in advance
stoo2000 Posted January 10, 2011 Posted January 10, 2011 Sorry if this was asked before but I still get some members names appearing below the bubble I guess because their name is too long. Where do I make changes to make the bubble wider ? Thanks in advance The bubbles are a pain, if you click it again it will be fine. They are automatically sized by Googles Javascript. I'll have a look to see if we can improve on that.
Christophe Posted January 10, 2011 Posted January 10, 2011 #memberMapCanvasWrapper does not seem to have a width associated with it. Should t it have a 100% width somewhere? It breaks like this on both Firefox and Chrome under os X
stoo2000 Posted January 10, 2011 Posted January 10, 2011 (edited) #memberMapCanvasWrapper does not seem to have a width associated with it. Should t it have a 100% width somewhere? It breaks like this on both Firefox and Chrome under os X That's an issue with the custom skin, change the clearfix class to clear. - I have added the clear class in SVN, will be changed in next version, probably a 3.0.5 class that's been changed. Edited January 10, 2011 by stoo2000
Christophe Posted January 10, 2011 Posted January 10, 2011 Sorry but I am not sure where to find that one...could you point me where? .clearfix, .stats_list { overflow: auto; in ipb_styles.css? what should it say instead?
stoo2000 Posted January 10, 2011 Posted January 10, 2011 In the HTML..<div id='memberMapCanvasWrapper' class='blocks_wrap row2 clearfix'> To: <div id='memberMapCanvasWrapper' class='blocks_wrap row2 clearfix clear'>
Ambar Posted January 10, 2011 Posted January 10, 2011 Stuart !!!! GREAT support :) Just want to thank you !!!
stoo2000 Posted January 10, 2011 Posted January 10, 2011 Oh I see thanks :) Stuart !!!! GREAT support :) Just want to thank you !!! Don't forget there's a donate function on my website: http://ipb.silvesterwebdesigns.com/ Regards Stuart
The Old Man Posted January 10, 2011 Posted January 10, 2011 You should be able to use the database checker tool to see if the fields are a different type to what they should be. However they should be FLOAT( 10, 6 ). Don't forget you can do template edits to add code in from your other map, mainly map.addMapType(); etc to add layers and different map types. Regards Stuart Thanks Stuart, much appreciated!
The Old Man Posted January 10, 2011 Posted January 10, 2011 Quick question, when you add a permission for a member group to "delete location", does that mean only themselves? I don't want everyone to have the ability to delete everyone else's markers! Just my admin and moderator groups.
stoo2000 Posted January 10, 2011 Posted January 10, 2011 Quick question, when you add a permission for a member group to "delete location", does that mean only themselves? I don't want everyone to have the ability to delete everyone else's markers! Just my admin and moderator groups. Yes that's right. Only 'super moderators' can delete other peoples markers. The Old Man 1
JackS999 Posted January 11, 2011 Posted January 11, 2011 im really struggling with uplaoding this to my ftp. I cannot work out which files I exactly need and where to put them them in my forum root? Kind regards Jack
.Ian Posted January 11, 2011 Posted January 11, 2011 im really struggling with uplaoding this to my ftp. I cannot work out which files I exactly need and where to put them them in my forum root? Kind regards Jack Simply upload the files to the same level. i.e. the admin folder 'overwrites' the admin folder on your host. Okay it doesn't usually overwrite (unless you have uploaded the app before) but it will add the necessary files in their correct location. Repeat for any other folders in the zip file. You may have a public folder sometimes for example.
JackS999 Posted January 11, 2011 Posted January 11, 2011 Im about to give up here :lol: I uploaded admin to admin and public to public and still nothing. Im sure its just me been thick, but Its now doing my head in :blink: Kind regards Jack
Recommended Posts