Skip to content

Commit adda39f

Browse files
Rules page internal links (#561)
* Drop down had become hidden, revert * Add menu items, single link at bottom * Read FAF Rules button in get started guide * Add table of contents to moderation page --------- Co-authored-by: Rümeysa Güven <gguvenrrumeysa@gmail.com>
1 parent b46b564 commit adda39f

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

public/styles/layout/forms.sass

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ form
118118
119119
.container
120120
position: relative
121-
z-index: 99999
122121
background-color: rgba(0, 0, 0, 0.9)
123122
margin: 2vw auto
124123
max-width: 950px

src/backend/templates/layouts/default.pug

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ html(lang='en')
111111

112112
li.navList COMMUNITY
113113
ul.navAbsolute
114+
a(href='/rules')
115+
li Rules
116+
a(href='/moderation')
117+
li Moderation
114118
a(href='/faf-teams')
115119
li Teams and Association
116120
a(href='/content-creators')
@@ -278,8 +282,6 @@ html(lang='en')
278282
a(href='/cg') CONTRIBUTION GUIDELINES
279283
li
280284
a(href='/rules') RULES
281-
span /
282-
a(href='/moderation') MODERATION
283285

284286
ul CONTRIBUTE
285287
li

src/backend/templates/views/markdown/moderation.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
You can report players who breach FAF rules in-game by finding the game in recent replays, right clicking on their name, and using the report player option. Alternatively, you can use the Moderation reports menu (click on your username in the top-right of the client to find this menu). For more details on the reporting and appeals system see below.
66

7+
[The FAF Report System](#introductiontothefafreportsystem)
8+
9+
- [How to file a report](#howtofileareport)
10+
11+
- [Providing evidence with your report](#providingevidencewithyourreport)
12+
13+
- [What happens after you submit a report](#whathappensafteryousubmitareport)
14+
15+
- [How context is considered during investigations.](#howcontextisconsideredduringinvestigations)
16+
17+
- [Possible Outcomes](#possibleoutcomes)
18+
19+
- [Inquiries and feedback regarding moderation](#inquiriesandfeedbackregardingmoderation)
20+
21+
[The FAF Appeal System](#appealingapenalty)
22+
23+
- [How to file an appeal](#howtofileanappeal)
24+
25+
[Frequently asked questions](#frequentlyaskedquestions)
26+
727
## **Introduction to the FAF Report System**
828

929
As members of the Forged Alliance Forever community, we are all responsible for creating a positive community. For this reason, all members are required to follow the FAF Code of Conduct. Members may file a report against another member if they observe one or multiple rules in this Code of Conduct to be violated. Reports will be processed by the moderation team, who will review the reports, provide feedback, and assign penalties. Members who have received a penalty may file an appeal with the moderation team if they believe their judgment is in error.

src/backend/templates/views/play.pug

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@ block content
6969
.playContainer
7070
.playContentContainer
7171
h1 3 - Enjoy Forged Alliance Forever!
72-
p You are officially done! If you are new to the game, we recommend <br> watching the video below and joining the official FAF Discord, <br> you'll find plenty of friendly people to play, ask questions and become part of the community!
73-
a(href='https://discord.gg/kTsxKu52WU')
74-
button Join the FAF Discord
72+
p You are officially done! If you are new to the game, we recommend <br> watching the video below and joining the official FAF Discord, <br> you'll find plenty of friendly people to play, ask questions and become part of the community! <br>Please also ensure you understand and abide by the community rules.
73+
.div
74+
a(href='/rules')
75+
button Read the FAF Rules
76+
a(href='https://discord.gg/kTsxKu52WU')
77+
button Join the FAF Discord
7578
iframe(
7679
style='width: 75%; height: 45vh',
7780
src='https://www.youtube.com/embed/Nks9loE96ok',

0 commit comments

Comments
 (0)