Using Moodle 2.8.7
We want to have a course in 4 languages using multilang, but activity titles have a 255 character limit. Is there some kind of workaround around this?
Thanks in advance
Using Moodle 2.8.7
We want to have a course in 4 languages using multilang, but activity titles have a 255 character limit. Is there some kind of workaround around this?
Thanks in advance
No, there is not an easy way. This limitation is buried quite deep in the database scheme.
Possible solution could be to have a custom filter implemented that would display localised titles based on a keyword. So the course name would be something like {COURSE_01_NAME}
(or whatever your own syntax like that) and in the filter settings, there would be a list of translations of such a keyword. Suboptimal but it could work.