Recent content by Martin Aronsen

  1. Martin Aronsen

    Member Map

    Can you try v1.0.5-2? Weren't able to reproduce the errors you got, but made a couple of changes to things I think could have caused that issue. And to make it clear, these you got these errors when Taigachat wasn't installed too?
  2. Martin Aronsen

    Member Map

    What versions of Xenforo and Member Map are you using? 1.0.5 is for XF 1.1, and 1.0.4 is for XF 1.0.
  3. Martin Aronsen

    Member Map

    1.0.5 is up :) Nothing new, just the fix for XF 1.1.
  4. Martin Aronsen

    Member Map

    Sorry for my lack of activity, guys :( Been swamped with IPB work, custom jobs, and other personal stuff lately, and haven't even looked at XF 1.1 due to that. Will get it installed as soon as I can, and check that the fix from SheepCow (Thank you for that, btw!) is all that's needed to make...
  5. Martin Aronsen

    Member Map

    The height of the sidebar should adjust to the size of the map, which is adjusted to the size of your browsers.
  6. Martin Aronsen

    Member Map

    The sidebar is using the same style properties as the rest of the board. If you want to alter this, you can add the following code to "memberMap.css", which you'll find in the template edit section of your admin panel. #mainWrapper div.sidebar { width: 300px; } Can try to set a relative...
  7. Martin Aronsen

    Member Map

    You are more than welcome to do whatever changes you want to my code, as long as you don't release it as your own :)
  8. Martin Aronsen

    Member Map

    As I'm also an IP.Board dev too, I've been quite busy these days getting my add-ons compatible with that, in addition to other post-vacation duties. I have no idea when I'm back working on this add-on, so I'm afraid I can't give you an ETA. You want the users to automatically show up on the...
  9. Martin Aronsen

    Member Map

    I'm afraid not. I've looked at the code for quite a while, and can't see what's tripping IE off, all looks perfectly normal to me. Googling the error message doesn't reveal a pot of gold either. Perhaps the file is slightly corrupted, and a re-upload of the /js/memberMap/ folder would fix it...
  10. Martin Aronsen

    Member Map

    You see a yellow triangle on the bottom left of your browser window? That would indicate a javascript error. Double click that, and you may get the error message too.
  11. Martin Aronsen

    Member Map

    It is definitely possible, but would cause the map to be insanely slow you have a significant amount of members in it. Say you have 100 members, that would require 100 separate HTTP requests just to fetch all the avatars. Which is about 10-20 times more than a regular xF wrapper (without user...
  12. Martin Aronsen

    Member Map

    This is how I'm going to do it for users. The list is collapsed pr default, and opens when clicked. I'll see what I can do with the other markers when a user with multiple locations is clicked. Initially I only planed to change the color of them to red.
  13. Martin Aronsen

    Extending a Model

    1. You have created a code event listener that listens to load_class_model? 2. Why are you doing a call to the parent, when you're not using any of the data returned? If you're just planing to change one or two parameters of the array, you can do that like this: public function...
  14. Martin Aronsen

    Member Map

    A little question to the users of this add-on. As of 1.1 users are allowed to have multiple locations (you can define if, and how many locations a user can have in the permissions). The problem that now raises is the sidebar. Do you want the names to be listed once for each of the locations, or...
  15. Martin Aronsen

    Member Map

    Upgrade to 1.0.4 :) That's great! :D
Top Bottom