thommedia
Forum Replies Created
-
Ok, I moved now the specialized we_new_user_notification function into your override.php and removed the standard one in there, to make the speciazlied one work form WP directory. If you have another idea how to do it do get it work in both ways, feel free to mentioned it. 🙂
Another important point is, could you add a notification which fires when a directory status changes form private to public or public to private? Because at the moment I only can send the author a notification, when I change something in the text or so – but not when I only change the status. But that’s actually what I want.
Cheers,
JonasWhen I remove the whole function in wp directory theme (fucntions_profile.php) including the if statement at the beginnig, checking if this function exists, WP send a standard email with the password link instead of the random password from directory-theme. but when I activate then your theme again, it still doesn’t trigger the function…
They use in functions_profile.php the following method:
wp_new_user_notification(esc_sql($status), $random_password);
function wp_new_user_notification($user_id, $plaintext_pass = ”){…};
So this method is defined in your plugin and in their theme. Might this leads to the conflict I have, that no user email is sent any more at all, as soon your plugin is active?
Ok, I did another check. When I register as a new user over backend wp login page, it works perfectly fine with your notification email. But if I try with registration over the front end wp directory and chimpgroup Directory-theme, it doesn’t work at all. So they are using another function to register a user?
Cheers,
JonasI seems like the same issue I’ve got. The newly registred user via front end with the WP Directory plugin is showing up in the users list in backend. But no email has been sent to the user.
I read something about, that WP changed from a password in email to a link instead. Might that be a hint?
Cheers,
JonasHi Jack,
It must be the WP Directory plugin. There the user can sign up from the front ends view. I receive as a admin an email due to the registration. But as a user I do not get an email. If your plugin is activated it doesn’t send a registration email to the user anymore. If it’s deactivated, it’s working again.
Haven’t find out, where WP directory plugin is manipulating e-mails. And where they said it is, I cannot find the actual message I get.
Best regards,
JonasHi there,
I’ve got the same problem. User Registration – For User doesn’t come through. Log says it is not even sent.
Welcome Email works, but there I do not see password or password url.
Cheers,
Jonas