|
@@ -54,6 +54,7 @@ As of now Misago implements all features considered "must have" on live internet
|
|
|
* Ban system allows you to ban existing users as well as forbid certain user names, e-mails or IP addresses from registering accounts.
|
|
|
* Permission system allowing you to control which features are available to users based on their rank, roles or category they are in.
|
|
|
* Private threads feature allowing users to create threads visible only to them and those they've invited.
|
|
|
+* Python-based profile fields framework letting site owners to define custom fields for users to fill in complete with powerful customization options for custom requirements, display or validation logic.
|
|
|
* Rich polls system, allowing polls with public and private voters, single and multiple choices as well as ones that allow vote change or limit voting tp limited period of time.
|
|
|
* Post attachments complete thumbnailing and gif's animation removal.
|
|
|
* Posts edits log allowing you to see how user messages used to look in past as well as revert function protecting you from malignant users emptying their posts contents.
|
|
@@ -63,9 +64,9 @@ As of now Misago implements all features considered "must have" on live internet
|
|
|
Even more features will follow in future releases:
|
|
|
|
|
|
* Achievements and awards system.
|
|
|
-* Custom profile fields letting site owners to define custom fields for users to fill in.
|
|
|
* Content reporting for users to report offensive content.
|
|
|
* Forum-wide JS routing further reducing navigation times.
|
|
|
+* IP search for moderators to find `sock puppets <https://en.wikipedia.org/wiki/Sockpuppet_(Internet)>`_ or bot nets.
|
|
|
* Notifications for users to notice content and events of concern faster.
|
|
|
* Post accurate read tracker that lets moderators spot unapproved replies and non-moderators spot approved posts.
|
|
|
* Sign in with Facebook/Google/Github/Steam/etc/ect.
|