• Resolved dreamliner340

    (@dreamliner340)


    Hi,

    I’m facing this issue:

    I’ve created several courses with the main account of WordPress (“Dev Account”), and then I set up the author (myself, “Richard”). But when I go to the Course Preview, I see that says “A course by:”

    And then both accounts appear there, the main account and the author one. And I would like to see only the author, Richard. I don’t have the Pro version either I’ve already tried to update several times and nothing happened. Any suggestion with this? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @dreamliner340 ,

    Thank you for reaching out. In the free version of Tutor LMS, the multi-instructor display on the course preview cannot be removed, as this is a feature available only in Tutor LMS Pro.

    Thank you.

    Hi,

    I was also having trouble with the Tutor LMS free version 3.9.5. I wanted to change the course author, and after selecting a new author and saving, it would list both old and new users on the course page. I could not see any way of fixing this from the UI. I managed to fix it from the database though. To show all the authors for the course, you can run the following query:
    SELECT * FROM wp_usermeta WHERE meta_key LIKE '_tutor_instructor_course_id' AND meta_value LIKE <your_course_id>;

    This will list all the authors for a course. The user_id column would be the post author ID. You can then remove all entries but one.

    Hope this helps!

    Hey @mariamozgunova ,

    Thank you for sharing your solution. We hope this will be helpful for other users facing the same issue.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.