=== Bubs' Button Board === Contributors: bubblessoc Donate link: http://bubblessoc.net/contact/ Tags: plugboard, plugs, links, sidebar Requires at least: 2.1 Tested up to: 2.2.1 Stable tag: 1.1 A customizable plugboard (http://plugboard.org) for your Wordpress 2.1+ blog. == Description == Bubs' Button Board, a customizable [plugboard](http://plugboard.org) for your Wordpress blog, features optional button moderation and cache. == Installation == * Upload the `button-board` folder to `wp-content/plugins`. * Activate the *Bubs' Button Board* plugin. * Visit Wp-Admin > Options > Button Board to edit your plugboard options. * Make the `button-board/cache` directory writable! == Frequently Asked Questions == = I'm currently using Version 1.0, do I need to upgrade to 1.1? = No :) 1.1 was created for users who were continually receiving the *Your button is broken* error. == Upgrading from 1.0 == * Upload `button-board.php` to the folder `wp-content/plugins/button-board`, overwriting the original file == Usage == * Create a Wordpress page for your plugboard (Write > Write Page) * Paste `[bbb_page_print]` in the *Page Content* textarea. Publish your page. * If you want to include a mini-plugboard in your sidebar, use the following function: `", ""); ?>` * The function parameters are: 1. The number of buttons you want to display (optional) 2. The *Before* tag (optional) 3. The *After* tag (optional) == Stying the Board == If you want your buttons to appear side-by-side, use the following CSS: ul#plugboard { /* The Plugboard Container */ list-style: none; float: left; } ul#plugboard li { float: left; padding-right: 5px; padding-bottom: 5px; } #plugboard-form { /* The Plugboard Form Container */ clear: both; } For specific styling issues, please email me. == Changelog == * **July 5, 2007** *(Version 1.1)* Added support for servers with PHP `allow_url_fopen` disabled. This version requires a writable directory and [cURL](http://us.php.net/manual/en/ref.curl.php) (for error checking) == Demo == [BubblesSOC Plugboard](http://bubblessoc.net/plugboard/) == Comments, Problems, Suggestions? == Please email me: me@bubblessoc.net == Plugin User? == If you are using my plugboard plugin on your website, let me know! You'll get a [special link](http://bubblessoc.net/plugboard/#plugin-users) on my plugboard page.