Total Voters And Total Votes

I have reviewed how Invision Board and vBulletin implemented their multiple answers poll and I have decided to use it on WP-Polls. As of now, there will be a new term called Total Voters. This term will contain the number of voters who voted for the poll.

If you are using a poll which allow single answer only, your Total Voters = Total Votes because 1 user can only choose 1 vote.

But if you have a poll which allows multiple answers to be selected, Total Voters will mean the total number of uses that voted for your poll and Total Votes will mean the total number of votes that has been casted on your poll.

For example, if a user selected 3 answers for the poll, the Total Voters will only be incremented by 1, but on the other hand, the Total Votes will be incremented by 3 because that user selected 3 answers.

If anyone of you need clearer explanation, just post it in the comments. Just give me 1 more week before I release WP-Polls 2.20 beta for testing.

1 Star2 Stars3 Stars4 Stars5 Stars (103 votes, average: 3.72 out of 5)

Beta Version Of My Plugins Updated To WordPress 2.6

Whenever WordPress releases a .1 update and it is during my school holidays (May to August) or (December to January). I am always able to get all my plugins compatible with it before it is actually released and have some buffer for testing.

I had spent the whole night yesterday making my plugins work wells with WordPress 2.6 and perhaps even WordPress 2.7 while maintaining the backward compatibility with WordPress 2.5.

All my 15 plugins are available at the Downloads Page under Beta Scripts. It used to be 16 plugins, but I stopped developing WP-Wap and hence it became 15.

Do help me test it out either on WordPress 2.5 or WordPress 2.6 Beta. They should work just fine for both versions.

This site is running all 15 of them and it is based on WordPress 2.5. If you found any of my plugins that are not working well on this site, do let me know as well. I will update this site to WordPress 2.6 when RC1 comes out.

If everything goes fine, I will release the updates 2 days after WordPress 2.6 is being released.

PS: My mom always nag at me to get a job especially during my 3 months (summer holidays) from May to August. But I told her by developing plugins, I can get donations as well. If you really like my plugins and appreciate my effort that I have put into it, do drop me a donation. My Paypal email is lesterchan AT gmail DOT com. Thank You =)

1 Star2 Stars3 Stars4 Stars5 Stars (64 votes, average: 3.72 out of 5)

WP-Polls 2.20 Updates

I have make the following additions/changes to WP-Polls 2.20:

NEW: Poll Archive Link Template
NEW: Poll Templates Has Now Its Own Page ‘WP-Admin -> Polls -> Poll Templates’
NEW: Poll Widget Can Now Display Multiple Polls
FIXED: Poll Archive Will Now Show Only Polls That Are Closed

I hope I can released WP-Polls 2.20 in mid May 2007.

I have left 1 more task to do which I have no idea how to design it; To improve the Edit Poll page where it shows a list of IP addresses of the users who voted for the poll. Imagine you got 4000+ people who voted for the poll like the sample poll you see on the right sidebar. It will be a nightmare when it comes to editing the poll (due to the time taken to render the page).

1 Star2 Stars3 Stars4 Stars5 Stars (73 votes, average: 3.71 out of 5)

WordPress 2.3 Released

WordPress 2.3 has been released and I have updated this site to it without any problems.

Copy + Paste from Development Blog

  1. Native tagging support allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.
  2. Our new update notification lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you what the latest and greatest is you can use.
  3. We’ve cleaned up URLs a bunch in a feature we call canonical URLs which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also helps your search engine optimization, as search engines like for each page to be available in one canonical location.
  4. Our new pending review feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.
  5. There is new advanced WYSIWYG functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.
  6. Full and complete Atom 1.0 support, including the publishing protocol.
  7. We’re using the new jQuery whis is “800% faster.”
  8. Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
  9. The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
  10. Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.
  11. The new $wpdb->prepare() way of doing SQL queries.
  12. Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.

More detailed changes can be found in WordPress Codex.

1 Star2 Stars3 Stars4 Stars5 Stars (41 votes, average: 3.71 out of 5)

WP-ServerInfo

I have coded this plugin within a night. It enables you to display your server’s PHP information from “phpinfo()” and MYSQL information from “SHOW VARIABLES” on your Dashboard under the sub-tab called “WP-ServerInfo”. Here is a screenshot of it. I will release it along side with almost all my plugins updates for WordPress 2.1. Most of them will break with WordPress 2.0.x including this because I am using some of the functions available in WordPress 2.1 only.

If you are wondering what plugin I used to modify those dates to Today, Yesterday, 5 Days ago, 1 minute ago, etc. It is one of my plugin called WP-RelativeDate.

1 Star2 Stars3 Stars4 Stars5 Stars (134 votes, average: 3.70 out of 5)