=== Collapsing Links === Contributors: robfelty Donate link: http://blog.robfelty.com/plugins/collapsing-links Plugin URI: http://blog.robfelty.com/plugins/collapsing-links Tags: links, sidebar, widget Requires at least: 2.3 Tested up to: 2.6.5 Stable tag: 0.2 This widget uses Javascript to dynamically expand or collapsable the set of links for each link category. == Description == This is a very simple plugin that uses Javascript to form a collapsable set of links in the sidebar for the links (blogroll). Every link corresponding to a given link category will be expanded. You can use multiple instances of the widget, each with its own set of options. In this way you could have one set of links for certain categories one place on your page, and another widget with a different set of links somewhere else. It is based off of the Collapsing Categories and Collapsing Pages plugins. == Installation == IMPORTANT! Please deactivate before upgrading, then re-activate the plugin. Also, note that in WP 2.7, adding the widget does not seem to work if you have "show all widgets" selected, but it does if you select "show unused widgets" from the widget editing menu. Hopefully this will be corrected eventually Unpackage contents to wp-content/plugins/ so that the files are in a collapsing-links directory. Activate the plugin in your Wordpress Admin interface -- Collapsing Links. MANUAL INSTALLATION To use the plugin manually, change the following here appropriate (most likely sidebar.php): Change From: To something of the following: ` \n"; get_links_list(); echo "\n"; } ?> ` WIDGET INSTALLATION simply go the Presentation > Widgets section and drag over the Collapsing Links Widget. == Frequently Asked Questions == None yet. == Screenshots == 1. a few expanded links with default theme, showing multiple instances of the widget 2. available options == Demo == You can see this on my test blog at http://robfelty.com/test == OPTIONS AND CONFIGURATIONS == * Show link counts in link category links * Sort by link category name, link category id, link category count etc. * Sort in ascending or descending order * Exclude certain link categories * Automatically expand certain link categories * Several different icons to choose from for expanding and collapsing == CAVEAT == Currently this plugin relies on Javascript to expand and collapse the links. If a user's browser doesn't support javascript they won't see the links to the posts, but the links to the links will still work (which is the default behavior in wordpress anyways) The option to show the number of links currently uses the number stored in the database, which includes both visible and invisible links. If you have invisible links, this number will be wrong. == HISTORY == 0.2: (2008.12.08) * Can now use as a widget or manually * consolidated javascript to work with other collapsing plugins * Uses cookies to keep track of which link categories have been expanded / collapsed 0.1.4: (2008.10.29) * Fixed bug so that multi-word categories are correctly included / excluded 0.1.3: (2008.10.29) * Now opens links in specified target (blank,top,none) 0.1.2: (2008.10.06) * Fixed bug with leaving include/exclude categories blank * Added option to animate expanding and collapsing * Added option for images instead of text as collapsing symbols 0.1.1: * Changing default title to 'Blogroll' * 0.1: Initial Release