Jump to content

Martin A.

Clients
  • Posts

    4,230
  • Joined

  • Last visited

  • Days Won

    21

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Martin A.

  1. This doesn't make any sense. That message is saying that the uploaded file is corrupt or not an application file, or the folder permission is wrong. How they can be confuse me, as you were able to do a fresh install. Mind sending me your ACP login details and let me have a go?
  2. I need to know the exact error message you get. But no, that settings page was not a mix of 3.0.2 and 3.1.0. That was pure 3.0.2 with a missing translation at top. Just try upgrading it again. @stoo2000 just upgraded his site. The upgrade checker thingy might not be working yet. And there's no such thing as 3.1.1 yet.
  3. Do you get the same exact error? Was this an upgrade or a fresh install?
  4. No need to get the beta 2 when final was uploaded on Friday
  5. Zip codes are not unique to one country, so you'll probably not get the results you want by just using that. Are you using MySQL triggers? membermap_members is not in use as of v3.1.0 (it's kept there as backup in case the conversion went wrong), all markers are stored in membermap_markers. To update you need to look for a row where markers_member_id = member_id and 'markers_parent_id' has the ID of the 'Members' row from membermap_markers_groups. Then you need to somehow refresh the disk cache, which can't be done from MySQL.
  6. Yes, in the settings you can define your "bounding box". Search for a place you want to be central in your map. For the UK you could probably set Leeds to be the center of your map, and then play around with the zoom level till you get the result you want. I'll send you 3.1.0 Beta 2, that should fix that issue.
  7. That's not possible. If you're not following the proper upgrade steps the database will not be converted. However, there's a feature coming that might be of interest for both you and a few others. When enabled, changes to the location field in the profile will update/create a map marker. It doesn't go the other way, though. Updating on the map will not update the profile. And you have the option to import members with a location in the profile, but does not have one in the map. It enabled a task which runs once a day, and import 100 members per go. This is done to keep the number of API calls down. Remember that you only have 15000 API calls pr month. EDIT: Again, if you have a test install and you want to test this, please send me a message.
  8. Those of you that have a lot of markers, and a test installation with all these markers on, PM me if you want to test 3.1.0.
  9. As of 3.1.0 those strings are translatable
  10. You either posting in the wrong support topic, or this app doesn't function the way you think. The members location will not be presented without their consent, meaning they would have to add them selves to the map using the "Add Location" button above the map. And it will not be limited by who's online and who's not. See this site for a real world example. And entering an API key from Google is no good. That will not work. Read the description on that setting again to see where you get your API key from. Could you send me the URL to your site? Think the CSS for the map is missing. Going to ACP > Support and tick "Something isn't working correctly" should rebuild the theme caches.
  11. I'm going to need ACP access to help you out with this one.
  12. Send me a PM if you're having problems, instead of taking it here
  13. It can be done, but it sure isn't easy. If you're able to export the tables starting with "member_map" from your database backup and send it to me, I can run the upgrade routines on it for you. You might have to import your database backup in to a new database first to get those tables.
  14. That would be </p>. <p class="ipsType_center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Our Beauty Talk Header --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7602756242161694" data-ad-slot="1272838567" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </p>
  15. Good luck! This app is on GitHub, you are more than welcome to fork it and make your own version of it.
  16. Try using <p class="ipsType_center"> around your ad code instead of <div align='center'>. It is the <div> tag that causes all this.
  17. Do as I suggested. Move inside of <div id="ipsLayout_mainArea">, instead of above it. That is a good question. The only option currently is to right click on the map, and select "Add Location". You could then skin out the button above the map.
  18. In that case, put it inside <div id="ipsLayout_mainArea">. That DIV will behave like that when other DIVs are placed around it, but not inside it. You could try to temporarily remove it, just to see if the map goes back to the way it should be, and if the ad is indeed the culprit.
  19. I can't see the actual page, but the error message is exactly as you describe, This is caused by the Google Ad. Contact whoever placed that there, as that is not the correct location. If I remove that element, the error message goes back to full width.
  20. That should not be a problem. I'd advise you to edit /applications/membermap/interface/leaflet/plugins/leaflet-providers.js. Add your fictional map to the L.TileLayer.Provider.providers object, and it should appear in the Map Manager and alllow you to select it as the only map provider.
  21. If you want me to look at it, I'd need your URL.
  22. But you also have to think about those users who don't want their public location exposed. Then this would have to be an opt-in feature, which is kind of pointless as it takes the same amount of time to manually add themselves. So I'm saying no to automatically put users on the map based on their IP address (which is a very inaccurate too). But it's definitely possible to add such a task with a plugin, so you're free to get a developer to make it for you.
  23. If that's what you're seeing, you clicked the "Permissions" icon, not "Edit".
  24. I think you'll have to add it to the main navigation using the Menu Manager in the ACP. Then go to ACP > Members > Groups, click the "Edit" icon next to each member group to grant permissions to add, edit and/or delete personal markers.
×
×
  • Create New...