OBBLM v. 0.75 (Online Blood Bowl League Manager)
Moderator: TFF Mods
- Grumbledook
- Boy Band Member
- Posts: 10713
- Joined: Sat Sep 21, 2002 6:53 pm
- Location: London Town
firs you need to make a mysql database, log into your hosting control panel to create one
you need to note down the database name, the username and the password
upload all the obblm files using an ftp program (filezilla is free and pretty good)
edit the config file and put in your database details i told you to note above
then with the edited config file uploaded and overwritten the default one, go to the install page in your web browser and follow the instructions
if you need any help with a specific part let me know, the more details you can give the easier it will be to step you through what part is confusing you
you need to note down the database name, the username and the password
upload all the obblm files using an ftp program (filezilla is free and pretty good)
edit the config file and put in your database details i told you to note above
then with the edited config file uploaded and overwritten the default one, go to the install page in your web browser and follow the instructions
if you need any help with a specific part let me know, the more details you can give the easier it will be to step you through what part is confusing you
Reason: ''
-
- Da Tulip Champ II
- Posts: 3458
- Joined: Wed Oct 16, 2002 4:18 pm
- Location: Heidelberg, Germany
- Contact:
Awesome tool, i can only recommend it.
I'm currently setting it up to support our local league. It runs fine and is quite easy to mod even with no php skills to start
Added a new stylesheet, changed some formats, made the forum link to display in main frame, translating it to German and removed several things we don't use in our league from display ... if you want to have a look check here
I'm on the latest code revison and merge all new releases into my version until i start to put the real league data in.
Nicholas, i'll send you stuff (stylesheet, translations, e.g.) i did that i think might be reusable for others once it's finished.
I'm currently setting it up to support our local league. It runs fine and is quite easy to mod even with no php skills to start

Added a new stylesheet, changed some formats, made the forum link to display in main frame, translating it to German and removed several things we don't use in our league from display ... if you want to have a look check here
I'm on the latest code revison and merge all new releases into my version until i start to put the real league data in.
Nicholas, i'll send you stuff (stylesheet, translations, e.g.) i did that i think might be reusable for others once it's finished.
Reason: ''
"In NUFFLE we trust!" - Retired Inquisitor of Nuffle.
Father of the Halfling Scribe
Admin of the Kurpfalz Cup
- nicholasmr
- Experienced
- Posts: 110
- Joined: Mon Oct 22, 2007 1:01 pm
- Location: Copenhagen, Denmark
- Contact:
I'm very glad you like it.Tim wrote:Awesome tool, i can only recommend it.
I'm currently setting it up to support our local league. It runs fine and is quite easy to mod even with no php skills to start
Added a new stylesheet, changed some formats, made the forum link to display in main frame, translating it to German and removed several things we don't use in our league from display ... if you want to have a look check here
I'm on the latest code revison and merge all new releases into my version until i start to put the real league data in.
Nicholas, i'll send you stuff (stylesheet, translations, e.g.) i did that i think might be reusable for others once it's finished.
Please mail me the stylesheet and German translation file once done, thanks.
Reason: ''
- Grumbledook
- Boy Band Member
- Posts: 10713
- Joined: Sat Sep 21, 2002 6:53 pm
- Location: London Town
- nicholasmr
- Experienced
- Posts: 110
- Joined: Mon Oct 22, 2007 1:01 pm
- Location: Copenhagen, Denmark
- Contact:
- mattyboync
- Rookie
- Posts: 21
- Joined: Fri Jul 10, 2009 2:16 pm
- Location: charlotte, nc
This may be elementary but I just thought I'd ask the pros
I have the site up running and have tested adding a few teams
http://bloodbowl.martin-consulting.com/ ... ction=main
now the question
on the home page ... if i want the "casualties" box to be "MVP" and just sort based on SPP
how would i change that?
I have the site up running and have tested adding a few teams
http://bloodbowl.martin-consulting.com/ ... ction=main
now the question
on the home page ... if i want the "casualties" box to be "MVP" and just sort based on SPP
how would i change that?
Reason: ''
- Yelf
- Rookie
- Posts: 43
- Joined: Tue Sep 23, 2008 11:01 am
- Location: Stockholm, Sweden
Im not sure the fault lies with your clarity. As I nemtioned before I know little of computers and that is mainly because I have a short temper regarding computers.nicholasmr wrote:Maybe it should be written more clearly.
Yelf, what/where led you to the conclusion that only lrb5 was supported?
The reason why I thought it was LRB 5.0 only, was that that was how the rules seemed to work when I started creating my team. Then I read a bit in the info but could not find any apparent comment on the subject.
Anyways, it seems like an excelent program. Much abliged!
Reason: ''
- nicholasmr
- Experienced
- Posts: 110
- Joined: Mon Oct 22, 2007 1:01 pm
- Location: Copenhagen, Denmark
- Contact:
Sorry, you have only access to the box types defined in the settings.php file.mattyboync wrote:This may be elementary but I just thought I'd ask the pros
I have the site up running and have tested adding a few teams
http://bloodbowl.martin-consulting.com/ ... ction=main
now the question
on the home page ... if i want the "casualties" box to be "MVP" and just sort based on SPP
how would i change that?
Also, the boxes sort against the specified field, not SPP, what you want is quite different, you'll have to do it yourself for now.
Reason: ''
- mattyboync
- Rookie
- Posts: 21
- Joined: Fri Jul 10, 2009 2:16 pm
- Location: charlotte, nc
so there isn't any code in the php files or css files that define that box? There must be some way that it gets defined that I could just change?nicholasmr wrote: Sorry, you have only access to the box types defined in the settings.php file.
Also, the boxes sort against the specified field, not SPP, what you want is quite different, you'll have to do it yourself for now.
I know how to edit php and css, I just don't know where you guys have it defined at in the code to change it
Reason: ''
- nicholasmr
- Experienced
- Posts: 110
- Joined: Mon Oct 22, 2007 1:01 pm
- Location: Copenhagen, Denmark
- Contact:
The boxes are merely two pairs of html <div>, no function - it's too simple.mattyboync wrote:so there isn't any code in the php files or css files that define that box? There must be some way that it gets defined that I could just change?nicholasmr wrote: Sorry, you have only access to the box types defined in the settings.php file.
Also, the boxes sort against the specified field, not SPP, what you want is quite different, you'll have to do it yourself for now.
I know how to edit php and css, I just don't know where you guys have it defined at in the code to change it
The "problem" is, that the stats displayed in the boxes come from a function, which can not produce what you want. Instead you are going to have to load ALL player objects and then sort amongst them like in the players section (have a look at the code for that section for inspiration - it's in lib/class_htmlout.php).
Reason: ''
- mattyboync
- Rookie
- Posts: 21
- Joined: Fri Jul 10, 2009 2:16 pm
- Location: charlotte, nc