November 16th, 2008

Index
Description
Gives you the ability to have posts skip the frontpage and to stick a post to the top of all it’s relative categories.
Features
- Skip the frontpage
This will skip the frontpage and show the post only in the archive pages
- Stick to categories
This will make the post stick to the top of all the categories it has been added to
Installation
Just unzip the post_filters.php in your plugins folder and activate in wp-admin.
Usage
A new box will appear when creating/editing posts, simply check or uncheck the relative options here
Download
Changelog
- Version 1.0 – November 16, 2008
- Version 1.0.1 – July 22, 2009
- Fixed bug where posts would no longer appear on the homepage / sidebar
Support
For bugs, general support and feature requests please refer to the bug tracker.
Category Stick, Post Filters, skip frontpage, wordpress plugin Post Filters
July 22nd, 2009
I received a couple of e-mails from people trying the Post Filters plugin and found that their posts would simply disappear from the main page and sidebar once the plugin was activated.
Turned out I was using the wrong activation method for the plugin, I fixed it and released a new version, hope this one works better for everyone.
Plugins, Post Filters, Wordpress
January 23rd, 2009
I’ve installed phplist on a subdomain for those who want to be notified when NotifyMe2 is released.
Click here to subscribe.
I will probably convert subscribers to NotifyMe2 once it has reached a decent stage but I can’t promise anything..
mail list, notifyme, notifyme2, phplist, subscribe NotifyMe2, Plugins, Wordpress
January 1st, 2009
If you’ve previously used my NotifyMe plugin, you’ll probably be excited to hear that I’ve finally started development on NotifyMe2, even though the initial NotifyMe plugin never reached a final version. The reason that I’m going straight to version 2 is that I am starting from scratch again, seeing as I’ve gained a lot more experience since initially starting NotifyMe, I want to apply that experience as best I can.
Following are my ideas about the project, what exactly I want to achieve by making yet another mailing list plugin for Wordpress.. and while I’m at that subject I would like to point out that I was originally not planning to develop NotifyMe any further, since there are loads of alternatives.. but I’ve gotten a lot of e-mails from people who loved the simplicity of the plugin and would prefer not to reach out to alternatives.
Therefore, my goals on this project are;
- To yet again, create a very simplistic (yet advanced, but not bloated) mailing list plugin
- To have it integrate with Wordpress as best I can
- By this I mean I want it to match the wordpress style in every aspect.
- I have removed any Naatan.com abbreviations, this would break the integration from my point of view.
- Initially I want to release a basic plugin that does exactly what it needs to do and nothing more, from there I will continue to extend it, though as I said, I do not want it to become bloated.
- To develop a better way to notify users of new blog items, a way that would not break other plugin hooks and filters.
- Cron job support for these type of notifications
Those are basically the goals I have at the moment, once I’ve reached them I will continue to add functionality to the plugin, I currently have some ideas about adding category/tag specific notifications for mailing lists, but I consider this an extra functionality which will not be required in the initial release.
Well that’s about it, I hope the people that have been e-mailing me asking for a new version have not given up hoping, if it wasn’t for them, I wouldn’t be doing this
mailing list, not discontinued, notifyme, notifyme2, wordpress plugin News, NotifyMe2, Wordpress
November 20th, 2008
One of the first plugins I installed on my new blog is the SyntaxHighlighter plugin by matt, Viper007Bond and mdawaffe, from what I understand each of these guys kind of perfected the other persons version.
Anyway, the plugin is great, it basically just incorporates the Syntaxhighlighter script by Alex Gorbatchev into Wordpress. There’s just one problem though, it does not support indentation, as the TinyMCE configuration in Wordpress doesn’t convert spaces to ’s. Also tags like <?php were in my case converted to <?php, which is quite annoying.
Long story short, I’ve done some playing around with the code and it turns out that just by removing the TinyMCE encoding / decoding functions and adding a small function to convert spaces to ’s this plugin works great!
<?php
echo 'Proof! Look.. I can use as plain text as well.. ';
?>
Attached to this post is the modified syntaxhighlighter.php file, just install the SyntaxHighlighter plugin and replace the syntaxhighlighter.php with the one posted underneath.
Download: syntaxhighlighter.php (512) - 3.88 KB
I’d like to give some quick kudo’s to Steve Smith from The Wordpress Magazine for sharing his SyntaxHighlighter modifications with me, without them it would have taken me much longer to figure this one out.
wordpress syntax highlighting PHP Scripts, Plugins, Scripts, Wordpress
November 16th, 2008
My second plugin released in one day :ohhyeahh:, it’s a small one though.. called Post Filters.
I am still working on some more plugins, this one I created out of necessity, I wanted to have my plugin pages skip the frontpage and stick to their relative category.
So why not use a page? Well the links in my navigation bar are generated by the categories I post in.. and pages don’t have categories.. so there.
Anyway, what this plugin does:
Gives you the ability to have posts skip the frontpage and to stick a post to the top of all it’s relative categories.
Hopefully some more people can find a good use for this
Post Filters, skip frontpage, stick to category, sticky, wordpress plugin News, Plugins, Wordpress
Comment Move Wordpress Plugin
November 18th, 2008Index
Description
Adds the ability to move comments between posts / pages to the comment edit page.
Simple no-fuzz plugin.. no extra pages / configuration screen, just an option added to your comment edit screen.
Features
Or really, to anything in the Posts table.. just enter the ID..
Screenshots
Installation
Just unzip into the plugins folder and activate.
Usage
Just edit a comment and change it’s post / page id.
Download
Changelog
Support
For bugs, general support and feature requests please refer to the bug tracker.
6 Comments » Comment Move, Move Comments, wordpress plugin Comment Move