• 1 – The file tutor/assets/js/tutor-front.min.js is giving an error in the browser console, on any page of the site, except when you are inside a lesson, quiz or assignment.
    https://drive.google.com/file/d/15UamsNwEUw0AaJyIYONU7mqjeUrb9eu-/view?usp=sharing

    2 – I was getting an error when trying to make a comment inside a lesson, after some research I found the problem.
    In the template tutor/templates/single/lesson/comment.php line 26 and 101 call get_home_url(); to get to /wp-comments-post.php and that’s fine, but in cases like mine where HomeURL and SiteURL are not the same of course it gives an error. My advice is to change get_home_url() to get_site_url() as wp-comments-post.php will always, always, always be there, but not always in HomeURL. And this is not invented by me, wordpress gives the option to put those two different urls in its own general configuration.

    3 – Being able to approve or not the enrolment of a student to a free course
    https://www.ads-software.com/support/topic/being-able-to-approve-or-not-the-registration-of-a-student-to-a-course/

    4 – They should create an option where the administrator can define if the website will give paid or free courses. Supposedly there is one, but withdrawal methods, earnings cards, analytics with earnings, withdrawals, etc continue to appear on the dashboard… Withdrawal requests in the backend and etc etc etc… The idea is that absolutely none of this will appear if you use Tutor LMS to offer free courses, for example in a school as part of their study program. Or in a company that trains its new employees.

    Greetings and keep growing!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbulies

    (@jbulies)

    I had forgotten something very important.

    5 – The translations, hundreds of them are missing… Most of the texts in the js files are not translated, days of the week, weeks, months, years, popup messages and a lot of other content. This makes any website look low quality.

    Dear @jbulies

    Thank you very much for your suggestions. I will share your suggestions with our team.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some suggestions for future updates’ is closed to new replies.