Forums
Hi Opigno!
I would like to change the name "Lesson" to be "Module" and also edit the text that says "Lessons allow teachers to assess students and provide slideshows with course content and/or questions.". Could you please advise how this can be achieved?
Many thanks
Scott
Hi Scott,
Hi Scott,
You can change the content type name from lesson to title.
To change that text look inside profiles/opigno_lms/modules/opigno/opigno/modules/simple_ui/opigno_simple_ui.module.
Best regards
great thanks James
An alternative when changing text
- Edit sites/default/settings.php
- Look for String overrides
- Change or enable
Example:$conf['locale_custom_strings_en']['']
-- assuming default English locale$conf['locale_custom_strings_en'][''] = array( "Lessons allow teachers to assess students and provide slideshows with course content and/or questions." => "New text describing the Lessons tool.", "Lessons" => "Modules", );
Do let me know if the above approach is not ideal with Opigno sites. Thanks! References: https://www.drupal.org/node/522036 https://www.opigno.org/es.poHi picodo,
Hi picodo,
You can do it that way as well, not sure if it works well in conjunction with more than one language.
Best regards
Thanks, James!