mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
remove broken link (#194)
This commit is contained in:
parent
f7d7038ada
commit
6b1cd8f931
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ Lemmy uses a voting system to sort post listings. On the left side of each post
|
||||||
|
|
||||||
When browsing the frontpage or a community, you can choose between the following sort types for posts:
|
When browsing the frontpage or a community, you can choose between the following sort types for posts:
|
||||||
|
|
||||||
- **Active** (default): Calculates a rank based on the score and time of the latest comment, with decay over time. See [this page] for more details
|
- **Active** (default): Calculates a rank based on the score and time of the latest comment, with decay over time
|
||||||
- **Hot**: Like active, but uses time when the post was published
|
- **Hot**: Like active, but uses time when the post was published
|
||||||
- **New**: Shows most recent posts first
|
- **New**: Shows most recent posts first
|
||||||
- **Old**: Shows oldest posts first
|
- **Old**: Shows oldest posts first
|
||||||
- **Most Comments**: Shows posts with highest number of comments first
|
- **Most Comments**: Shows posts with highest number of comments first
|
||||||
- **New Comments**: Bumps posts to the top when they receive a new reply analogous to the sorting of traditional forums.
|
- **New Comments**: Bumps posts to the top when they receive a new reply analogous to the sorting of traditional forums
|
||||||
- **Top Day**: Highest scoring posts during the last 24 hours
|
- **Top Day**: Highest scoring posts during the last 24 hours
|
||||||
- **Top Week**: Highest scoring posts during the last 7 days
|
- **Top Week**: Highest scoring posts during the last 7 days
|
||||||
- **Top Month**: Highest scoring posts during the last 30 days
|
- **Top Month**: Highest scoring posts during the last 30 days
|
||||||
|
|
Loading…
Reference in a new issue