-
I want to reflect the course start date and end date as fixed.
https://gec-edu.kr/wp-content/uploads/2022/01/cer1.png
https://gec-edu.kr/wp-content/uploads/2022/01/cer2.pngThe current problem is
1. The course start date set in advance is not reflected properly.
2. I would like to insert the course end date
not the date that the student completed the course,
but fixed date set by the administrator(or instructor) in advance.hi
you need to use[certificate_course_field field=]
[certificate_course_field field=”vibe_start_date”]
for start date
and for the course end date it will require custom code
so for that please ping me tomorrowDo I have to put both
[certificate_course_field field=]
[certificate_course_field field=”vibe_start_date”]
of these codes on the certificate form?And could you tell me how to put the course end date?
Currently, I can manually fill in the course start date.
Like this, can you make a tab where I can directly fill in the course end date?no only this one:
[certificate_course_field field="vibe_start_date"]
Thank you!
I applied the start date well.
How about the end date?for end date please ping me here
i will share the code accordinglySorry but I don’t know exactly what you’re talking about.
What does ‘ping me here’ mean?hi
means i am checking for the code
i will update you here by tomorrow with the code
appreciate your patienceThanks, but some changes are needed.
https://gec-edu.kr/wp-content/uploads/2022/01/cert_12.png
1. Fixed end date
I applied the following values in the course settings.[setting]
Start Date: December 20th, 2021
Duration : 30 daysThen the end date is January 20th, 2022.
The end date must be constant regardless of
when the student completes the course.However, the date reflects the date the student completes the course.
The end date must be reflected based on the value initially set by the instructor.
2. Fixed date format
I would like to unify the date format to that of the blue box in the attached photo.hi
to set the end date for the course: http://prntscr.com/raa4a8 in the EDIT COURSE section.the above is this the result of the code provided here:
https://wplms.io/support/knowledge-base/setting-a-course-end-date/
and after that
use this shortcode[certificate_course_field field="vibe_end_date"]
in the certificate
Hello.
I apply it rightly!
I really appriciate to your help.
Thank you very much.Finally, how can I translate
[course end date] & [Date from which course end]?
https://gec-edu.kr/wp-content/uploads/2022/01/translate-1.png-
This reply was modified 4 months ago by
GlobalFutures.
hi
i think you are on v3 and for that try the wplms front end course creation pluginhi
course end date is added by the custom tip right?
as this is added with the custom text so the translation is not available in the plugins/theme
for this we can with the custom code -
This reply was modified 4 months ago by
The topic ‘Course start date & end date shortcode’ is closed to new replies.