Due to my crap internet connection I've not done a lot of serious work on the web :( (sorry Scott, I'll get round to converting your rands_blab soon)
Minor shit I've done includes adding the info and geek things to the toolbar. I did it the quick way by just adding it to the buttons array and then spitting out the whole toolbar again (hence why you'll see double in admin). When I get a chance (and my connection sorts it's shit out) I'm gonna look at creating a toolbar plugin and converting the current quicktags and smilies plugins to use them. If it all works then I'll submit it to cvs to see if we can get it in the core.
I've also added (another) post to OnDeck, You'll probably want to fluff it out a tad Scott, but I'm actually happy to publish it as is ;). If you do fluff it, or if you decide it doesn't need fluffing, can you make a post on the forums as well?
Danny : I still haven't got round to converting all the forms in your democracy plugin. Is this something you're working on or do you want me to do the conversion?
EdB : I've uploaded (and installed) your cc plugin. I made a couple of minor changes to it
1/ I moved the plugin.php into the cc_plugin folder and changed the 3 file references to suit. This was just to make it easier when I'm browsing the folders on the server.
2/ I added the AM update code which means we can add it to our update manager (when I finish recoding/testing it for 1.8)
If you want to make a post (here) about it and link it to your blog (or we can handle the download as well, whichever you prefer) then feel free ;)
If you want to make the plugin (or any plugin) AmUpdate aware then you just need to add this line to it :-
[bg=#ffc]function am_update( & $params ){ $params = array( 'name' =>$this->code, 'version' => $this->version ); }[/bg]
}
?>
Not that it'll do anything until after I finish the update manager plugin, but once I do users will be able to tell if there's a newer version of the plugin available from the tools tab
Have fun,
¥