Ciao, non nativamente.
Andrebbe implementato.
Search found 2310 matches
- Mon Mar 16, 2026 4:08 pm
- Forum: Amministrazione
- Topic: Notifica test
- Replies: 1
- Views: 18
- Thu Mar 05, 2026 4:12 pm
- Forum: Amministrazione
- Topic: Modifica struttura nome Report
- Replies: 2
- Views: 169
Re: Modifica struttura nome Report
/appLms/admin/modules/report/report.php
$export_filename = 'report_' . $filter_name . '_' . date('d_m_Y');
$export_filename = 'report_' . $filter_name . '_' . date('d_m_Y');
- Sun Feb 22, 2026 12:46 pm
- Forum: Installazione e Configurazione
- Topic: Modifica sottodominio installazione FORMA 4.0.11
- Replies: 1
- Views: 178
Re: Modifica sottodominio installazione FORMA 4.0.11
Devi modificare anche il parametro url in core_setting
Se hai inserito risorse con URL assoluta (nei certificati, nei documenti ecc.) non funzioneranno. In questo caso o li sostituisci da db, oppure fai un redirect permanente 301 da htaccess.
Se hai inserito risorse con URL assoluta (nei certificati, nei documenti ecc.) non funzioneranno. In questo caso o li sostituisci da db, oppure fai un redirect permanente 301 da htaccess.
- Mon Feb 16, 2026 2:27 pm
- Forum: Amministrazione
- Topic: Registro Utenti Eliminati
- Replies: 3
- Views: 8342
Re: Registro Utenti Eliminati
Solo da DB credo.
- Fri Jan 16, 2026 4:38 pm
- Forum: Gestione Didattica e Frontend
- Topic: files .pdf
- Replies: 2
- Views: 4106
Re: files .pdf
Non senza implementazione.
- Sat Jan 10, 2026 12:16 pm
- Forum: Installation and configuration
- Topic: PHP 8.1 went End of Life few days ago
- Replies: 2
- Views: 3922
Re: PHP 8.1 went End of Life few days ago
Hi, you can install old versions of PHP, if you are able.
Or, you can fork the LMS, and migrate to wanted PHP version on your own.
If you Need help with any of these operations, you can contact me.
Or, you can fork the LMS, and migrate to wanted PHP version on your own.
If you Need help with any of these operations, you can contact me.
- Tue Jan 06, 2026 10:51 am
- Forum: Administration Management
- Topic: How to delete the login message?
- Replies: 1
- Views: 2177
Re: How to delete the login message?
You can edit _INTRO_STD_TEXT_TITLE and _INTRO_STD_TEXT language keys.
- Tue Jan 06, 2026 7:47 am
- Forum: Administration Management
- Topic: How to change the time zone?
- Replies: 2
- Views: 609
Re: How to change the time zone?
In your config.php file set:
Where xxx is your wanted tz.
Code: Select all
$cfg['timezone'] = 'xxx';
$cfg['set_mysql_tz'] = 'true';
- Mon Jan 05, 2026 2:53 pm
- Forum: Installazione e Configurazione
- Topic: Errore all'installazione
- Replies: 3
- Views: 7087
Re: Errore all'installazione
Ovvio che ti dà errori.
Portala a 8.1
Portala a 8.1
- Mon Jan 05, 2026 10:04 am
- Forum: Installazione e Configurazione
- Topic: Errore all'installazione
- Replies: 3
- Views: 7087
Re: Errore all'installazione
Che versione di PHP stai tentando di usare?
