The Tournament Director Forums

Main => Help Me => Topic started by: Asegzamfire on August 22, 2016, 05:45:26 PM

Title: On screen layout information shown
Post by: Asegzamfire on August 22, 2016, 05:45:26 PM
I was wondering if it was possible to make some kind of addition and show it on the screen.

For example i have 94 entry in my tournament and 17 re-entry (We use rebuy for the re-entry because we are tracking the names and don't want to make name like Eric, Eric-1 Eric-2.

On my screen we show it this way

Entries: <entries><br>Re-entry: <rebuys><br>Remaining: <players>

Which appear like that:

Entries: 94
Re-entry: 17
Remaining: 18

I would like to have the Entries to show the full amount entry which is 94 + 17  (total of 111) but still show how many was Re-entry.

It would looks like this:

Entries: 111
Re-entry: 17
Remaining: 18

I tried some formula but the layout don't read them and just show them on the screen. If you have any idea how i could make this work it would help.

Thanks
Title: Re: On screen layout infomration shown
Post by: Corey Cooper on August 23, 2016, 05:37:24 PM
<expression text="buyins + tnr">

tnr = total number of rebuys

totalNumberOfRebuys would work, too:

<expression text="buyins + totalNumberOfRebuys">
Title: Re: On screen layout infomration shown
Post by: Asegzamfire on August 23, 2016, 06:20:32 PM
Great, works perfectly. I didn't know about Expression text=

Thank you
Title: Re: On screen layout information shown
Post by: Asegzamfire on September 04, 2016, 12:56:57 AM
I have this formula to show the points on the screen

<marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="1">
<p style="text-align: center"</marquee><inlinerankings template=" [ordinalrank] place: [player]..[points] points " connector="&lt;img src='C:\Users\Playground\Documents\Playground Database\images\test.png'&gt;" max="75">

So its scrolls from right to left at the bottom of the screen, i would like to change the information its shows.

Instead of:  33rd place: Asegzamfire... 214 points

I would like to show the prize the player won, like that: 33rd place: Asegzamfire... $200

It seems that i cant find the command to show the prize awarded instead of the point.

Thanks for the help again
Title: Re: On screen layout information shown
Post by: Corey Cooper on September 06, 2016, 08:59:01 PM
It's [winnings], but it was added in 3.4.b1, so unless you're using the beta version, it isn't available yet.