Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions www/editprofile
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,11 @@ captchaSupportScripts($captchaKey);
<textarea name="profile" id="profile" rows=10 cols=60><?php
echo htmlspecialcharx($profile);
?></textarea>
<p><span class="microhelp">Warning: If you use the <code>&lt;a&gt;</code> element
inside your profile description, your profile will be put
under review and become hidden to others, and you will lose
the ability to tag games or edit game pages. You will need to
<a href="https://ifdb.org/contact">contact the IFDB team</a> to remove this status.</span></p>
</td>
</tr>

Expand Down
3 changes: 3 additions & 0 deletions www/ifdb.css
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,9 @@ span.sfl-save-autodesc {
span.activeBrowseTab {
background: #444476;
}
span.microhelp {
color: #838383;
}
.viewgame__header {
background: #7098a8;
color: #000040;
Expand Down