waysoftheearth wrote:
eris wrote:
Ways, how did you do that? I'm interested because I have the same problems with the games I'm running and trying to keep stats updated is an absolute PITA!
Okay, so here's the gritty detail...
Firstly (as I see it), refs running play-by-post games on Proboards face several challenges including:
1) Maintaining the ref's information AND a copy for the players is hard work,
2) Presenting tables of information on Proboards is hard work.
I found myself maintaining three main spreadsheets for each of my games;
* Basic PC sheets (abilities, HD, AC, hp, gear, etc),
* Experience point totals, and
* Finances.
And if that wasn't enough effort, THEN I needed to periodically copy stuff from these spread sheets into Proboards tables and post them for the players. I got "reasonably good" at this, but it is a lot of effort, I could only ever do it from my home PC (where the spread sheets are saved), and the player's view of the information would regularly be out of date.
So, I have recently started uploading my spreadsheets to any online tool called EditGrid (
http://http://www.editgrid.com/). It's free and essentially replicates all of the features of Excel or Calc right in your web browser. Now I can edit my spread sheets online from anywhere I am. Great!
Editgrid also allows you to publish your spreadsheets, or any subpart of them for blogs and webpages. This feature is simply awesome. It means that anyone who visits the blog or webpage will see the most up to date view of the published part of your spreadsheet.
The catch is, it doesn't work with Proboards [img]images/smiley/sad.png[/img]
Not out of the box anyway. The reason is that in order to see a published Editgrid spreadsheet in another site (including a Proboards forum), you need to embed an HTML in that site. Proboards doesn't allow this for various security reasons (a malicious coder could write some nasty code embedded in an iframe, and give the Proboards guys a lot of grief).
However, it is not impossible. I wrote a little piece of javascript and discussed it with Marv, and he agreed to add it to odd74's (invisible) page footer. Thus, the odd74 boards will now recognise bbcode that looks like this:
{editgrid-username}/{editgrid-document-id}
Of course you would use regular square brackets instead of angle brackets.
It is pretty basic (meaning it doesn't support all of the parameters that editgrid supports), but it works.
And that, friends, is why you can see the pretty spread sheets in my game.
In the not too distant future I intend to put up individual character sheets which will be editable inline right here on odd74 (by their owners), and also the finances sheet.
It should be good ;D