sandeepraon
Forum Replies Created
-
hi , thanks for such a wonderful plugin, im no expert in php but needed this below functionality at the earliest. canyou please help in having the plugin with the updated
can you please fix the below in ver 0.5
STILL an ISSUE:
1) admin email when enabled not sending emails to admins . can you please take some time to look into it.
2) need an additional attribute of phone number along with name and email to be submitted from the registration page.
3)Ability to add more elements in the page like phone number, time to contact, facebookid, etc etc. on the registration page,
4) Send an automatic welcome to course reply to the registered user.Could you please try to find some time to resolve the ones above would be greately appreciated.
Solution:
Three parameters are missing , so adding them to resolve the issue to match the parameters needed on line 184FIX:
Try replacing the
line on line numbers: 359,461,711 on the file: coursemanagement.php
Old line:
cm_update_course( $course->courseID, $course->courseName,$course->courseDay,$course->courseStartTime, $course->courseEndTime, $course->coursePrice, $course->coursePlaces, $freeplaces, $course->courseVisible );New Line:
cm_update_course( $course->courseID, $course->courseName,$course->courseDesc,$course->courseDay,$course->courseStartDate,$course->courseEndDate,$course->courseStartTime, $course->courseEndTime, $course->coursePrice, $course->coursePlaces, $freeplaces, $course->courseVisible );