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.
Course Catalog Modification.
Re: Course Catalog Modification.
Hi,
the MVC for that page is:
Model: /appLms/models/CatalogLms.php
Controller: /appLms/controllers/CatalogLmsController.php
View: /appLms/views/catalog/courselist.php
the MVC for that page is:
Model: /appLms/models/CatalogLms.php
Controller: /appLms/controllers/CatalogLmsController.php
View: /appLms/views/catalog/courselist.php
Per supporto GRATUITO contattatemi in privato qui
Re: Course Catalog Modification.
Perfect, thanks...