Lester Chan
@gamerz on WordPress.org and Slack
- Member Since: September 18th, 2003
- Location: Singapore
- Website: lesterchan.net
- GitHub: lesterchan
- Job Title: CEO & Founder
- Employer: lesterchan.net
Bio
Interests
WordPress Origin Story
Contribution History
Lester Chan’s badges:- Core Contributor
- Plugin Developer
- Translation Editor
- WordCamp Organizer
-
Posted a reply to Removing/Hiding the Archive, on the site WordPress.org Forums:
After actually digging into the plugin (been a while) Actually, I am wrong, you are…16 hours ago
-
Posted a reply to highest post rating (custom field or category nam), on the site WordPress.org Forums:
Sorry not possible.16 hours ago
-
Posted a reply to Removing/Hiding the Archive, on the site WordPress.org Forums:
The plugin doesn't touch your page title (there is no reason to). My guess it…2 days ago
-
Posted a reply to Update WordPress 5.5, on the site WordPress.org Forums:
There is nothing being changed besides the version bump to indicate it is compatible. So…6 days ago
-
Posted a reply to “Sweep All” button not working, and no action is carried out, on the site WordPress.org Forums:
hmm I think you mistaken, optimize table doesn't delete the table. It runs its query…2 weeks ago
-
Posted a reply to “Sweep All” button not working, and no action is carried out, on the site WordPress.org Forums:
Nah, I don't think I will give it up as long as I am still…2 weeks ago
-
Posted a reply to Plugin Revision/Update, on the site WordPress.org Forums:
It works with 5.5, I am just occupied to bump the version.2 weeks ago
-
Posted a reply to “Sweep All” button not working, and no action is carried out, on the site WordPress.org Forums:
Most likely it has timeout due to too much data or the timeout is too…2 weeks ago
-
Posted a reply to Wrong Path To Backup after moving to new host, on the site WordPress.org Forums:
My only guess is something is caching the options on your end? I am 100%…2 weeks ago
-
Posted a reply to How to display Total Average?, on the site WordPress.org Forums:
Code is here https://github.com/lesterchan/wp-postratings/blob/master/postratings-manager.php#L226-L2353 weeks ago
-
Posted a reply to How to display the number of clicks on plus and minus?, on the site WordPress.org Forums:
Sorry that is not possible as the plugin is not designed to do that from…3 weeks ago
-
Posted a reply to How to display Total Average?, on the site WordPress.org Forums:
<?php echo get_post_meta( get_the_ID(), 'ratings_average', true ); ?>3 weeks ago
-
Posted a reply to Share, on the site WordPress.org Forums:
Unlikely, I have no more time to add any new features to it sadly.1 month ago
-
Posted a reply to Share, on the site WordPress.org Forums:
Sorry, Nope. That is not what the plugin is designed for.1 month ago
-
Posted a reply to Creating problem with wp-config.php not loading?, on the site WordPress.org Forums:
I am not sure whether WP-DatabaseManager exists, this is WP-DBManager and it doesn't touch wp-config.php.1 month ago
-
Posted a reply to Cannot download backup files, on the site WordPress.org Forums:
Probably check your server logs, this looks like a server/config issue rather than a plugin…1 month ago
-
Posted a reply to Custom Template?, on the site WordPress.org Forums:
Sorry nope. The templates are global. You can't customized it.2 months ago
-
Posted a reply to wordpress 5.5.x compability, on the site WordPress.org Forums:
For breaking changes, I will normally release immediately like my WP-Email is breaking changes with…2 months ago
-
Posted a reply to wordpress 5.5.x compability, on the site WordPress.org Forums:
It is already compatible. I just have not bump the version number yet.2 months ago
-
Posted a reply to rounded view, on the site WordPress.org Forums:
Sorry that is not possible without modifying the code.2 months ago
-
Posted a reply to rounded view, on the site WordPress.org Forums:
My guess you are using %VIEW_COUNT_ROUNDED% instead of %VIEW_COUNT% in the template. Which is weird…2 months ago
-
Wrote a new post, PTE Request for WP-PostRatings, on the site Translate WordPress:
Hello Polyglots, I am the plugin author for WP-PostRatings (https://wordpress.org/plugins/wp-postratings/). We have a translation editor…2 months ago
-
Posted a reply to FIX PHP Notice, on the site WordPress.org Forums:
Thanks https://github.com/lesterchan/wp-postratings/commit/790352e33449bd00eb2df9ad0a4a96b22e9e4ddf2 months ago
-
Posted a reply to Idea for using own file images, on the site WordPress.org Forums:
Hi, I added wp_downloadmanager_file_extension_image (https://github.com/lesterchan/wp-downloadmanager/commit/6b5dcec51c351e9faa07a8d3e0894b64235f40bb) and wp_downloadmanager_file_extension_images_path (https://github.com/lesterchan/wp-downloadmanager/commit/d55b2634d364de6200d607a3e90ae9a87ea45c88). You can download the dev version https://github.com/lesterchan/wp-downloadmanager/archive/master.zip…2 months ago
-
Posted a reply to Only Administator role can rate, on the site WordPress.org Forums:
It seems to be a Javascript error. https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/2 months ago
-
Posted a reply to One voter have three points, on the site WordPress.org Forums:
Sorry, the plugin is not designed for this use case.2 months ago
-
Posted a reply to Plugin does not activate, on the site WordPress.org Forums:
Thanks for the bug report, I have fixed it in 2.68.12 months ago
-
Committed [2365398] to Plugins Trac:
Releasing plugin 2.68.12 months ago
-
Committed [2365397] to Plugins Trac:
Deploying wp-email from GitHub2 months ago
-
Posted a reply to Email To Audience Autoresponder, on the site WordPress.org Forums:
Sorry, nope. The plugin is not designed for that use case.2 months ago
-
Posted a reply to Answers in 2 columns ?, on the site WordPress.org Forums:
Sorry, nope. The plugin is not designed for that use case.2 months ago
-
Posted a reply to Review snippets Invalid object type for field “itemReviewed”, on the site WordPress.org Forums:
Changing the type is not a good idea because if Google realized the type is…3 months ago
-
Posted a reply to Wp-Sweep Specify Revisions to keep, on the site WordPress.org Forums:
Sorry that is not possible.3 months ago
-
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Saw it being filed on Trac https://core.trac.wordpress.org/ticket/509103 months ago
-
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
It is a bug https://core.trac.wordpress.org/ticket/50910 =)3 months ago
-
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Is it me or is WordPress 5.5 sitemaps page 2 onwards broken due to canonical…3 months ago
-
Created a topic, wp_cache_get_multiple() after upgrading to WP 5.5, on the site WordPress.org Forums:
Cross-posting from https://github.com/rhubarbgroup/red…3 months ago
-
Wrote a comment on the post Introduce wp_cache_get_multiple() in WordPress Core, on the site Make WordPress Core:
Not sure if anyone has always a cache miss with wp_cache_get_multiple() for redis-cache https://github.com/rhubarbgroup/redis-cache/issues/2433 months ago
-
Committed [2358834] to Plugins Trac:
Releasing plugin 2.563 months ago
-
Committed [2358832] to Plugins Trac:
Deploying wp-stats from GitHub3 months ago
-
Closed ticket #50926, in Core Trac:
Page 2 onwards of any wp-sitemap.xml URL will result in a 404 redirect3 months ago
-
Created a new ticket, #50926, in Core Trac:
Page 2 onwards of any wp-sitemap.xml URL will result in a 404 redirect3 months ago
-
Posted a reply to WordPress 5.5 Working perfect, on the site WordPress.org Forums:
Thanks for testing! Will bump!3 months ago
-
Posted a reply to WP Sweep deletes custom fonts added with Brainstorm Force’s Custom Fonts plugin, on the site WordPress.org Forums:
Sorry that means this plugin is not compatible with that plugin. I will add it…3 months ago
-
Posted a reply to What’s the difference between votes and voters?, on the site WordPress.org Forums:
Sorry I have no idea what you mean. Can you create a fresh poll and…3 months ago
-
Posted a reply to Poll Results, on the site WordPress.org Forums:
Nope.3 months ago
-
Posted a reply to Not Log on Multisite, on the site WordPress.org Forums:
My guess is the database table is not created. Did you activate it per site?3 months ago
-
Posted a reply to Poll questions don’t display, only results, on the site WordPress.org Forums:
Because you have voted and it is behind the same IP.3 months ago
-
Posted a reply to Poll questions don’t display, only results, on the site WordPress.org Forums:
It displays fine for me.3 months ago
-
Posted a reply to Disable poll_get_hostname() for Poll Logging Method Do Not Log, on the site WordPress.org Forums:
I don't see how will it affect performance. I have seen some heavy sites using…3 months ago
Developer
-
FreeMyInternet
Active Installs: Less than 10
-
migme
Active Installs: Less than 10
-
WP-Ban
Active Installs: 10,000+
-
WP-CommentNavi
Active Installs: 1,000+
-
WP-DBManager
Active Installs: 100,000+
-
WP-DownloadManager
Active Installs: 6,000+
-
WP-DraftsForFriends
Active Installs: 2,000+
-
WP-EMail
Active Installs: 7,000+
-
WP-InstantArticles
Active Installs: 500+
-
WP-PageNavi
Active Installs: 700,000+
-
WP-PluginsUsed
Active Installs: 200+
-
WP-Polls
Active Installs: 100,000+
-
WP-PostRatings
Active Installs: 80,000+
-
WP-PostViews
Active Installs: 100,000+
-
WP-Print
Active Installs: 20,000+
-
WP-RelativeDate
Active Installs: 400+
-
WP-ServerInfo
Active Installs: 10,000+
-
WP-ShowHide
Active Installs: 20,000+
-
WP-Stats
Active Installs: 7,000+
-
WP-Sweep
Active Installs: 100,000+
-
WP-UserOnline
Active Installs: 20,000+
Contributor
-
WP-Polls (with CubePoints)
Active Installs: Less than 10
General Translation Editor
简体中文 (Chinese (China)) Plugins Translation Editor - #zh_CN
-
WP-PostRatings
Active Installs: 80,000+