=== XmasB Quotes === Contributors: XmasB Tags: quotes, widget, sidebar, xmasb Requires at least: 2.0.2 Tested up to: 2.5 Stable tag: 1.1.6 Add random quotes with image to your Wordpress blog with this widget. == Description == This plugin/widget lets you add and show randow quotes to your wordpress blog with ease. It uses mySQL to store quotes. You can specify an image for each quote, deafult image for quotes, and the option to disable images all together. == Installation == This section describes how to install the plugin and get it working. 1. Upload direcotry `xmasb_quotes` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add the widget to your sidebar. 1. That's it! By deault the plugin looks for an image in the folder named "images" with a name that matches the author, eg. if the author is "Bart", the plugin will look for "bart.gif". If an image is found it is used, else the quotes is shown without an image or default image if specified. Add, edit and delete quotes under Edit - XmasB Quotes. The options for each quote: Quote - The actual quote. Author - The author of the quote. This is optional. Image - The image to be used. If left blank, the name of the author will be used to search for an image. Visible - Set this to "No" if you want to hide a quote without deleting it. Set more general options in the XmasB quotes page under Options in your dashboard. Options available: Show Images - Uncheck this to disable images. Default image - If specified this image will be used if no image is found for author or specified image for quote. Show link to author - Shows a link to XmasB.com and my plugin in the widget. Turn off if you want to. The title for the widget can be edited directly in the Widget: Title - The title to show with the Widget. Default is XmasB Quotes. == Frequently Asked Questions == = Why are the css files almost empty? = Because they more often than not don't need content to display the quote correctly. I have included the classes to show people where they can edit to adjust the layout. == Screenshots == 1. The plugin is used on my homepage [XmasB.com.](http://xmasb.com) == Support == For support visit [the plugin page](http://xmasb.com/xmasbquotes) == Versions == = 2008-04-05 Version 1.1.6 = Fixed bug that caused problems for some mysql versions. Default values for table has been removed. Thanks to Don for the tip. = 2008-04-03 Version 1.1.5 = Added support for tags with attributes to be added before and after the code via "Options - XmasB Quotes". Thanks to Stephanie for the tip. = 2008-04-01 Version 1.1.4 = Fixed bug introduced with Wordpress 2.5 that caused the prefix to be dropped when creating the quote table. = 2008-03-14 Version 1.1.3 = Minor bugfix. Testet with Wordpress version 2.3.3. = 2008-02-14 Version 1.1.2 = Text/code to be used before and after author is now fixed. = 2008-01-16 Version 1.1.1 = Minor adjustment to the layout for editing quotes. = 2008-01-14 Version 1.1 = The plugin now checks for existing quotes when adding. A quote can not be added with the same author more than once. You can add the same quote with different authors. Exsisting duplicates for quotes can be seen in the page for editing. You can edit or delete from the list. Fixed bug when deleting quote from main form. = 2008-01-03 Version 1.0 = Version 1.0 realesed. Fixed several bugs. New design for managing quotes and options. Tested at many sites with positive feedback. = 2007-12-28 Version 0.9.2 = Fixed a minor bug that caused "Visibility" being set to false after edit. = 2007-11-14 Version 0.9.1 = Fixed a bug with the Edit page that caused the quotes to be shown wrongly. Fixed a spelling error in the .css that caused the not visible quotes to be shown wrongly in the Edit page. = 2007-11-11 Version 0.9 = Added support for managing code around image, quote and author. = 2007-11-02 Version 0.8 = Redesigned the entire code for easier updates in the future. = 2007-10-29 Version 0.7.2 = Separated options from Widget. Option for the plugin can now be found under Wordpress-Options. The title for the Widget is still set on the Widget. = 2007-10-25 Version 0.7.1 = Minor bugfix. Added centering in css. Adjustments to readme.txt. = 2007-10-23 Version 0.7 = Removed version checking of table. The plugin uses the dbDelta() function to handle any potential future changes to the table. = Version 0.6.1 = Fixed bug when creating table and adding quotes for the first time. Added content to css file. = Version 0.6 = Support for images added. You can now specify an image for each quote, use default image or turn images off. = Version 0.4 = Under development.