Blood Bowl Web League Manager

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

Post Reply
User avatar
Gremdel
Rookie
Rookie
Posts: 51
Joined: Wed Nov 13, 2002 6:16 pm
Location: Spokane, WA

Blood Bowl Web League Manager

Post by Gremdel »

I've checked out the nuffle project over at sourceforge. I downloaded it, installed php, mysql, PEAR and goofed around with it until I got it up and running. Pretty sweet. However, it wasn't as pretty as the obbl and for the life of me I couldn't figure out how to start games. So, checking out the mailing list I see I only have the beta and the project has moved on to using Python. However, I can't figure out how to get those files. Can anyone help?

Reason: ''
User avatar
Ziggi Abschuss
Emerging Star
Emerging Star
Posts: 380
Joined: Wed Jul 02, 2003 6:26 am
Location: Helsinki, Finland

Post by Ziggi Abschuss »

I dont think they have been released yet (but i could be wrong on this)

Ziggi

Reason: ''
[url=http://www.sloganizer.net/en/][img]http://www.sloganizer.net/en/image,Nuffle-spc-Sucks,white,black.png[/img][/url]
BadMrMojo
Emerging Star
Emerging Star
Posts: 390
Joined: Fri Dec 20, 2002 8:57 pm
Location: Boston, Mass.
Contact:

Post by BadMrMojo »

The "Files" section only has releases which are packaged and ready to go.

If you go to the CVS repository, you can get the latest updates which have not yet been packaged into a file for download.

Be ye warned, diving into someone's CVS repository and trying to run the latest, untested, unreleased version isn't quite for the feint of heart.

Reason: ''
User avatar
Eatmoremeat
Experienced
Experienced
Posts: 109
Joined: Mon Mar 01, 2004 4:30 pm
Location: Heidelberg, Germany
Contact:

Post by Eatmoremeat »

As you said, they are currently working on a newer version of BBWM on a different technical basis. What I can say from my experience is that the bundled beta with some updated files from the cvs repository applied still works fine on our server. We're running it since 2003 with almost no big issues to solve so far (of course minor bugs, but we can live with that). Great tool.

Reason: ''
[size=84][url=http://bblh.de]Blood Bowl League Heidelberg (BBLH)[/url][/size]
koji_nanami
Rookie
Rookie
Posts: 16
Joined: Thu Dec 08, 2005 6:32 pm

Post by koji_nanami »

I'm trying to understand how to use the beta nuffle to move from our league handmade html page to nuffle/php but I discovered that all the stats and info about the league in nuffle cannot be divided for seasons so i cannot have the single stats for the current season but only the complete stats of each player. It's that true or i'm doing wrong somewhere? there is another similar tool to manage real life league on a website or no?

Reason: ''
User avatar
Eatmoremeat
Experienced
Experienced
Posts: 109
Joined: Mon Mar 01, 2004 4:30 pm
Location: Heidelberg, Germany
Contact:

Post by Eatmoremeat »

koji_nanami wrote:... but I discovered that all the stats and info about the league in nuffle cannot be divided for seasons so i cannot have the single stats for the current season but only the complete stats of each player.
Which screen are you talking about? For example, the 'Home'-screen has a 'Leaders'- and 'Team Leaders'-plugin on the right side. If you want these two plugins to display the stats of the current season only, do the following:

Open the file index.php and change the line

Code: Select all

<?php print cache_xhtml_plugin( 'sidebar/leaders.php', 'players_by_league'); ?>
to

Code: Select all

<?php print cache_xhtml_plugin( 'sidebar/leaders.php', 'players_by_season'); ?>
and

Code: Select all

<?php print cache_xhtml_plugin( 'sidebar/team_leaders.php', 'players_by_league'); ?>
to

Code: Select all

<?php print cache_xhtml_plugin( 'sidebar/team_leaders.php', 'players_by_season'); ?>
That's it!

Reason: ''
[size=84][url=http://bblh.de]Blood Bowl League Heidelberg (BBLH)[/url][/size]
Post Reply