"User name" instead of "email address"
- Daniel
- Offline
- Administrator
-
25 Jul 2017 05:37 #4652
by Daniel
Thanks
Daniel
Replied by Daniel on topic "User name" instead of "email address"
I'm glad we could make it work. Can you please do us a favour by leaving a full score review on JED? It would be highly appreciable, here is the link:
extensions.joomla.org/extensions/extensi...tion-a-culture/vquiz
extensions.joomla.org/extensions/extensi...tion-a-culture/vquiz
Thanks
Daniel
Please Log in to join the conversation.
- Federico Dantoni
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
24 Jul 2017 15:11 #4645
by Federico Dantoni
Replied by Federico Dantoni on topic "User name" instead of "email address"
Awesome!
Thank you!
Thank you!
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
24 Jul 2017 12:14 #4644
by Daniel
Thanks
Daniel
Replied by Daniel on topic "User name" instead of "email address"
Hello,
Changing variables in language file won't make any difference. You need to edit the following file for the purpose:
components\com_vquiz\controllers\quizmanager.php line no 539 replace $email with $user->name
Changing variables in language file won't make any difference. You need to edit the following file for the purpose:
components\com_vquiz\controllers\quizmanager.php line no 539 replace $email with $user->name
Thanks
Daniel
Please Log in to join the conversation.
- Federico Dantoni
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
22 Jul 2017 20:08 #4637
by Federico Dantoni
"User name" instead of "email address" was created by Federico Dantoni
I want the Quiz Certificate email
to display the username instead of the email
This is the argument on the language file.
CERTIFICATE_SEND_BODY="<p>Hi %s[,</p><p>Thank you for playing! Quiz isn't indented, and so Use what you've learnt so far to create your own quiz</p><p>Please click on the link below to get details.</p><p>All the best and have a great day</p><p>XXXX |.<br><br></p>"
What should I put in place of (%s) to display the username.
Thank you!
to display the username instead of the email
This is the argument on the language file.
CERTIFICATE_SEND_BODY="<p>Hi %s[,</p><p>Thank you for playing! Quiz isn't indented, and so Use what you've learnt so far to create your own quiz</p><p>Please click on the link below to get details.</p><p>All the best and have a great day</p><p>XXXX |.<br><br></p>"
What should I put in place of (%s) to display the username.
Thank you!
Please Log in to join the conversation.