=== bbPress Topic Location === Contributors: G.Breant Donate link: hhttp://dev.pellicule.org/?page_id=16 Tags: bbpress,google maps,geolocation,,geo-location Requires at least: 3.3 Tested up to: 3.3 Stable tag: trunk This plugin adds the ability to geo-locate a topic in bbPress. == Description == This plugin adds the ability to geo-locate a topic in bbPress. Originally developped for a classified ads forum (allowing ads to be geo-located). * Works both for frontend & backend. * Powered by the w3c geolocation; which means that the plugin can guess your current location if your browser has this feature. * Saves latitude & longitude separately in posts metas ('_bbp_topic_geo_long' and '_bbp_topic_geo_lat'), allowing to search potentially posts by location. Other informations (location requested, address returned) are saved in a third post meta ('_bbp_topic_geo_info'). == Installation == * Copy this plugin directory to `wp-content/plugins/`. * Activate plugin. == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0 = * Initial launch