Page 1 of 1

Course Catalog Modification.

Posted: Thu Oct 21, 2021 1:57 pm
by dunk
Hello dear Formaliana community.

I am developing a new condition, to prevent users from having more than two courses taken, I wanted to know if you can mention the .php files to see directly in the course catalog which I show below.

The buttons marked with orange are the ones that I need to block through a condition and consult the DB.

Thank you very much for your time and dedication, a very nice platform that you have managed to develop.

Re: Course Catalog Modification.

Posted: Thu Oct 21, 2021 2:47 pm
by alfa24
Hi,
the MVC for that page is:

Model: /appLms/models/CatalogLms.php
Controller: /appLms/controllers/CatalogLmsController.php
View: /appLms/views/catalog/courselist.php

Re: Course Catalog Modification.

Posted: Thu Oct 21, 2021 3:12 pm
by dunk
Perfect, thanks...