I've just realised that I have no logo for my site. So instead of doing it myself I thought I'd ask for help from you all out there. And so begin Matt's Googly Logo Search.
There really are no rules for the logo, other than the colour scheme you see here on my site. Simplicity is always better, and I like roundish simple logos. So If you have an urge to design a logo for free for some guy from the north, then please do so, eh.
You can enter your ... entry, by leaving a comment on this post with a link to your logo design. I will also let you guys vote for the best logo, so If you see a logo you like, leave a comment. The logo with the most votes will become my new identity.
I would like to apologise to all of you who came here looking for documentation, plugins, or just a read. It seems that I screwed up when trying to add, what I call, "quick admin links" to posts. It's just some links that allow you to delete/edit comments and/or posts. Unfortunately I did the following with the "the_content" filter:
if (!current_user_can('edit_post', $post->ID)) {
return;
}
Of course, that meant that all of you who were not logged in to my site, could not see any post nor comment contents, while I could see them just fine. And this brings up a good point. When using filters, remember to return the original content passed to your function, or you'll end up like me, contentless.
More Smilies 2.0 is out, :!: and now has clickable smilies for the comments form (with a little edit), and clickable smilies for the admin area (no editing required). It even supports the WYSIWYG editor thanks to Owen's buttonsnap library.
2.0 Also supports Owen's Role Manager plugin. It adds the new capability, 'change_smilies'. So if you use Role Manager, you will need to assign the 'change_smilies' capability to the various roles, or you won't be able to change smilies.
Oh, and one more important note. It's only for WordPress 2.0. Do not install it on 1.5 or the sky will fall on your head. And that could hurt.
All plugins are back in the Dropbox!!!!
All of my plugins will (hopefully) soon be hosted on WP-Plugins.org. As soon as the accounts are created I will fix all downloads. Please stand by.
I've intergrated a brand spanking new search into my site. It allows you to search 3 areas; Blog Posts, Static Pages, and Comments. As well as some other options.
The only prob right now is that the pagination does not work correctly. But do a search, then click "Advanced Search" and you will see the new options.
I like it, how about you guys? let me know.