Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

auto emailing results to email in system
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: auto emailing results to email in system

auto emailing results to email in system 1 year, 8 months ago #12727

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
When auto emailing results to email in system, it goes to the Super Admin. Can I direct this to a different recipient, like the Admin?

Re:auto emailing results to email in system 1 year, 8 months ago #12744

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
www.joomplace.com/forum/joomla-component...lts-joomla-quiz.html

I guess if this still is the case, where in the database can I change the author of the quiz?
Last Edit: 1 year, 8 months ago by Helen.

Re:auto emailing results to email in system 1 year, 8 months ago #12745

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
I think I found it

jos_fquiz_t_quiz > c_user_id >

then I changed the ID to the desired recipient.

Would be nice if there was another way to do this for future quizes.

Is there?

Re:auto emailing results to email in system 1 year, 8 months ago #12746

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
oops, that change doesn't "stick." It reverts back...

Re:auto emailing results to email in system 1 year, 8 months ago #12768

  • Ann
  • OFFLINE
  • Moderator
  • Posts: 2601
  • Karma: 29
Hi,
in the file quiz/common/classes/model/Exam.class.php on line 182 you should be able to find the function called Email, it sends the email for the quiz.

It's got the line: return mosMail($adminEmail2, $adminName2, $email, $subject, $message);

If you add the following line in front of it:
$email = 'email@email.tst';

then email will be sent to email@email.tst
JoomPlace.com, JoomlaLMS.com
Tech. Support

Re:auto emailing results to email in system 1 year, 8 months ago #12770

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
Thanks, I'll give it a try!

Re:auto emailing results to email in system 1 year, 8 months ago #12771

  • Helen
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
It works! Thanks Ann.
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.53 seconds