This would be a mod I would be greatly interested in also. I've searched around but have been unable to find anything, any ideas?
2 2005-08-22 18:30
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Excellent stuff, works perfectly - thank you
3 2005-08-22 17:45
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Assuming that I put those lines in the correct place - line 64 after
var marker = new GMarker(point);
it doesn't work quite right. This is the result I get:
4 2005-08-22 13:13
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nearly there! The arrows show up, but it looks like the text that appears in the bubble also needs htmlspecialchars applied to it. Currently usernames with < in them are cut off.
5 2005-08-21 23:52
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This page. Doesn't display the location arrows in IE or FF, and throws up that error in IE.
6 2005-08-21 17:02
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks Mart, that fixed the problem with the profile pages. The JS error I get in IE for the User Map page is
Line: 123
Char: 3
Error: 'documentElement' is null or not an object
Code:0
7 2005-08-21 16:46
Re: Users Map available (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Confirming the IE JavaScript problems, but I also have another issue. The green arrow for showing location appears in the single user profile, but no arrows appear on the user map page.