Search found 1151 matches
- Mon Feb 08, 2021 12:13 pm
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
Thank you would have been enough.
- Mon Feb 08, 2021 9:41 am
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
This could be a solution: public function setDateFinished($id_date, $id_user) { list($last_datetime) = sql_fetch_row(sql_query("SELECT MAX(date_end) AS date_end " ." FROM ".$this->day_date_table." WHERE id_date = ".$id_date ." GROUP BY id_date")); list($id_course) = sql_fetch_row(sql_query("SELECT i...
- Sat Feb 06, 2021 7:49 pm
- Forum: Installation and configuration
- Topic: Structure Documentation
- Replies: 3
- Views: 293
Re: Structure Documentation
Forma LMS comes from the ashes of Docebo open source, that came from an Italian project called SPAGHETTI Learning. Why Spaghetti Learning? Spaghetti code is a pejorative phrase for unstructured and difficult-to-maintain source code. Spaghetti code can be caused by several factors, such as volatile p...
- Fri Feb 05, 2021 12:46 pm
- Forum: Gestione Didattica e Frontend
- Topic: Come aggiungere contenuti in una tab da "Area utente nell'LMS"?"
- Replies: 8
- Views: 642
Re: Come aggiungere contenuti in una tab da "Area utente nell'LMS"?"
Per l'help desk, su Forma2 il file da modificare è /templates/standard/layout/appLms/helpdesk_modal.html.twig
Ovviamente in base a quello che vuoi aggiungere potresti dover modificare il controller del modulo Template.
Ovviamente in base a quello che vuoi aggiungere potresti dover modificare il controller del modulo Template.
- Wed Feb 03, 2021 12:24 pm
- Forum: Amministrazione
- Topic: Password Certificati
- Replies: 2
- Views: 453
Re: Password Certificati
Guarda nel config.php.
- Tue Feb 02, 2021 7:41 pm
- Forum: Installazione e Configurazione
- Topic: Campo EMAIL non si aggiorna in maniera massiva
- Replies: 3
- Views: 387
Re: Campo EMAIL non si aggiorna in maniera massiva
Puoi lanciare l'update direttamente sul db. Per modificare l'utente con username pippo, il comando è: UPDATE core_user SET email 'xxx' WHERE userid = "/pippo" Notare lo slash davanti a pippo. Ovviamente sostituisci xxx con l'indirizzo email. Utilizzando un semplice concatena (ad esempio in excel) pu...
- Mon Feb 01, 2021 5:50 pm
- Forum: Amministrazione
- Topic: My file browser
- Replies: 4
- Views: 325
Re: My file browser
Mandami in privato un accesso e gli step per replicare.
- Sun Jan 31, 2021 11:57 am
- Forum: Plugins & patches
- Topic: Online Chat Integration
- Replies: 2
- Views: 496
Re: Online Chat Integration
Forma comes with two modules for this: instant messenger and chat. If they're not suitable for your needs and you would like to integrate some third parties solution, I would suggest tawk.
- Fri Jan 29, 2021 2:41 pm
- Forum: Installazione e Configurazione
- Topic: Tema grafico
- Replies: 7
- Views: 551
- Fri Jan 29, 2021 12:32 pm
- Forum: Amministrazione
- Topic: My file browser
- Replies: 4
- Views: 325
Re: My file browser
Apri la developer console, nella network dovresti avere l'URL che da' il 404. Postala insieme al referrer (URL relative ovviamente) e vediamo.