Misago
  • Introduction
  • Setup
    • Create server on Digital Ocean
    • Point domain at your server
    • Setup Misago on your Server
    • Upgrading your Misago to latest version
  • Settings
    • Accessing settings
    • Static settings reference
    • Dynamic settings reference
  • Coding style
  • GDPR Compliance Guide
  • Social authentication
  • User rank styles
  • Category styles
  • User authentication
  • Writing new admin actions
  • Permissions framework
  • View decorators
  • Context processors
  • Frontend context
  • Audit trail
  • Forms
  • Cache
  • Sending mails
  • Markup
  • Posting process
  • Profile fields
  • Threads types
  • Extending pages
  • Validating registrations
  • Validators
  • Search filters
  • Template tags
  • Shortcuts
  • View errors
  • Locales
Powered by GitBook
On this page

User rank styles

Misago user ranks allow you to specify their css class when editing them in admin control panel.

This class is then used to build proper css class names used around the UI. Assuming that you'll enter mvp in this field, you'll be able to define following css clases to customise how user's belonging to this rank are presented:

  • list-group-rank-mvp class will be added to rows in user rankings with users with this rank.

  • page-header-rank-mvp class will be added to page header on profiles of users with this rank.

  • post-mvp class will be added to posts made by users with this rank.

  • user-card-mvp class will be added to user cards presenting users with this rank.

Default classes

Misago's default theme defines following basic classes, visualised as colorful borders and title colors:

  • primary

  • success

  • warning

  • danger

PreviousSocial authenticationNextCategory styles

Last updated 7 years ago