thelibertywolf
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Mail action to current author of postPerfect, it works.
I confirm that the problem is with Layer 8 🙂
I move on to the next problem in a new topic.Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Mail action to current author of postHello; Thanks for your quick response, it’s really nice to have such great support.
I just tried
{form:my_author_email}in the Content, sent to a real address. and the email is displayed in the Content.
Then I tried the filter method, and when I opened the function.php I realized that I had left a filter :add_filter('acfe/form/submit/email_args/form=sga-traitement', 'my_form_email_args', 10, 4); function my_form_email_args($args, $form, $action){ $args['to'] = get_the_author_meta('user_email'); }So I cleared this filter to focus on the previous method and it works :
Screenshot : https://me.franceracing.fr/wp-content/uploads/2021/02/Capture-de%CC%81cran-2021-02-05-a%CC%80-22.14.36.jpg
Full Code : https://code.empreintesduweb.com/14549.htmlForum: Plugins
In reply to: [Advanced Custom Fields: Extended] Mail action to current author of postHello. Thank you for your reply.
I tried the solutions you submitted but it doesn’t work. On the other hand, the sending of mail works with a real e-mail. Could this be because the form is in a while loop? But knowing that tags work very well in Content
Screenshot : https://me.franceracing.fr/wp-content/uploads/2021/02/Capture-décran-2021-02-05-à-21.51.42.jpg
Full code : https://code.empreintesduweb.com/14548.html- This reply was modified 5 years, 4 months ago by thelibertywolf.
Forum: Plugins
In reply to: [User Role Editor] Can’t change user or role capabilities4.58.1
Bug persisted for me too. I will be using existing permissions in the meantime. Courage to the developer