=== XmasB Quotes === Contributors: XmasB Tags: quotes, widget, sidebar, xmasb Requires at least: 2.0.2 Tested up to: 2.3.1 Stable tag: 0.7.2 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 == = 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.