=== BP User Profile Map === Contributors: Hugo AKA hnla Tags: buddypress, profiles, map, profile map, location Requires at least: WPMU 2.9, BuddyPress 1.2.4 Tested up to: WP MS 3.0.1, BuddyPress 1.2.6 Stable tag: 1.0 Add a map display of a members location to their BuddyPress profile. == Description == A simple location map plugin for BuddyPress sites. Add a Google map to display a members Location. Maps are displayed in the users profile page. A widget is available to allow finer control of map placement in custom widget areas that may exist. At present the widget works only for members profile areas but it would be possible to code it so the map could display user location on other page views although it's not clear whether there is much point to this. This is very much an 'as is' work, not designed to be overly clever but to be functional and will likely not be developed much further than initial release. A nod to Andy Peatling for the inspiration of the original map php code. This version rewrites the php somewhat and replaces the Google API with the V3 which benefits from not requiring an API key. The admin settings page allows the map to be assigned dimensions and to define which area of a profile page it should display in by selecting page action hooks. Important: You must have set up an extended profile field named 'Location' this can be either set to in the 'Base' group in which case it will appear on the signup page or you can create a new group and have the field display on the members profile settings. The map will only display once the member has added their location to this new field. == Installation == * Upload the directory '/bp-user-profile-map/' to your WP plugins directory and activate from the Dashboard of the main blog. * Configure the plugin at Dashboard > BuddyPress > UPM Settings. * Presently you can set map dimensions and select which area of the page you want the map to display in via the page do_action hooks. == Frequently Asked Questions == None == Upgrade Notice == No upgrade notices == Screenshots == 1. A view of a small map displayed in the members public profile page. == Changelog == ** V 1.0 ** 06/12/10 Stable initial release