Home › Forums › Legacy Support › Support queries › Other issues › Instructor Email Not Showing recipient.name
Tagged: activation email
- This topic has 18 replies, 3 voices, and was last updated 4 years, 4 months ago by Veronica.
-
AuthorPosts
-
June 4, 2020 at 6:05 pm #265889sohohostsParticipantThe Instructor Activation Email (custom) is not showing the name, only shows <span style="color: #555555; font-family: sans-serif; font-size: 20px; font-weight: bold;">Hi {{recipient.name}},</span> Please refer to the image http://prnt.sc/stvdg8June 5, 2020 at 4:52 am #265953VeronicaModeratorhi, please let me know for the issue is it happening for the instructor only? are you using the custom registration form for instructor registration? can you please let me know the template that you have set for the activation for instructor?June 5, 2020 at 9:35 am #266038sohohostsParticipant<p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">is it happening for the instructor only?</p> <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">-- Yes in the student activation email it is not happening, it is only happening in the Instructor Email.</span> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">are you using the custom registration form for instructor registration? -- The Form is Based on the Fields Defined in WP-ADMIN->USERS->Profile Fields http://prnt.sc/su8gtz</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">-- The Form Is Defined in WP-ADMIN-> LMS -> General Settings ->Registeration Forms -> Settings http://prnt.sc/su8kkc</p> -- The Form in in a page with the shortcode [wplms_registration_form name="instructor_registration" field_meta=1] https://prnt.sc/su8nxc <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">can you please let me know the template that you have set for the activation for instructor?</p> The email Template is as in the image https://prnt.sc/su8pyv Appearance -> Emails is http://prnt.sc/su8s5d A filled Form http://prnt.sc/su8v7j The User Profile Before Activation (Pending) When I register an Instructor or a Student I see that in the Name field of the Instructor the word "ARRAY" and nothing in the Student http://prnt.sc/su931u I hope you have all the required information.June 5, 2020 at 7:53 pm #266181sohohostsParticipantI just made a form for the student and it too has the same issue.June 6, 2020 at 12:37 pm #266358Anshuman SahuKeymasterOk please make sure that your users have name profile field filled n thier profile -> edit . Secondly please check wp-admin -> settings ->buddypress -> componenets -> active or not.June 6, 2020 at 8:06 pm #266396sohohostsParticipantOk please make sure that your users have name profile field filled n thier profile -> edit . --- Not clear what you are asking me to do, the user can not access the profile unless he activates his account. This whole issue is with the email that sends the user the ACTIVATION email. This is the first step, you fill the form and then activate the account. Secondly please check wp-admin -> settings ->buddypress -> componenets -> active or not. -- Once agian no idea what you are asking me to check here http://prnt.sc/sv21gnJune 8, 2020 at 12:47 pm #266672VeronicaModeratorthe delay in reply due to support holiday. ok i will check some settings on your site please provide me the site url and admin credentials in private replyJune 9, 2020 at 11:16 am #266911sohohostsParticipantThis reply has been marked as private.June 10, 2020 at 10:12 am #267209VeronicaModeratorhi, please Go to wp-admin->Plugins->Editor->Choose WLMS Customiser Plugin. Edit the wplms-customiser.php file, add this code and save. Refer to this Screenshot: https://prntscr.com/fe50km
add_filter( 'bp_email_use_wp_mail', function() { return false; },99);June 10, 2020 at 12:50 pm #267262sohohostsParticipantHi, This line add_filter( 'bp_email_use_wp_mail', function() { return false; },99); is already in there. https://prnt.sc/sx7luq I think it was given to me for some other issue. Just checked and the issue is still there.June 11, 2020 at 10:23 am #267458VeronicaModeratorhi, it's just that we are using buddypress to send the emails we have not write any code regarding this so we are trying to settle it down with this so try thisadd_filter( 'bp_email_use_wp_mail', function() { return true; },99);
June 11, 2020 at 10:25 am #267460VeronicaModeratorif it's not to work then i need to replicate the same on my local setup so in that case please provide me all the steps one by one to replicate itJune 11, 2020 at 6:29 pm #267596sohohostsParticipantadd_filter( 'bp_email_use_wp_mail', function() { return true; },99); This code was given to me to get the BB Emails to be sent in HTML and it works fine. All other emails are fine. The steps- Go to https://staging.upskillslearning.com
- Scroll to the Bottom
- Click on "Register as an Instructor"
- Fill in the form
- Check your Email
- You will see that name is is not being picked up.
June 12, 2020 at 12:29 pm #267775VeronicaModeratorhi, ok then i wll test the same on my setup and then let you know please remind me if i forgot to do the same!June 22, 2020 at 5:10 am #269719sohohostsParticipantReminder -
AuthorPosts
- The topic ‘Instructor Email Not Showing recipient.name’ is closed to new replies.