Author Topic: On screen layout information shown  (Read 1401 times)

Asegzamfire

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
On screen layout information shown
« 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
« Last Edit: September 04, 2016, 12:49:25 AM by Asegzamfire »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: On screen layout infomration shown
« Reply #1 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">

Asegzamfire

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: On screen layout infomration shown
« Reply #2 on: August 23, 2016, 06:20:32 PM »
Great, works perfectly. I didn't know about Expression text=

Thank you

Asegzamfire

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: On screen layout information shown
« Reply #3 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

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: On screen layout information shown
« Reply #4 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.