4 Plugins Updated & 1 New Plugin

I have released updates for 4 of my WordPress plugins namely, WP-Polls 2.13, WP-PostRatings 1.05, WP-Stats 2.06 and WP-UserOnline 2.06. These 4 plugins have been internationalized. You can now easily localize it by translating it into your own language by modifying the .po file that is inside the zip with PoEdit.

I have also release 1 new plugin called WP-Ban. It enables WordPress Admin to ban users by their IP or host name from visiting your WordPress site. When the banned users visit your WordPress Site, they will get a message which can be edited via WP-Admin -> Options -> Ban -> Ban Message.

WP-Ban 1.00
» Readme/Changelog
» Download
» Support Forum

WP-Polls 2.13
» Readme/Changelog
» Demo
» Download
» Support Forum

WP-PostRatings 1.05
» Readme/Changelog
» Demo
» Download
» Support Forum

WP-Stats 2.06
» Readme/Changelog
» Demo
» Download
» Support Forum

WP-Useronline 2.06
» Readme/Changelog
» Demo
» Download
» Support Forum

1 Star2 Stars3 Stars4 Stars5 Stars (91 votes, average: 3.99 out of 5)

Introducing WP-DraftsForFriends

I would like to introduce you to a new WordPress plugin that I wrote (or rewrote), it is called WP-DraftsForFriends. The last time I wrote a plugin was almost 3 years ago which was the WP-ShowHide!

The plugin is on GitHub as well, github.com/lesterchan/wp-draftsforfriends.

This plugin will generate a unique link that you can send to your friends to allow them to preview your draft before they are published. You are able to set the expiry for the link as well. It is based off Drafts for Friends originally written by Neville Longbottom.

WP-DraftsForFriends Screenshot #1

WP-DraftsForFriends Screenshot #2

WP-DraftsForFriends Screenshot #3

Download: WP-DraftsForFriends

1 Star2 Stars3 Stars4 Stars5 Stars (82 votes, average: 3.99 out of 5)

WordPress 3.0 Beta 2

WordPress 3.0 Beta 2 has been released and it seems WordPress 3.0 has miss the initial release date of 1st May 2010, which I think is good. They should not rush to meet the release date as it should be release when it is done. I am guessing they will head to RC1 in the next release.

Things to test:

  • Revised menu user interface
  • Changes to the WordPress exporter and importer to make it more flexible

Download: WordPress 3.0 Beta 1

1 Star2 Stars3 Stars4 Stars5 Stars (467 votes, average: 3.98 out of 5)

WP-Sticky New Ideas

I was thinking of not using the wp_postmeta table to tell where a post is sticky or not. Instead, I will use a new table called wp_poststicky to denotes all posts sticky status. Whenever you create a new post, a new row will be created in the wp_poststicky table.

0 will denote normal posts
1 will denote sticky posts
2 will denote announcement post.

Now I need to explain what is the difference between sticky posts and announcements posts.

Currently sticky posts are posts which will appear at the top of the page, I will change that name to be called announcement posts instead.

Now sticky posts will be referred as posts that will only stay on top of all the posts which is posted on the same day as the sticky post. My command of English is not that good, hope you are understand what I mean with the following example:

Announcement
– Post 5 (Announcement Post)

29th March 2007
– Post 6
– Post 7
– Post 8

28th March 2007
– Post 4 (Sticky Post)
– Post 1
– Post 2
– Post 3

As you can see, Post 4 is a sticky post and it will stay on top of all posts that is posted on 28th March 2007 ONLY, posts that are posted after 28th March 2007 (eg. 29th March 2007) will still be on top of the sticky post that is posted on 28th March 2007.

But for Post 5, which is an announcement post, it will stay on top of all posts.

Think of it as a feature in forum softwares in which announcement will appear in all forums and sticky topics will only appear in a particular forum.

This feature will be in the final version of WP-Sticky 1.00. Other features planned for future versions include auto un-announce, auto un-sticky posts after a certain number of days of date.

*UPDATED* 3rd December 2007
Uncle Bubba wrote:
When you login and write/manage a post you’ll see “Post Sticky Status” down in the lower right hand corner. There are three options “Announcement”, “Sticky”, and “None”. Announcement makes a post always on top no matter what. Sticky keeps it at the top of that day’s posts. So, say you made 4 posts on Wednesday and made one sticky, the sticky one would stay on top of Wednesday’s posts. If you then make a post on Thursday it will appear on top of all of Wednesday’s posts but underneath the Announcement post.

1 Star2 Stars3 Stars4 Stars5 Stars (180 votes, average: 3.98 out of 5)

WordPress 4.9 Released

WordPress 4.9 has been released.

What’s New

  • Customizer Workflow Improved
  • Coding Enhancements
  • Even More Widget Updates
  • Site Building Improvements
  • Customizer JS API Improvements
  • CodeMirror available for use in your themes and plugins
  • MediaElement.js upgraded to 4.2.6
  • Roles and Capabilities Improvements

Download: WordPress 4.9

1 Star2 Stars3 Stars4 Stars5 Stars (142 votes, average: 3.98 out of 5)