Skip to content

Commit

Permalink
Rules page internal links (#561)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
FredrikBergelin and rumeysaguven authored Jan 10, 2025
1 parent b46b564 commit adda39f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
1 change: 0 additions & 1 deletion public/styles/layout/forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ form
.container
position: relative
z-index: 99999
background-color: rgba(0, 0, 0, 0.9)
margin: 2vw auto
max-width: 950px
Expand Down
6 changes: 4 additions & 2 deletions src/backend/templates/layouts/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ html(lang='en')

li.navList COMMUNITY
ul.navAbsolute
a(href='/rules')
li Rules
a(href='/moderation')
li Moderation
a(href='/faf-teams')
li Teams and Association
a(href='/content-creators')
Expand Down Expand Up @@ -278,8 +282,6 @@ html(lang='en')
a(href='/cg') CONTRIBUTION GUIDELINES
li
a(href='/rules') RULES
span /
a(href='/moderation') MODERATION

ul CONTRIBUTE
li
Expand Down
20 changes: 20 additions & 0 deletions src/backend/templates/views/markdown/moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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.

[The FAF Report System](#introductiontothefafreportsystem)

- [How to file a report](#howtofileareport)

- [Providing evidence with your report](#providingevidencewithyourreport)

- [What happens after you submit a report](#whathappensafteryousubmitareport)

- [How context is considered during investigations.](#howcontextisconsideredduringinvestigations)

- [Possible Outcomes](#possibleoutcomes)

- [Inquiries and feedback regarding moderation](#inquiriesandfeedbackregardingmoderation)

[The FAF Appeal System](#appealingapenalty)

- [How to file an appeal](#howtofileanappeal)

[Frequently asked questions](#frequentlyaskedquestions)

## **Introduction to the FAF Report System**

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.
Expand Down
9 changes: 6 additions & 3 deletions src/backend/templates/views/play.pug
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ block content
.playContainer
.playContentContainer
h1 3 - Enjoy Forged Alliance Forever!
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!
a(href='https://discord.gg/kTsxKu52WU')
button Join the FAF Discord
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.
.div
a(href='/rules')
button Read the FAF Rules
a(href='https://discord.gg/kTsxKu52WU')
button Join the FAF Discord
iframe(
style='width: 75%; height: 45vh',
src='https://www.youtube.com/embed/Nks9loE96ok',
Expand Down

0 comments on commit adda39f

Please sign in to comment.