The Tournament Director Forums

Main => Templates, Layouts and Sounds => Topic started by: MotoguzziF91 on February 13, 2020, 10:09:23 AM

Title: ranking stats
Post by: MotoguzziF91 on February 13, 2020, 10:09:23 AM
it is possible to display only the first 24 in the ranking in the <stats> cell
Title: Re: ranking stats
Post by: Corey Cooper 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.
Title: Re: ranking stats
Post by: MotoguzziF91 on February 13, 2020, 10:44:31 AM
Super