Author Topic: Summary export template  (Read 1266 times)

Trash Monkey

  • Newbie
  • *
  • Posts: 48
    • View Profile
Summary export template
« on: February 17, 2014, 04:44:51 PM »
I've poked around for this and haven't found anything, and let me preface with the fact that my coding knowledge is novice at best.

Our home games have gotten a bit bigger over the years than originally anticipated and we've discovered that a fixed hosting fee doesn't always cover the costs. This year we've all decided to pay the host of the game $2.00 per re-buy.

now to my problem...

Is there a way to edit the summary export template html to do the math and of course place it on summary once it's exported?

Here is the html I'm working with:

<tr>
   <td class="fliedname">Host Fee:</td>
   <td class="fieldvalue"><rebuycount>*2</td>
   <td class="fieldvalue">(## x 2)</td>
</tr>

Obviously this doesn't work. Not sure what needs to happen in order to make it work.

Thank you for your help. I know I don't explain things very well sometimes so if more information is needed, let me know.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Summary export template
« Reply #1 on: February 17, 2014, 09:03:46 PM »
Couldn't you use a rake for this?

Trash Monkey

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: Summary export template
« Reply #2 on: February 18, 2014, 01:41:10 AM »
oh my god....how silly

I'm sorry for wasting your time. Such a simple solution. I was totally over thinking the whole thing.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Summary export template
« Reply #3 on: February 18, 2014, 12:29:50 PM »
Don't feel bad.  Do you know how many times I forget about features that I have put into the software?  I just did that a few days ago: http://www.thetournamentdirector.net/forums/index.php?topic=4811.msg20081#msg20081

Trash Monkey

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: Summary export template
« Reply #4 on: February 27, 2014, 05:36:42 PM »
lol... Glad to see we are all human in the end.

Thanks for all you do Corey!