Tracking
Tracking-related defaults — what is recorded, what reports are exposed, time computation rules.
Access these settings under Administration > Configuration settings > Tracking. This category contains 10 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
Settings
block_my_progress_page
block_my_progress_pagePrevent access to 'My progress'
In specific implementations like online exams, you might want to prevent user access to the 'My progress' page.
Default: false
footer_extra_content
footer_extra_contentExtra content in footer
You can add HTML code like meta tags
header_extra_content
header_extra_contentExtra content in header
You can add HTML code like meta tags
meta_description
meta_descriptionMeta description
This will show an OpenGraph Description meta (og:description) in your site's headers
meta_image_path
meta_image_pathMeta image path
This Meta Image path is the path to a file inside your Chamilo directory (e.g. home/image.png) that should show in a Twitter card or a OpenGraph card when showing a link to your LMS. Twitter recommends an image of 120 x 120 pixels, which might sometimes be cropped to 120x90.
meta_title
meta_titleOpenGraph meta title
This will show an OpenGraph Title meta (og:title) in your site's headers
meta_twitter_creator
meta_twitter_creatorTwitter Creator account
The Twitter Creator is a Twitter account (e.g. @ywarnier) that represents the person that created the site. This field is optional.
meta_twitter_site
meta_twitter_siteTwitter Site account
The Twitter site is a Twitter account (e.g. @chamilo_news) that is related to your site. It is usually a more temporary account than the Twitter creator account, or represents an entity (instead of a person). This field is required if you want the Twitter card meta fields to show.
my_progress_course_tools_order
my_progress_course_tools_orderOrder of tools on 'My progress' page
Change the order of tools shown on the 'My progress' page for learners. Options include 'quizzes', 'learning_paths' and 'skills'.
tracking_skip_generic_data
tracking_skip_generic_dataSkip generic data in learner self-tracking page
If the 'My progress' page takes too long to load, you might want to remove the processing of generic statistics for the user. In this case enable this setting.
Default: false
Last updated
Was this helpful?