stokim
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Add action filter into wp_insert_user and wp_update_user@otto42 Thank you so much for your reply.
You’re right, I agree with you that it would be better to enforce a rule at the point of data collected.
However, if we run Buddypress with a theme, they add and edit member’s password, display name, and email address separately. If we enforce strong password, limited display name, and limited email domain on register and settings, we have to add rules separately on theme’s function and plugin’s function.
If WordPress has an action filter at the first of line,
do_action('wp_pre_insert_user', $data);
We can just add rules with WP_Error class once.
Like above, wp_update_user,
do_action('wp_pre_update_user', $data);
In terms of consistency, we don’t need to consider the way of theme and plugins.
Thank you for your consideration again and have a wonderful day ??P.S. Thank you for letting me know the concept of filters. That sort of tips helps a lot for me ??
Best regards,
JenNo, there’s no issue with SMTP. Your plugin works great.
I just have curious of reason why default wordpress WP_MAIL() is not working ??@yehudah Thank you for your reply.
PHPMAILER is not working for me. Weird. I was searching the way to make it work.Forum: Plugins
In reply to: [EWWW Image Optimizer] Compatible with S3@nosilver4u Thank you so much for your suggestion.
In case of that plugin, only media files are uploaded. For humanmade S3, it uploads all folders under uploads folder, so I liked this way because of Buddypress avatars.
However, there’re some problems on this way, so I’m creating my own S3 plugin to support Buddypress and media files both. Thanks for your suggestion though ??Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Block users by dateHi ??
Thank you for your answer.
I had added user role ‘block-user’ and ‘closed account’ before and it can be used as a filter. For example it is easy to see how many members are closed and blocked with filter. I know I can change a role on the same page as you said, but to be compatible with the way before, I hope you add an option to change a role automatically after block.//After blocked $user = new WP_User; $user_role_after_block = //get_option from setting $user->set_role( $user_role_after_block );
Thank you:)
Forum: Plugins
In reply to: [EWWW Image Optimizer] Compatible with S3@nosilver4u Thank you so much for your quick response.
AWESOME ?? Actually, I deactivated that S3 plugin due to some problems and creating S3 plugin on my end now.
Hopes to use ewww as usual.
Thank you so much and have a great day!- This reply was modified 4 years, 11 months ago by stokim.
Hi @gioni thank you for your reply!! ??
I’ve tested S3 two days ago, and there were a lot of PUT request on S3 even the service has not been launched. I enabled logs and found that cerber’s cache folder(.htaccess file) under uploads on the log: https://imgur.com/a/Fp9BhTs
Could you let me what the role of this folder under wp-content/Uploads? I would like to know what the problem is.
Thank you for your help again. Have a nice day! ??Sincerely,
JenForum: Plugins
In reply to: [wpForo Forum] I have a suggestion@gvectors-team I see Thanks for your detailed answer. At least I hope you hook on this action, do_action( ‘delete_user’, $id, $reassign ); to delete user information from DB clearly.
It does make sense not to store any information of closed account.
Thank you.Forum: Plugins
In reply to: [wpForo Forum] I have a suggestionPlease let me know what option do you mean?
I mean this option on backend : Turn WordPress to wpForo
This option will disable WordPress on front-end. Only forum pages and excluded post/pages will be available. wpForo will look like as a stand-alone forum.The one I would like to suggest is that please create a profile DB for admins who needs Wpforo as their separate member ranking and other features. I just hope you make it simple structure using $wpdb->users and usermeta table. $wpdb->wpforo_profiles and _wpf_member_obj, two are definitely useless for users who want Wpforo as a simple forum. Then there’s no reason to sync user profiles with native WordPress user table.
To sum up, please give an option to use native $wpdb->users rather than using $wpdb->wpforo_profiles and _wpf_member_obj.
Thank you.Best regards,
JenThank you for your reply, however, it does not working. I tried that, but it’s same as before.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] HelloI’m not using WordPress default registration page, and even in that case, users should select that while sign-up. I’m not talking about that.
- This reply was modified 5 years, 10 months ago by stokim.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] HelloI’m not talking about that this is a mailpoet issue.
I wonder there’s an option to disable sending default welcome email or the way to disable default welcome email.Agree. The counter should be reset after successful login!
Forum: Plugins
In reply to: [Comments - wpDiscuz] I have a question.I know that threaded style, however it’s a bit different from modern style forum like reddit.
In addition, it is good for UX to give uniformity to users.
It would be great if Wpiscuz is inserted into Wpforo’s reply comment.
Thank you.Forum: Plugins
In reply to: [Nextend Social Login and Register] Presale questionThank you for your reply.
2. I meant while edit their email address via Nextend registration. not wordpress feature.
I know this feature is pro feature, but if users can edit their email address while registration without verification process, it does not make sense.Best regards,
Jen