=== Plugin Name === Contributors: Zaine Donate link: http://www.innsmouthenterprises.com/eve-killboard-plugin Tags: eve, eveonline, eve online, killboard, widget, EVE Development Network Killboard Requires at least: 2.8 Tested up to: 3.0.4 Stable tag: 1.0 Pull your latest kills from an installation of EVE Development Network Killboard and displays them on your wordpress blog as a widget. == Description == Ok, so this is simple little widget. You need a currently working version of the EVE Development Network Killboard installed and mysql access to it's database. This plugin will take your db details and grab a preset number of kills from that database and display them in an unordered list in a widget. == Installation == 1. Unzip eve-killboard.zip in the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add your EVE Development Network Killboard connection details in Settings > Eve Killboard 1. If you want to stop your own deaths from showing, remove your Corporation from the drop down 1. Repeat above for any Corporations you don't want to show losses from 1. Select if you want character portraits to show and select the size 1. Tweak what killwords you want to use. 1. Insert the widget via Appearance > Widgets into a widget space in your theme 1. Add a title for the widget and select the number of kills to display 1. Customise style.css within the eve-killboard directory so it matches your theme. 1. Drop me a comment on http://www.innsmouthenterprises.com/eve-killboard-plugin/ and let me know ;) == Frequently Asked Questions == None yet! == Screenshots == 1. An example screenshot of the widget 2. Screenshot with victim portraits. == Changelog == = 1.0 = * Changed SQL to be compatible with EDK3.2 alpha * Added ability to remove/add corporations from kill list. This replaces it matching out your own corp to exclude them as this functionality breaks in the 3.2 version of EDK. * Replaced the direct linking to EDK image directories for portraits with the portrait action url from EDK. Far less dumb that way! * Allowed ability to select portrait sizes from 32, 64, 128, 256 and 512 sizes. * Cleaned up some white space * Changed to version 1.0 as this has been working pretty well for a while. = 0.7.0 = * Added functionality to allow you to include your victim photo. Initially concept created by Circuitbomb from MASS and hacked into style by Zaine * YOU WILL NEED TO PLAY WITH THE STYLE SHEET TO MAKE THIS FIT! * Added linking to the killboard kill * Added admin option to limit the results to just one Pilot. (as requested by nuramori) = 0.6.2 = * Fixed a really subtle bug which broke your install if you were installed across different databases. Thanks to Mike from www.dead-fish.com for finding it and Lee Willis for debugging. = 0.6.1 = * Minimised SQL further. * Added podding detection. = 0.6 = * Tweaked SQL so it works on 2.0 version of EDK * Tried to minimse SQL so it doesn't pull as much rubbish * Pulled out the hardcoding for my original corp in there. Oops. * Added db set up code for 'killwords'. * Added admin screen to allow you to remove, add or deactivate killwords * Added admin button to reset killwords. = 0.5 = * First released version * Added admin menu to allow custom location of killboard * Added readme and screenshot for wordpress.org inclusion = 0.1 = * Created!