Teacher Email Template Broken
-
The Teacher Email Template wasn’t being parsed through the ssquiz_tag_replace function properly. I’m posting this in hopes the developer will fix it, or at least it will help someone else looking for the solution.
If you open client-quiz.php and look for line 358 you should see a line that looks like:
ssquiz_tag_replace($settings->teacher_email_address, $info, ‘teacher_email’);
Change this to:
ssquiz_tag_replace($settings->teacher_email_template, $info, ‘teacher_email’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Teacher Email Template Broken’ is closed to new replies.