Author Topic: ranking stats  (Read 3078 times)

MotoguzziF91

  • Newbie
  • *
  • Posts: 45
    • View Profile
ranking stats
« on: February 13, 2020, 10:09:23 AM »
it is possible to display only the first 24 in the ranking in the <stats> cell

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: ranking stats
« Reply #1 on: February 13, 2020, 10:24:07 AM »
Yep, add max="n", where n is the maximum number of rows to display.

<stats max="24">

If you're not already, I highly recommend using the Token Builder when inserting layout tokens.  It lists all the options with descriptions.  If you highlight even part of a token when editing a cell, the editor will recognize the token, highlight the whole thing, and when you press "Edit Token" will have all of its current options already selected, allowing you to easily make any changes you want.

MotoguzziF91

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: ranking stats
« Reply #2 on: February 13, 2020, 10:44:31 AM »
Super