=== Collapsible Archive Widget === Contributors: adywarna Donate link: http://www.romantika.name/v2/ Tags: collapse, collapsible, archive, collapsible archive, widget Requires at least: 2.1 Tested up to: 2.6.1 Stable tag: 2.2.0 This simple plugin is a widget that displays a collapsible archives list in your widgetized sidebar by utilizing JavaScript. == Description == This simple plugin is a widget that displays a collapsible archives list in your widgetized sidebar by using JavaScripts. In version 2.0.0 script.aculo.us effects has been added as an option, utilizing the script.aculo.us files supplied with WordPress. == Installation == 1. Make a directory `collapsible-archive-widget` under `/wp-content/plugins/` 1. Upload `collapsible-archive.php` to the `/wp-content/plugins/collapsible-archive-widget/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use your 'Presentation'/'Sidebar Widgets' settings to drag and configure 1. If you want to change your plus and minus images, replace the PNG files. Best size is 22x22 == Configuration == * Widget title: the title of the widget * List type: ul for bulleted list, p for paragraph, br for paragraph with line breaks * Show Post count: Whether or not to show the post number for each year and month * Abbreviate month names: Check this box to show abbreviation of month names * Use script.aculo.us effects: Whether or not to show effects * Expand effect: Effect to use when expanding the list * Collapse effect: Effect to use when collapsing the list * Expand the list by default: Check this box to have the list expanded when loaded * Expand current year by default: Check this box to have the current year expanded when loaded * Expand current month by default: Check this box to have the current month expanded when loaded * Show individual posts: Show posts in the list. This should be used in extra caution; if you have a lot of posts consider disabling it as this will take time to load * Show a link to plugin page. Thank you for your support! : Display a link to plugin page (this page) as a support method == TODO == * Add ability for multiple instances * Add ability to work as non-widget * Add ability to include / exclude categories == Change Log == * 03-Aug-2007: Initial version * 04-Sep-2007: Added ability to select whether to use abbreviations for the month names, and script.aculo.us effects! * 27-Sep-2007: Fixed javascript include - effects.js added and scriptaculous.js removed (For some reason it worked in 2.2). * 10-Nov-2007: Added ability to display posts (with caution), to expand by default, and also added plus and minus signs as expand/collapse buttons * 24-Aug-2008: Multiple updates: ** Enqueue javascripts using WordPress API wp_enqueue_script ** Validation as XHTML 1.0 Transitional ** Add option to expand current year and/or month by default ** REMOVED list type option ** Added ability to upload own plus and minus images ** Added ability to display plugin link. If you'd like to support this plugin, having the "powered by" on your blog is the best way; it's our only promotion or advertising.