0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Moodle プロファイルを表示させない

Posted at

PHPを弄って消すのか、CSSで消すのかと思っていたが案外簡単な事でした。
スクリーンショット-2022-05-08-202505.png

管理権限のあるマネージャとかでログイン

サイト管理 → アピアランス → テーマ → テーマ設定

ユーザメニューアイテム」の項目に以下が記入されているので全部消す

profile,moodle|/user/profile.php
grades,grades|/grade/report/mygrades.php
calendar,core_calendar|/calendar/view.php?view=month
privatefiles,moodle|/user/files.php
reports,core_reportbuilder|/reportbuilder/index.php

そして

###

と入力する。Moodle4の場合だけかも知れないが、こうしないと「ログアウト」まで表示されなくなるので。
これで消えてくれます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?