Jump to content

stoo2000

Clients
  • Posts

    6,342
  • Joined

  • Last visited

  • Days Won

    5

 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 stoo2000

  1. Hi Mary, If you used the first verion, you will need to revert any template changes you have made. Stuart
  2. You've probably got some " in your group prefix or suffix, you can safely change them to ' and the map will work.
  3. Right, got it. Simple fix. change your group prefix <img> to use single-quotes, it's breaking the javascript. <img src='http://www.forums.winxperts.net/public/style_images/admin.gif' /> I'll add a check for that in the next version
  4. Do you have CURL enabled ?
  5. Not at the moment I'm afraid.
  6. You need to have allow_url_fopen enabled in your php.ini. You should be able to add the following to your .htaccess file. php_flag allow_url_fopen on
  7. That could be that your server doesn't allow remote file operations..
  8. It could be some thing that has changed since 3.0.2, you might want to upgrade to 3.0.5
  9. Sorry, Try turning minify off. Also don't allow guests to add markers. It won't work.
  10. What is your new issue?, I can't access your map.
  11. I've been investigating, it looks like it's an issue with locales. You use a comma in float values, but MySQL is expecting a decimal . so it's truncating the value. I'm just putting together a custom function now so the value is still santized, but it also in the correct format.
  12. Could you tell me which versions of PHP/MySQL you have and what your Operating System is ? Beta 2 has some extra sanitation on the values.
  13. In template mapInfoBox change {$memberData['name']} to {$memberData['members_display_name']}
  14. We'll see what happens in future versions, the plan was to get something like this out there because there wasn't anything in existance yet! Thank you You could always delete their markers and make them add the correct location I'll post the template modification in about 10 minutes. Can you send me a message with your URL etc, I'll need to have a look at this myself.
  15. No, that's only if you have an early beta-1 release. It's fixed in Beta 2.
  16. On the right hand side there is a small arrow button you can click, that will give you an option to unlock the task.
  17. There's no real number, try less until it works fine.
  18. Confirmed, seeing that too. I'll add a setting in to disable the scroll zoom for that in the next version.
  19. I'm still seeing some issues, it's really really strange. I'm going to revert the Javascript changes so they do not use FURLS at all, I'll release a Beta '2.5'
  20. You might need to go into the Manage Applications section and click the rebuild FURL button.
  21. Your links application doesn't work either. You have enabled FURL support without putting the supplied code in your .htaccess file.
  22. I've had a look it's a case of the new FURL not being recognised, I presume that you have changed the standard htaccess redirection code ?
  23. I've just got to nip out, when I get back I'll register an account and have a look at the map.
  24. Did you recache your templates ?
×
×
  • Create New...