データベース更新のウェルカムメッセージ

From mediawiki.org
This page is a translated version of the page Database update welcome message and the translation is 100% complete.

コースのウェルカムメッセージの更新

更新が必要なメッセージを見つけたら、これを where 構文内に入力してください。 そして、更新する文章を set 構文内に入力します。

update mdl_lp_enrol_email 
set body = "***Welcome to
{coursename}
!***
You have been assigned this course as part of your mandatory/personal development training.
Please log in to complete this module as soon as possible. 
If you have any queries please contact a member of the Learning Development team.
{profileurl}"
where body = "Welcome to {coursename}!

If you have not done so already, you should edit your profile page
within the course so that we can learn more about you:

  {profileurl}";