Support Forum
ok.. this filter should replace that line.. I've read http://codex.wordpress.org/Plugin_API but I've not understood where I have to add the code you have written in the previous message. thanks Mr Papa for your help.
you add the code I gave you, with your modification/completion, to your spFunctions.php file in your sp theme...
Visit Cruise Talk Central and Mr Papa's World
if that string is translated, it should be what it is in the translated language - not English...
Visit Cruise Talk Central and Mr Papa's World
It works!:) Thank you so much.
You posted me this code :
add_filter('sph_subscriptions_notification', 'my_subs_email_filter'); function my_subs_email_filter($msg) { $msg = str_replace('your string', '', $msg); return $msg; } I've added this, but if I want to replace the line I wanted to delete with another, where do I have to add it ?? In which part of the code you suggested me ??? Thank you for your help
in the same str_replace line... you will see the 2nd argument is ''... just change it to 'my new string'...
Visit Cruise Talk Central and Mr Papa's World
It works Thank you very much This problem has been solved.. The other was that all messages users receive from the forum have has sender "Wordpress" and not the name of my website. I' am reffering also to messages that inform users of a new PM or new posts. If I receive an email from this forum the sender is simple:press support and not wordpress.. what could I do ??? Thank you for your help
that is how wp send emails... there are smtp plugins out there that let you set who you want the emails to be from... for sp emails, you can go to forum - options - email settings and configure it too.. but that wont affect normal wp emails like registration... they will still use the wp default stuff...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)