1jd123
Forum Replies Created
-
https://www.wpallimport.com/documentation/code-snippets/Here is another sample, the first one.
Dear Missveronica,
Here is the documentation: https://www.wpallimport.com/documentation/action-reference/
Best,
Jannis
Hello Missveronica,
thank you so much for getting back to me this quick.
I already asked the plugin team und they mentioned this:add_action( 'pmxi_saved_post', 'my_custom_function', 10, 3 );
Since I am not that experienced in programming php is it correct if my function will look like this, where email is a variable and $template can be replaced by the name of $template like (group1_approved_email):
my_custom_function($email){ UM()->mail()->send( $email, $template, $args ); }
Thank you soooo much in advance for your help. You are awesome
So to be more specific I need the following:
1. I need a hook to send the activation e-mail to a user.
2. I need a way to write a different welcome email to imported users after activation, even though they are in the same role as non-imported users.Hello Missveronica,
I am already using these two functions but these aren’t the issue.
The issue is, that the imported users dont get an activation e-mail after they were imported. So what I need is a hook or like custom code which automatically sent the activation mail after a user was imported. After the user then activated his account, the user should get a mail with his access data including the set password link. The issue here is, that the imported user does have the same role as the frontend user so how can I sent the imported user a different mail as the frontend user?Thanks in advance.
Best,
Jannis
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] User Import – E-MailHey aakash,
thank you so much for this doc. Yes it helped but these are some bad news.
I tried another importing tool before which did not stop um from sending these mails to imported users. Is there any way to do the reactivation or approval via custom code while the users are beeing imported?Dear Aswin,
I have had contact with the WP All Import Support and they mentioned this
https://docs.ultimatemember.com/
1. WP All import allows php custom code for every imported user. Is there any way to grab some UM Hooks to send the activation and welcome mail? This is really important for me.2. When a user does his registration in the frontend of our website he will receive a welcome mail which is specific to frontend registration. Is there any way to send another welcome mail to someone who is imported in the backend? The imported users do need the password reset link.
BEst
Jannis
Hey Nebu,
thanks for your reply but i am using a hidden field which only offers me one setting for date and time which is hh:mm:ssAM/PM there is no option to change this
Hey Nithin,
thank you so much this will work for me. Is there any possibility to change the data format for time to hh:mm and not HH:MM am pm?
Next update went through but still the same issue. This is ridiculous. Waiting 18 seconds to display the user.php is a way to long.
Hello,
this seems to cause the error but i really need to hide these column headers because i dont want the users to see them.
#Hide Rows in Users.php add_filter('manage_users_columns','remove_users_columns',10, 4); function remove_users_columns($column_headers) { $roles = array('administrator'); foreach($roles as $role) { if (!current_user_can($role)) { unset($column_headers['role']); unset($column_headers['posts']); unset($column_headers['E-Mail']); unset($column_headers['registerdate']); unset($column_headers['wfls_last_login']); unset($column_headers['wfls_2fa_status']); unset($column_headers['account_status']); break; } } return $column_headers; }
- This reply was modified 2 years, 8 months ago by 1jd123.
Hello,
As mentioned it worked before and I double checked everything from permissions to settings. It is all set like it should. Also the users can edit and delete other users but only the first one in the list.
This happens only when I set it to email-activation
Yeah sure sorry Nithin.
1. I created it with both elementor and WP editor and when I place it in frontend the css is applied.
2. Checked it and yes in frontend css is fine in backend not.
Hello Patrick,
here you go : https://www.der-steuerzahler.de/test-2
I checked it and it is https. As mentioned this behaviour is new since the update. But if I go back to the old version the issue is still there. And as mentioned when I place it on frontend pages it works like a charm. But not in backend.