Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jrizzo77

Pages: [1]
1
Help Me / Re: Starting in the middle of a season
« on: April 26, 2007, 10:04:46 AM »
Another ? for you.  I am exporting the league stats to html so I can show it on the Main Page during the tourney using <iframe>.  I have no problem showing 1 page.  I want to cycle through 3 pages showing different stats on each page.

Example:
Page1 is points
Page2 is places (1st,2nd,3rd)
Page3 is winnings

I know how to setup banners but they only use images.  is it possible to do this?

JR

2
Help Me / Re: Starting in the middle of a season
« on: April 24, 2007, 10:14:34 AM »
gotcha.  Thanks Corey

3
Help Me / Starting in the middle of a season
« on: April 24, 2007, 09:23:40 AM »
Hi all,
Could not find this subject.  I am starting to use the software in the middle of our season.  I have been using excel to keep all of our stats but now I want to use TD.  Can I somehow load all of the preexisting data?  or do I have to run mock tourneys?

Thanks for any help.
Joe

4
Help Me / Re: Points Payout Based On Players Formula
« on: January 10, 2007, 11:11:52 AM »
I see.  I have to re-select the file in the config area.

Thanks for the help.

Love the program BTW.

Joe

5
Help Me / Re: Points Payout Based On Players Formula
« on: January 09, 2007, 07:22:29 PM »

Another way would be to specify your own autoPrizes.xml file, and add prizes for each of the places that should receive points (you can also turn off the display of these prizes on the Tournament page).  Give the prizes a fixed value of 0 (for the cash amount) and give them a points value according to their rank .  Then, when you run your tournament, create your own prizes for the cash portion of the pot and lock them so they aren't erased by the automatic prizes.

Remember that computing this formula for every player every time the state of the tournament changes could be a drain on a the resources of an older PC....

Corey,  I am trying to edit the autoprizes file like you suggested but I am having no luck with assigning points.

Would this be correct code?
<prizeLevel minPlayers="7" maxPlayers="9">
    <prize rank="1" percent="70" shareLeftover="true" points="5"/>
    <prize rank="2" percent="30" points="3"/>
  </prizeLevel>

Pages: [1]