The Tournament Director Forums

Main => Help Me => Topic started by: MotoguzziF91 on January 09, 2017, 04:56:55 PM

Title: Zeros displayed
Post by: MotoguzziF91 on January 09, 2017, 04:56:55 PM
Hi Corey,
How is it possible that the zeros in the prices are displayed ?
Title: Re: Zeros displayed
Post by: Corey Cooper on January 09, 2017, 09:26:07 PM
If you're asking how to make the prizes whole numbers only ($400 instead of $400.00), you need to edit the <prizes> token and add the roundOff="true" attribute.  Edit the Prizes cell and edit the Contents.  The text will look something like this:

<prizes orient="horizontal">

Add the attribute:

<prizes orient="horizontal" roundOff="true">
Title: Re: Zeros displayed
Post by: MotoguzziF91 on January 10, 2017, 02:57:52 AM
Thanks Corey