Replies: 2 comments
-
|
You should define a sub-language. Your main/lang/ directory has to be writeable by the web server so it can save the terms for the sub-language in a new sub-directory of main/lang/ |
Beta Was this translation helpful? Give feedback.
-
|
The Official Code field is NOT mandatory by default in Chamilo, but it depends on your configuration. To hide it properly, you must first go to Administration → Configuration → Profile, find the "Official Code" field, and change it from Mandatory to Optional or Not visible, then save the changes. After that, you can hide it with CSS /html/web/css/themes/chamilo/default.css Another more professional solution is to generate an automatic code that auto-populates the official_code field without displaying it in the form (for this, official_code must be set to mandatory or optional). Create the file -> /html/web/js/custom.js then include it in the template -> /html/main/template/default/layout/head.tpl Before /head, add:
clear cache Greetings! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On the new user registration page, how do I change the name of the "Official Code" field to something else?
Beta Was this translation helpful? Give feedback.
All reactions