Author Topic: Displaying Points in addition to Cash Prizes?  (Read 1437 times)

dbriegs

  • Newbie
  • *
  • Posts: 2
    • View Profile
Displaying Points in addition to Cash Prizes?
« on: September 15, 2012, 10:26:46 PM »
Is there a way to display points earned for each place (for example, 1st through 9th) in addition to the cash prizes on the main screen?

Thanks!

Stuart Murray

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: Displaying Points in addition to Cash Prizes?
« Reply #1 on: September 16, 2012, 02:49:03 AM »
yes, and this http://www.thetournamentdirector.net/forums/index.php?topic=3246.0 layout does so, so you could either use it or copy it's structure for your own.

Regards
Stuart
Stuart Murray

Gordon260871

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Displaying Points in addition to Cash Prizes?
« Reply #2 on: September 27, 2012, 08:56:30 AM »
Hi Stuart i am going to use your layout for our league games but can you tell me the formula to show the points in the layout for

1st 20 points
2nd 15 points
3rd 12 points
4th 10 points
5th 8 points
6th 7 points
7th 7 points
8th 5 points

we also give 3 points for playing and 1 point for hits

my league points all work just want to show the points on layout during the game for the players that have gone out or at the end of game

Thanks for any help you could give

Stuart Murray

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: Displaying Points in addition to Cash Prizes?
« Reply #3 on: October 01, 2012, 10:40:00 AM »
Hi Stuart i am going to use your layout for our league games but can you tell me the formula to show the points in the layout for

1st 20 points
2nd 15 points
3rd 12 points
4th 10 points
5th 8 points
6th 7 points
7th 7 points
8th 5 points

we also give 3 points for playing and 1 point for hits

my league points all work just want to show the points on layout during the game for the players that have gone out or at the end of game

Thanks for any help you could give

Sorry, I know little to nothing regarding points!! you will have to start an additional thread with the request unless Corey etc spots this post.

Regards
Stuart
Stuart Murray

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Displaying Points in addition to Cash Prizes?
« Reply #4 on: October 01, 2012, 09:26:27 PM »
The <rankings> token is probably what you are looking for.  It displays player rankings, and you can specify what information to display.  For example:

<rankings showRoundOut="false" showPoints="true" showColumnTitles="false">

This will display the rank, player name, and the points they earned.