Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Another pie-in-the-sky extension idea - Member Mapping
This discussion has been closed.
Comments
http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=205
We've also got this integrated in our Vanilla implementation over at Houseblogs.net. It's a manual approach, though, where the user enters their own latitude and longitude. A small map appears on each member page and there's a large all-member map as well:
http://www.houseblogs.net/community/extension.php?PostBackAction=GoogleMap
If there's interest we could probably clean it up a bit (we'd have to remove some stuff specific to our site) and post it in the directory here. I'll look in to it.
http://lussumo.com/addons/?PostBackAction=AddOn&Success=1&AddOnID=241
A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message The "ManageLocation" class referenced by "ManageLocation" does not appear to exist. Affected Elements ObjectFactory.NewObject();
If I replace the extension's default.php all returns to functioning for a period until it happens again. Any ideas? I have the PrivateAccounts extension working and I'm wondering if there is a conflict there possibly? I also made a PrivateCommunityMap extension with the PA code, but the problem was happening before I enabled that.
Any help appreciated ;-)
class ManageLocation extends PostBackControl { ... }
http://www.houseblogs.net/community/extension.php?PostBackAction=GoogleMap
3stripe - I don't have screenshots of this exact version, but you can get a sense of most of it (just minus the blog stuff) by going to the working version at houseblogs.net:
Full member map: http://www.houseblogs.net/community/extension.php?PostBackAction=GoogleMap
Individual member profile: http://www.houseblogs.net/community/account.php?u=23
If I get a little time I'll try to post some screenshots of the admin panels.
@hutstein: yup, that line is there.
Would that influence it?