Skip to content

Instantly share code, notes, and snippets.

@jmontoyaa
Last active March 7, 2019 12:15
Show Gist options
  • Save jmontoyaa/bc96a0273eaca05444dbdd9ddae927e3 to your computer and use it in GitHub Desktop.
Save jmontoyaa/bc96a0273eaca05444dbdd9ddae927e3 to your computer and use it in GitHub Desktop.
<?php
$_configuration['hide_chat_video'] = true;
$_configuration['allow_social_map_fields'] = ['fields' => ['terms_villedustage', 'terms_ville']];
$_configuration['community_managers_user_list'] = ['users' => [105]];
$_configuration['profile_fields_visibility'] = [
'options' => [
'vcard' => false,
'firstname' => true,
'lastname' => true,
'photo' => true,
'email' => true,
'language' => true,
'chat' => true,
'terms_ville' => true, // extra field value
'terms_datedenaissance' => true,
'terms_paysresidence' => true,
'filiere_user' => true,
'terms_villedustage' => true,
'hobbies' => true,
'langue_cible' => true,
]
];
$_configuration['required_extra_fields_in_inscription'] = [
'options' => [
'terms_adresse',
'terms_codepostal',
'terms_ville',
'terms_paysresidence',
'terms_datedenaissance',
'terms_genre',
'filiere_user',
'terms_formation_niveau',
],
];
$_configuration['allow_forum_post_revisions'] = true;
// global forum in social network BT#15309
// $_configuration['global_forums_course_id'] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment