Tung Du
@dinhtungdu on WordPress.org and Slack
- Member Since: June 14th, 2014
- GitHub: dinhtungdu
- Job Title: Open Source Practice Engineer
- Employer: 10up
Interests
Contributions Sponsored
Contribution History
Tung Du’s badges:- Core Contributor Core Contributor
- Meetup Organizer Meetup Organizer
- Plugin Developer Plugin Developer
- Translation Contributor Translation Contributor
- Translation Editor Translation Editor
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 thanks for the debug information. The memory limit looks good so it may not…1 day ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
@biqu3 Maybe this answer might help: https://wordpress.stackexchange.com/questions/202021/front-end-post-and-upload-file-image-for-users-without-plugin1 day ago
-
Posted a reply to Exclude certain custom post type, on the site WordPress.org Forums:
@dzulfriday You can use in_array to check for multiple post types. For example: ... if…1 day ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
@biqu3 You can check out these links: - https://wordpress.stackexchange.com/questions/228301/how-to-upload-image-from-front-end-and-save-in-media-library - http://qnimate.com/using-wordpress-media-uploader-on-frontend/ You can use the…6 days ago
-
Wrote a comment on the post (Post Title) PTE Request for…, on the site Translate WordPress:
Done for #vi ;)6 days ago
-
Posted a reply to Loop detection, on the site WordPress.org Forums:
This question has been answered here: https://github.com/10up/safe-redirect-manager/issues/206#issuecomment-6250071366 days ago
-
Posted a reply to Loop detection, on the site WordPress.org Forums:
GitHub issue for this topic (thank @kevinbrands for creating it): https://github.com/10up/safe-redirect-manager/issues/2066 days ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 can you send me the Site Health information so we can debug your issue…1 week ago
-
Posted a reply to Use “Choose your file” instead of Media Uploader, on the site WordPress.org Forums:
Hi @biqu3, For "normal users" (Subscribers, Contributor), the file upload input is used. Only users…1 week ago
-
Posted a reply to Not able to Drag and Drop Posts when using Category filter, on the site WordPress.org Forums:
Hi @njit75, Can you try these steps to order posts using the category filter: 1.…2 weeks ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
Hi @mrvigner, Editing the user avatar on the front end is not the scope of…2 weeks ago
-
Posted a reply to How can i restrict deivice IP of registered members from aScessing a page?, on the site WordPress.org Forums:
Hi @markzuckerbels, The feature you described above is not available in Restricted Site Access. RSA…2 weeks ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 Did you notice any console log error in your testing? If yes, can you…2 weeks ago
-
Wrote a comment on the post Hello Polyglots, I have suggested…, on the site Translate WordPress:
Done for #vi!2 weeks ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
It can be considered a bug of our plugin. We have a fix waiting for…2 weeks ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
Can you test reordering in the incognito mode? I want to check if it's the…2 weeks ago
-
Posted a reply to Needing a 410 Done Code, on the site WordPress.org Forums:
The Github issue for this topic: https://github.com/10up/safe-redirect-manager/issues/205. Thank @popvekind for creating the issue. Github is…3 weeks ago
-
Posted a reply to Change default 38px image width, on the site WordPress.org Forums:
Hi @peterforensys, The default size is 96px as documented here: https://developer.wordpress.org/reference/functions/get_avatar/. You can change the…3 weeks ago
-
Posted a reply to Reorder pages on different pages in admin, on the site WordPress.org Forums:
Hi @artsimmons, You can open the quick edit and change the value of Order field.…4 weeks ago
-
Posted a reply to Plugin doesn’t work – blocks all IPs except logged in, on the site WordPress.org Forums:
Hi @lordtopcat, Can you provide me some details about your WP installation? How do you…4 weeks ago
-
Posted a reply to Exclude certain custom post type, on the site WordPress.org Forums:
Hi @atheneit, You can append the snippet above to your theme's functions.php (at the end…1 month ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
Hi @dlovas1, we released 2.3.4 to fix your issue, please update : )1 month ago
-
Posted a reply to Just Spins!, on the site WordPress.org Forums:
Hi @multimastery, we released 2.3.4 to fix the issue you're getting, please update (and if…1 month ago
-
Posted a reply to Just Spins!, on the site WordPress.org Forums:
Hi @multimastery, I'm sorry for your inconvenience! We are working on the new release of…1 month ago
-
Posted a reply to Upgrading to 1.9.3 causes /* to match incorrectly, on the site WordPress.org Forums:
Hi @lambchopsil, this is caused by the change introduced in 1.9.3, you can see more…1 month ago
-
Posted a reply to Existing Ads.txt file found, on the site WordPress.org Forums:
Hi @baloo20, Look like we have some cache issue here. Which web server are you…1 month ago
-
Wrote a comment on the post Hello Polyglots, I have suggested…, on the site Translate WordPress:
@longnguyen done :)1 month ago
-
Posted a reply to “Existing Ads.txt file found”, on the site WordPress.org Forums:
The easiest way is contacting your hosting provider to get that info if you're not…1 month ago
-
Posted a reply to Problem allowing logged in users, on the site WordPress.org Forums:
Hi @crodrigl, for the current code base, you need to exclude admin screens in your…1 month ago
-
Posted a reply to Problem allowing logged in users, on the site WordPress.org Forums:
Hi @crodrigl, how did you use restricted_site_access_is_restricted filter, can you give me an example. I'm…1 month ago
-
Posted a reply to “Existing Ads.txt file found”, on the site WordPress.org Forums:
Hi @simshomekitchen, can you confirm that there isn't ads.txt file on your public folder (the…2 months ago
-
Posted a reply to redirect to custom front-end registration page, on the site WordPress.org Forums:
Hi @grigione, it's not possible to redirect wp-login.php request with Simple Page Ordering. The plugin…2 months ago
-
Posted a reply to Exclude certain custom post type, on the site WordPress.org Forums:
Hi @dzulfriday, You can use this code to exclude specific post types add_filter( 'simple_page_ordering_is_sortable', function(…2 months ago
-
Posted a reply to Make exception for password recovery link, on the site WordPress.org Forums:
Hi @medard22, You can try var_dump the $wp object (inside the filter callback) to see…2 months ago
-
Wrote a comment on the post PTE Request for Name Directory, on the site Translate WordPress:
@tobifjellner Thanks for the tag! @jeroenpeters1986 done for vi!2 months ago
-
Posted a reply to Access to custom user role, on the site WordPress.org Forums:
Hi @kujain, Thanks for the report, this issue will be fixed in our next release.…2 months ago
-
Posted a reply to Recent Version Interfering with jQuery UI Dialog Box Title Bar, on the site WordPress.org Forums:
@n8dnx I couldn't reproduce your issue. What is the version of jQuery UI Dialog you're…2 months ago
-
Posted a reply to Recent Version Interfering with jQuery UI Dialog Box Title Bar, on the site WordPress.org Forums:
@n8dnx Thank for the reply! I created an issue in our Github repository (which is…2 months ago
-
Posted a reply to Recent Version Interfering with jQuery UI Dialog Box Title Bar, on the site WordPress.org Forums:
Hi @n8dnx, Can you give me the name of the plugin with jQuery UI you…2 months ago
-
Posted a reply to Login not possible after update from an older version (6.2.1), on the site WordPress.org Forums:
Hi @skunz, Are you able to login to the admin area using the default WordPress…2 months ago
-
Posted a reply to multisite issue, on the site WordPress.org Forums:
Hi @doctorproctor, Thanks for the report! I can confirm your issue. I included your issue…2 months ago
-
Posted a reply to Contact form 7 not working, on the site WordPress.org Forums:
Hi @decoupe2psd, to whitelist the CF7 request, you can use restricted_site_access_is_restricted filter to control the…3 months ago
-
Posted a reply to Is there a way to put restrictions on uploads file URLs?, on the site WordPress.org Forums:
Hi, your question has been answered here: https://wordpress.org/support/topic/restrict-attachments/, please take refer to that topic to…3 months ago
-
Posted a reply to Redirecting an Entire Site Also Redirects /wp-admin, on the site WordPress.org Forums:
Hi @jroy1082, in my test, with wildcard redirect (/*), I can still access the admin…3 months ago
-
Posted a reply to Redirect after login, on the site WordPress.org Forums:
@noellesteegs I can reproduce your issue now. I recommend using https://wordpress.org/plugins/peters-login-redirect/ to control the redirect…3 months ago
-
Posted a reply to Redirect after login, on the site WordPress.org Forums:
So you mean that after logging in (with correct credentials), the user gets redirected to…3 months ago
-
Posted a reply to Redirecting an Entire Site Also Redirects /wp-admin, on the site WordPress.org Forums:
You can use regex to exclude wp-admin from your redirect. Can you give me some…3 months ago
-
Posted a reply to Redirect after login, on the site WordPress.org Forums:
Hi @noellesteegs, after logging in, the user will be redirected to the last page he/she…3 months ago
-
Posted a reply to Hide avatar from post title, on the site WordPress.org Forums:
@kevinm8128 The avatar displayed alongside the post title is controlled by your theme, not by…3 months ago
-
Committed [2139238] to Plugins Trac:
Fix author URI9 months ago
Developer
-
Command Palette
Active Installs: 10+
Contributor
-
Autoshare for Twitter
Active Installs: 30+
Support Rep
-
Ads.txt Manager
Active Installs: 80,000+
-
Brightcove Video Connect
Active Installs: 1,000+
-
Eight Day Week Print Workflow
Active Installs: 30+
-
Insert Special Characters
Active Installs: 700+
-
Microsoft Azure Storage for WordPress
Active Installs: 2,000+
-
New Relic Reporting for WordPress
Active Installs: 800+
-
Restricted Site Access
Active Installs: 20,000+
-
Safe Redirect Manager
Active Installs: 50,000+
-
Simple Local Avatars
Active Installs: 80,000+
-
Simple Page Ordering
Active Installs: 200,000+
-
Simple Podcasting
Active Installs: 100+