Changes for page ユーザープロフィール
Last modified by Super Admin on 2026/03/22 00:39
From version
25.1
edited by Super Admin
on 2026/03/13 16:19
on 2026/03/13 16:19
Change comment:
There is no comment for this version
To version
27.1
edited by Super Admin
on 2026/03/15 00:00
on 2026/03/15 00:00
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -102,7 +102,7 @@ 102 102 103 103 {{html clean="false"}} 104 104 <div class="school-info-card"> 105 - <h2><svg class="ico" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 公開情報</h2> 105 + <h2><span><svg class="ico" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 公開情報</span></h2> 106 106 <table class="wiki-table school-info-table"> 107 107 <tr><th>表示名</th><td><strong>$profileDisplayName</strong></td></tr> 108 108 <tr><th>アカウント種別</th><td> ... ... @@ -124,9 +124,7 @@ 124 124 未公開 125 125 #end 126 126 </td></tr> 127 - #if($profileUserRole == 'student' && $profileGrade != '') 128 - <tr><th>学年</th><td>$profileGrade</td></tr> 129 - #end 127 + ## 学年はプライバシー保護のため公開プロフィールには表示しない 130 130 <tr><th>在籍状態</th><td> 131 131 #if($profileUserStatus == 'active')在籍中 132 132 #elseif($profileUserStatus == 'graduated')卒業済み