diff --git a/deic_setup_notes.md b/deic_setup_notes.md index fed22006..e6ec9794 100644 --- a/deic_setup_notes.md +++ b/deic_setup_notes.md @@ -73,3 +73,8 @@ Can be set through the SAML Configurations tab: 3. **Group Role Mapping**: Maps the role returned by SAML (as set in the SAML Configuration tab) with the role in groups that user will be added 4. **Group mapping**: This creates groups associated with this IDP. Group ids as they come from SAML, associated with MediaCMS groups 5. **Category Mapping**: This maps a group id (from SAML response) with a category in MediaCMS + + +## More options +USER_SEARCH_FIELD = "name_username_email" +ALLOW_MEDIA_REPLACEMENT = True diff --git a/lms-plugins/mediacms-moodle/filter/mediacms/lang/en/filter_mediacms.php b/lms-plugins/mediacms-moodle/filter/mediacms/lang/en/filter_mediacms.php index 46895c7d..9d41158c 100644 --- a/lms-plugins/mediacms-moodle/filter/mediacms/lang/en/filter_mediacms.php +++ b/lms-plugins/mediacms-moodle/filter/mediacms/lang/en/filter_mediacms.php @@ -18,12 +18,7 @@ $string['enableautoconvert'] = 'Auto-convert URLs'; $string['enableautoconvert_desc'] = 'Automatically convert MediaCMS URLs (e.g., /view?m=xyz) in text to embedded players.'; $string['privacy:metadata'] = 'The MediaCMS filter does not store any personal data.'; -// My Media page. $string['mymedia'] = 'My Media'; -$string['mymedia_placement'] = 'My Media link placement'; -$string['mymedia_placement_desc'] = 'Where to display the My Media link in the Moodle interface.'; -$string['mymedia_placement_top'] = 'Top navigation'; -$string['mymedia_placement_user'] = 'User navigation'; $string['notconfigured'] = 'MediaCMS is not fully configured. Please set the MediaCMS URL and LTI Tool in Site Administration → Plugins → Filters → MediaCMS.'; $string['ltitoolnotfound'] = 'The configured LTI tool could not be found. Please check the MediaCMS filter settings.'; $string['cannotcreatedummyactivity'] = 'Could not create the MediaCMS launcher activity. Please check course permissions.';