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
3stripe
✭✭
I'm intrigued as to where everyone is from (I'm usually on here when you guys are all asleep, I know that much)
So, this would be a simple world map, with a dot for each user. You would add a tag to your custom information with your position on it, in geodata format (geo:lat=26.58 geo:long=-97.83 or whatever), and then link this up to something like http://www.brainoff.com/worldkit/ - which interestingly can work from an RSS feed...
Once again, I can't program (although I can modify existing code with some degree of success usually) so how hard would this be... you would just need to code something that spat out all members' geodata into an rss feed? And maybe have an easy way to find the geodata for where you live?
The RSS needs to go something like:
<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
...
<item>
<title>An example annotation</title>
<link>http://example.com/geo</link>
<description>Just an example</description>
<geo:lat>26.58</geo:lat>
<geo:long>-97.83</geo:long>
</item>
...
</channel> </rss>
0
This discussion has been closed.
Comments