Skip to content
#

lms

Here are 506 public repositories matching this topic...

tutor
regisb
regisb commented Jan 19, 2022

Bug description

After account registration, the "Account activation" email includes incorrect links to example.com. See orange boxes here:

Account activation

How to reproduce

  1. Launch a production platform
  2. Create an account
  3. Check the "Sign in" and the logo links i
bug good first issue
pupilfirst
pravi
pravi commented Oct 16, 2021

Is your feature request related to a problem? Please describe.
We can't send emails without using postmark service

Describe the solution you'd like
Allow using local sendmail command to send emails

Describe alternatives you've considered
Allowing to use an smtp server directly would be another option

Additional context
Action Mailer already supports these methods, so w

enhancement good first issue
dangcosta
dangcosta commented Mar 22, 2022

Checklist

General

  • I tested all changes and their related features with all corresponding user types on a test server.
  • This is a small issue that I tested locally and was confirmed by another developer on a test server.
  • Language: I followed the [guidelines for inclusive, diversity-sensitive, and appreciative language](https://docs.artemis.ase.in.tum.de/dev/g
good first issue ready for review server small

NO LONGER USER LEVEL SUPPORTED. CONTRIBUTING DEVELOPERS INTERESTED IN MAINTAINING ATUTOR, SHOULD REQUEST COLLABORATOR ACCESS. : ATutor is an Open Source Web-based Learning Management System (LMS) used to develop and deliver online courses. Administrators can install or update ATutor in minutes, develop custom themes to give ATutor a new look, and easily extend its functionality with feature modules. Educators can quickly assemble, package, and redistribute standardized Web-based instructional content, easily import prepackaged content, and conduct their courses online. Students learn in an accessible, adaptive, social learning environment.

  • Updated Sep 9, 2019
  • PHP
thomasplevy
thomasplevy commented Feb 9, 2022

Maybe we can take this occasion to add a the documentation to this filter?

Originally posted by @eri-trabiccolo in gocodebox/lifterlms#1946 (comment)

Document the llms_new_{$this->model_post_type} filter in LLMS_Post_Model::create().

help wanted good first issue hacktoberfest Type: Documentation
hosungsmsft
hosungsmsft commented May 25, 2018

The most recent full CI build (at the time of this writing) failed due to connection refused, but it was just transient (manually browsed the site and confirmed it worked). We should add some retries to the full CI's smoke test code so that these transient failures wouldn't cause full CI failures. Relevant code is [here](https://github.com/Azu

good first issue Priority 2 (maybe one day)
yammesicka
yammesicka commented Oct 30, 2021

This will allow to link tags like #class_a to a students.
Later we will be able to filter users using these tags.

For now, let's allow only the moderators to view the tags (not even the user himself).
This will allow the moderator to create private tags such as #fast_student or #needs_more_attention

Enhancement good first issue Frontend Backend

Improve this page

Add a description, image, and links to the lms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lms topic, visit your repo's landing page and select "manage topics."

Learn more