Flarum (v1.8.10)
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    • Automatically determines which mention syntax to be used based on the option in the admin dashboard. Also performs display name clean-up automatically.

      @"Display name"#UserID or @username

      Parameters

      Returns string

      // '@"user"#1'
      forUser(User) // User is ID 1, display name is 'User'
      // '@username'
      forUser(user) // User's username is 'username'