stonecoldcnc
Member
Posted 3 months ago #
Hi Sean
emails send from Contact Form 7 contain my own email return address instead the one visitors typing in.
This must be a variables name conflict with 'Contact Form 7 which I temporarily fixed by renaming all occurrences of "_email" to "_email_address" in sb_welcome_email_editor.php.
http://wordpress.org/extend/plugins/welcome-email-editor/
Sean Barton
Member
Posted 3 months ago #
Hi there, not entirely sure what you mean to be honest although I would like to hear more. All of my functions are prefixed as are my variables. I can see why perhaps emails sent by CF7 might be coming with your name at the top instead of theirs. In the next version I have lowered the priority of the function that does that as well as making the entire setting optional. Hopefully this will help.
thanks
Sean
Yes, there is a conflict. WP admin in 3.3 produces a message there is a conflict with one of your plugins. Deactivate plugins until this message does not appear.
Sean Barton
Member
Posted 3 months ago #
Hi Mopsy,
Is this my most recent version. Have you tried prefixing - to the plugin folder name and then reactivating which should sort it.
ta
S
Sean I've got the latest version 2.9 and prefixed the folder name and I still get:
SB Welcome Email Editor can not function because another plugin is conflicting. Please disable other plugins until this message disappears to fix the problem.
Sean Barton
Member
Posted 3 months ago #
Hi Mopsy, I had the error and then I changed the name of welcome-email-editor to -welcome-email-editor and it goes away for me. Are you sure you didn't prefix the php file or contact form 7 instead? Sorry to ask but I need to make sure.
S
Sean I've added 'wp-' before the folder name and nothing changes. I get the same message. If I add just '-' before the folder name WP does not recognize the directory at all. It says it can't be found. I'm on a Mac if that makes any difference.
Sean Barton
Member
Posted 3 months ago #
Not sure why it would do that. The first letter of the directory name needs to be lower in the alphabet than C (ie contact form 7). For example awelcome-email-editor would do it.
ta
S
thedeeper
Member
Posted 1 week ago #
It fixed it for me, SB!
I went to FTP, went to plugin folder...
change the folder name "welcome-email-editor" to "-welcome-email-editor"
without the quotations.
Then activate the plugin. the error warning goes away.
Thanks!