Hey, I'm running into a small problem with the email notifications for course comments. When I click on the "View Comment" button in the emails, it's sending me to the wrong place (a 404 error). I think this might just be a course-specific issue because I haven't noticed it with regular posts. Could you please check into this? Thanks!
Additionally, I would be grateful if you could enable the option to embed videos from my own download host in course lessons.
PEYMAN KHALEGHI, you can embed your videos with custom html tag - I am not sure if this is what you are looking for:
<video width="320" height="240" controls>
<source src="https://pathToYourVideoAndFileName.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video src="https://htmlreference.io/assets/HTML%205%20Video.mp4" controls>
</video>
ref: link