=== BP User Profile Map === Contributors: hnla AKA Hugo Tags: buddypress, profiles, map, profile map, location Requires at least: WP 2.9, BuddyPress 1.2.4 Tested up to: WP 3.1, BuddyPress 1.3 Stable tag: 1.2 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 or account 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 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 plus various map rendering options and to define which area of a member 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 plus map overlay options 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 == 1.2 Updated to work with WP 3.1 & BuddyPress 1.3 plus code improvements. 1.1 provides increased configuration options for map overlay controls. == Screenshots == 1. A view of a small map displayed floated right in the members public profile page. == Changelog == ** V 1.2 ** 13/03/11 - Plugin updated to work with WP 3.1 and BP 1.3. - Checked to work with WP 3.0* stream and generally for multisite or single install. - Checked to work for BP 1.2.8 / 1.3 bleeding edge. - General tidy up of admin screens and fixes for display region checkbox deafult value 'none'. - Added class to parent div depending on display area selected to improve flexibility in styling. ** V 1.1 ** 27/12/10 Version introduces further admin options for configuring the map overlay controls. - Turn off the map navigation overlay (zoom, pan). - choose to display navigation overlay in 'Small' mode regardless of map size. - Select 'dropdown' as the primary Map Type selection display regardless of map size. - Set the preferred initial map zoom value (defaults to 11 ). ** V 1.0.1 ** 13/12/10 Minor bug fixes and author induced errors - Corrected bad link in admin settings page pointing to BP profile field setup - Corrected issue with passing variable values for width and height inline styles - out of function scope. ** V 1.0 ** 06/12/10 Stable initial release