A customizable plugboard (http://plugboard.org) for your WordPress 2.5+ blog.
button-board.php to the folder wp-content/plugins/button-board, overwriting the original file[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:
<?php bbb_include(6, "<li>", "</li>"); ?>
The function parameters are:
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.
Please email me: me@bubblessoc.net
If you are using my plugboard plugin on your website, let me know! You'll get a special link on my plugboard page.
Requires: 2.5 or higher
Compatible up to: 2.7
Last Updated: 2009-2-10
Downloads: 2,875




