Dynamic settings reference
This is the reference of all dynamic settings defined by Misago. To change those settings you should use the interface available in admin control panel, but some settings may be defined for internal use only and are not changeable by the user.
account_activation
account_activation
Preffered way in which new user accounts are activated. Can be either of those:
none
- no activation required.user
- new user has to click link in activation e-mail.admin
- board administrator has to activate new accounts manually.block
- turn new registrations off.
allow_custom_avatars
allow_custom_avatars
Controls if users may set avatars from outside forums.
allow_data_downloads
allow_data_downloads
Enables users to learn what data about them is being held by the site without having to contact site's administrators. This is provided by the "Download data" option becoming available on the "Change your options" page.
allow_delete_own_account
allow_delete_own_account
Lets users delete their own account on the site without having to contact site administrators.
This mechanism doesn't delete user posts, polls or attachments, but attempts to anonymize any data about user left behind after user is deleted.
anonymous_username
anonymous_username
Anonymous name used to replace deleted user's name in places that are keeping it. Defaults to "Deleted".
attachment_403_image
attachment_403_image
Custom image served by the attachments proxy when user has no permission to see the attachment.
attachment_404_image
attachment_404_image
Custom image served by the attachments proxy when attachment does not exist.
avatar_upload_limit
avatar_upload_limit
Max allowed size of uploaded avatars in kilobytes.
blank_avatar
blank_avatar
Custom blank avatar image.
daily_post_limit
daily_post_limit
Daily limit of posts that may be posted from single account. Fail-safe for situations when forum is flooded by spam bots. Change to 0 to lift this restriction.
data_downloads_expiration
data_downloads_expiration
Number of hours for which user data should be available for download. When data download is marked as expired, data archive associated with it is deleted.
Defaults to 48 hours, but actual time depends on how often expireuserdatadownloads
management command is set to be ran.
default_avatar
default_avatar
Default avatar assigned to new accounts. Can be either initials
for randomly generated pic with initials, gravatar
or gallery
which will make Misago pick random avatar from gallery instead.
default_timezone
default_timezone
Default timezone used by guests and newly registered users that haven't changed their timezone prefferences.
enable_stop_forum_spam
enable_stop_forum_spam
This settings allows you to decide whether or not Stop Forum Spam database should be used to validate IPs and emails during new users registrations.
events_per_page
events_per_page
Misago reads events to display in separate database query to avoid situation when thread with large number of eg. moderator actions displays pages consisting exclusively of events. Using this setting you may specify upper limit of events displayed on thread's single page. This setting is intended as fail safe, both to save threads from excessively long lists of events your users will have to scroll trough, as well as to keep memory usage within limts.
In case of more events than specified being found, oldest events will be truncated.
forum_addess
forum_addess
Complete HTTP address to your Misago site homepage. Misago relies on this address to create links in e-mails that are sent to the site users.
forum_name
forum_name
Forum name, displayed in titles of pages.
google_site_verification
google_site_verification
Site verification token used to create Google Search Console verification page.
google_tracking_id
google_tracking_id
Google Analytics Tracking ID to include in generated HTML.
ip_storage_time
ip_storage_time
Specifies the number of days that IP addresses are stored in the database before being removed by the removeoldips
management command. Change this setting to 0 to never remove old IP addresses stored in your database.
index_header
index_header
Text to place in forum index header. Can be empty string if not set, in which case forum_name
should be used instead.
index_meta_description
index_meta_description
Forum index Meta Description used as value meta description attribute on forum index.
index_title
index_title
Forum index title. Can be empty string if not set, in which case forum_name
should be used instead.
logo
logo
Logo image displayed in forum's navbar.
logo_small
logo_small
Small logo image displayed in forum's compact navbar. When set, it's used instead icon for menu item pointing to forum index.
logo_text
logo_text
Text displayed in forum's navbar. This text is never included in compact navbar used on small displays.
new_inactive_accounts_delete
new_inactive_accounts_delete
Controls how many days will Misago wait for user or admin to activate newly registered account before automatically deleting it. Only accounts requiring activation will be deleted.
To disable automatic deletion of new user accounts, change this setting to 0.
og_image
og_image
User uploaded Open Graph image that will be used instead of default one.
og_image_avatar_on_profile
og_image_avatar_on_profile
Controls if user avatar should be used as OG image for user profiles.
og_image_avatar_on_thread
og_image_avatar_on_thread
Controls if thread starter's avatar should be used as OG image for threads. If thread starter's account was deleted, default OG image will be used instead.
post_attachments_limit
post_attachments_limit
Limit of attachments per single post.
post_length_max
post_length_max
Maximal allowed post content length.
post_length_min
post_length_min
Minimal allowed post content length.
posts_per_page
posts_per_page
Controls number of posts displayed on thread page. Greater numbers can increase number of objects loaded into memory and thus depending on features enabled greatly increase memory usage.
posts_per_page_orphans
posts_per_page_orphans
Defines minimal number of posts for thread's last page. If number of posts on last page is smaller or equal to one specified in this setting, last page will be appended to previous page instead.
readtracker_cutoff
readtracker_cutoff
Controls amount of data used by read tracking system. All content older than number of days specified in this setting is considered old and read, even if the opposite is true for the user. Active forums can try lowering this value while less active ones may wish to increase it instead.
threads_per_page
threads_per_page
Controls number of threads displayed on page. Greater numbers can increase number of objects loaded into memory and thus depending on features enabled greatly increase memory usage.
signature_length_max
signature_length_max
Maximal allowed length of users signatures.
stop_forum_spam_confidence
stop_forum_spam_confidence
Minimum confidence returned by Stop Forum Spam for Misago to reject new registration and block the IP address for 1 day.
subscribe_reply
subscribe_reply
Default value for automatic subscription to replied threads prefference for new user accounts. Its value represents one of those settings:
no
- don't watch.watch
- put on watched threads list.watch_email
- put on watched threads list and send e-mail when somebody replies.
subscribe_start
subscribe_start
Default value for automatic subscription to started threads prefference for new user accounts. Allows for same values as subscribe_reply
.
thread_title_length_max
thread_title_length_max
Maximal allowed thread title length.
thread_title_length_min
thread_title_length_min
Minimal allowed thread title length.
top_posters_ranking_length
top_posters_ranking_length
This setting controls maximum age in days of posts that should count to the top posters ranking.
top_posters_ranking_size
top_posters_ranking_size
Maximum number of users in top posters ranking.
unused_attachments_lifetime
unused_attachments_lifetime
Period of time (in hours) after which user-uploaded file that wasn't attached to any post is deleted.
username_length_max
username_length_max
Maximal allowed username length.
username_length_min
username_length_min
Minimal allowed username length.
users_per_page
users_per_page
Controls pagination of users lists.
users_per_page_orphans
users_per_page_orphans
Value of orphans
argument used in pagination.
Last updated