alan555
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Appointments] not clearing personal data on formForum: Plugins
In reply to: [Import and export users and customers] Not sending emailHave left a review already – thanks
Forum: Plugins
In reply to: [Import and export users and customers] Not sending emailDOH!!!!!
I can’t believe I missed seeing that the box was unticked. I compared the settings with another site but probably been staring at it for too long! It works perfectly now!
Muchisimas Gracias!
Forum: Plugins
In reply to: [Import and export users and customers] Not sending emailDo you mean in the IMPORT TAb of the plugin
Default Role – Admin, editor Author etc?Forum: Plugins
In reply to: [Import and export users and customers] Not sending emailI know – it works with the other sites that use the same plugins and server – driving me crazy trying to find the problem ??
Have you activated all referring to emails?
Not sure exactly what you mean, can you explain please?
- This reply was modified 5 years, 10 months ago by alan555.
Forum: Plugins
In reply to: [Import and export users and customers] Not sending emailUPDATE.
The mail logging plugin crashes the site if WP 5.2.1 is running.
I Have tried Post SMTP Mailer/Email Log plugin. There is nothing in the log to show that the plugin is sending or trying to send mail ??
Forum: Plugins
In reply to: [Import and export users and customers] Not sending emailNormally that would be the problem but not in this case. I have used Mail Bank SMTP on this site and two others. On the others it works perfectly. On this site I can send a test message from the SMTP plugin and it works, but with the import I do not receive any mail. Have sent to different user email addresses and none are received.
Have also tried a different SMTP plugin but no success.
I wil try the mail log plugin to see if I can track it down.
Thanks.
No problem – I understand why you have done it. It’s a great plugin ??
Yes works fine.
Thank you.Unfortunately it did not fix it. The main site backs up just fine with default settings too so I feel it is just something odd on the database side of the site.
I have added a different back up solution for the database in the meantime.
Forum: Plugins
In reply to: [Import and export users and customers] Setting Password length?Many users don’t want to use long passwords but WP creates Pwds up to 20 characters in length for a good reason. I would prefer to use long passwords on a website than fix a hacked website.
Can I use this filter? If so can where do I add the code?
Thanks.
Forum: Plugins
In reply to: [Import and export users and customers] Setting Password length?Forum: Plugins
In reply to: [[Abandoned] PPress] Customise New User link created by WP?Have tried to find the WP default code and found the string in Pluggable.php
/* translators: %s: user login */
$message = sprintf(__(‘Username: %s’), $user->user_login) . “\r\n\r\n”;
$message .= __(‘To set your password, visit the following address:’) . “\r\n\r\n”;
$message .= ‘<‘ . network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user->user_login), ‘login’) . “>\r\n\r\n”;Have changed to
$message .= ‘<‘ . network_site_url(“pp-login.php?action=rp&key=$key&login=” . rawurlencode($user->user_login), ‘login’) . “>\r\n\r\n”;Tried clicking on the generated email link but get a 404
Note: pp-login.php works in the WP-config file and clicking the bottom link on the email goes to the login page.
Have I not done it correctly?
Forum: Fixing WordPress
In reply to: Customising the Auto Generated Login URL for new users?I have read that article but I need to change the actual URL of the login page.
Forum: Plugins
In reply to: [[Abandoned] PPress] Customise New User link created by WP?I have tried the plugin but I do not think it will do what I want
Just to be clear. I want the email that is sent out by WP when a new user is created to have a Special URL that goes to PP – Login
I have tried this with the plugin set up and it is part succesful
Two URL’s are sent out Automatically by WordPress
<https://mysite.com/wp-login.php?action=rp&key=ZTI9XDyE9Cf1dYNvLOw5&login=Username>
https://mysite.com/wp-login.php
Clicking the Top URL goes to the normal WP Screen where a New user is shown a new password and ask to reset their PWD
Clicking the Second URL goes to the PP_Login page set by the plugin.
Hopefully there is a way to also change the top URL to go to PP Login screen?