=== Plugin Name === Contributors: FranceImage Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVWKFRJYLXD28 Tags: events, events manager, map, maps, google maps, google map, mapping, mashup, geo, google, geocms, geolocation, geotagging, geotag, filter Requires at least: 3.0.0 Tested up to: 3.5.1 Stable tag: 1.0.2 License: GNU Version 2 or Any Later Version == Description == Add map features to the [Events Manager](http://wordpress.org/plugins/events-manager/) plugin * Adds a map to the search form and allow the visitor to limit the search to a region he selects * Pops up a map for each event in the event list (Please read [Installation](http://wordpress.org/plugins/fi-events-manager-addons/installation)) * [Demo](http://franceimage.com/wp-demo/events-manager) == Installation == 1. Upload the `fi-events-manager-addons` directory to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. Note: To enable the pop-up maps for events in the event list, you have to edit Event Manager format settings. Go to Events > Settings > Formatting > Default event list format Replace the event list format with following content:
<tr>
	<td>
		#_EVENTDATES<br/>
		#_EVENTTIMES
	</td>
	<td>
		#_EVENTLINK
		{has_location}<br/><i><a href="#" id="#_EVENTID" class="fi-toggle-event-map"> #_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</a></i>{/has_location}
	</td>

{has_location}
<tr>
	<td colspan=2>
		<div id="#_EVENTID" class="fi-event-map-container"></div>
	</td>
</tr>
{/has_location} 
== Frequently Asked Questions == None yet == Screenshots == 1. Selecting an area with the map for filtering events 2. Looking at a location without leaving the event list == Changelog == = 1.0.2 = * bug fix: prevents multiple clicks when animating * bug fix: cannot reopen first popup just after closing it = 1.0.1 = * Animate when closing maps * Major bug fix: pagination was wrong when filtering with map = 1.0.0 = * Initial release.