Latest News: Updated Patch #4, version 10.4.31 available! - OOTP 10 RELEASED! - Title Bout Championship Boxing 2.5 released! - Inside the Park Baseball Patch 1.03 released, DEMO now available

Click here to download Out of the Park Baseball 10!

Go Back   OOTP Developments Forums

> OUT OF THE PARK BASEBALL 10 > OOTP 10 - Mods


OOTP 10 - Mods Logos, roster packs, historical databases, OOTP tools, FaceGen files... it's all here!

Reply
 
LinkBack Thread Tools Display Modes
Old 11-02-2009, 03:02 PM   #201 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
Here's the CSS used by the PEBA as sent to me by Corsairs and developed by one of his league members:
PHP Code:
/* Division Block */
.wdgT
{
    
width:170px;
    
margin-bottom:5px;
}

/* Column Headers */
.wdgH td
{
    
font-size:10px;
    
font-weight:bold;
    
text-align:center;
    
width:23px;
    
border-bottom:1px solid black;
}

/* Win, Loss and GB columns */
.wdg1 td,
.
wdg2 td
{
     
width:23px;
     
font-size:10px;
     
text-align:center;
}

/* Team Name Column */
.wdg1 .wdg1_l,
.
wdg2 .wdg2_l
{
    
font-size:12px;
    
width:101px;
    
text-align:left;
}

/* Divison Name Headers */
.wdgH .wdgH_l 
{
    
width:101px;
    
text-align:left;

__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Old 11-05-2009, 08:31 PM   #202 (permalink)
Hall Of Famer
 
Cooleyvol's Avatar
 
Join Date: Dec 2001
Location: Woodland Mills, TN
Posts: 4,356
Thanked 9x in 6 posts
Anyone versed in setting this up that is willing to help me configure it would be greatly appreciated.

I'm on AIM -- Cooleyvol.
__________________



SEC Champions, 2006,2008-14
2008, 2011 National Runners-up
2009, 2010, 2012, 2013 National Champions
Cooleyvol is offline   Reply With Quote
Old 11-06-2009, 02:58 PM   #203 (permalink)
Hall Of Famer
 
Cooleyvol's Avatar
 
Join Date: Dec 2001
Location: Woodland Mills, TN
Posts: 4,356
Thanked 9x in 6 posts
I'm told I don't have the team_relations table uploaded, but I don't see that in the config area of the csv dump.
__________________



SEC Champions, 2006,2008-14
2008, 2011 National Runners-up
2009, 2010, 2012, 2013 National Champions
Cooleyvol is offline   Reply With Quote
Old 11-06-2009, 03:06 PM   #204 (permalink)
All Star Starter
 
Join Date: Mar 2002
Location: Mass.
Posts: 1,249
Thanked 56x in 38 posts
Quote:
Originally Posted by Cooleyvol View Post
I'm told I don't have the team_relations table uploaded, but I don't see that in the config area of the csv dump.
I assume by csv dump you mean sql dump here.

team_relations in my ootpx is 15th down in the configuration screen on what to include (right beneath league_* stuff, sub_leagues and divisions)
__________________
- Front Office Offseason League. (Fast Paced OOTP9 and OOTP10 leagues, sims one season every week)
Alan T is offline   Reply With Quote
Old 11-06-2009, 03:14 PM   #205 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
From the standpoint of what's contained in it, that's a logical place to put it, but the name make you think it should be at the bottom with the other team stuff.

This post contains the checkboxes you need as of patch 1.2.1, and I believe they're in the in-game order:
StatsLab Patch #2 - OOTPX
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Old 11-09-2009, 02:04 PM   #206 (permalink)
All Star Starter
 
MrWorkrate's Avatar
 
Join Date: Mar 2002
Location: Raleigh, NC
Posts: 1,221
Thanked 2x in 2 posts
RE: Widgets

I can take the code generated from the widget and copy that into my site and it works fine, but I would have to do that every single time we have a sim.

Is there a way to do it so that you don't have to re-copy the code each time? If it were possible to link to the WGT file and have that embedded into the page that would be the best way to go, I would think, but if I try to embed it into the HTML I either get a link going to the HTML code or nothing at all.
__________________
I used to come here a lot. Now, not so much.
MrWorkrate is offline   Reply With Quote
Old 11-11-2009, 12:17 PM   #207 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
There's a few options to get it to display and what you choose depends on how your league site is generated. You could use a server side include (SSI) provided that your host is configured for them. If your league page is php based, you can include it with a php command.

e.g. SSI:
Code:
<!--#include virtual="/<relative_path>/widget.wgt" -->
e.g. PHP:
Code:
include("/<relative_path>/widget.wgt");
Javasript could also be used, but would be a fair amount more complicated.
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Old 11-11-2009, 12:35 PM   #208 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
Patch 1.2.2 is now available for download via the regular Patch 2 link. Enhancements primarily to the draft utility:
1. You can now schedule your draft out in serpentine fashion.
2. You can now display, filter, and sort players based on feeder league stats in the team war room.
3. The draft board and team war room pages have been made more efficient to provide faster page load times in leagues with a large number of players.
4. Draft board will now display the time a pick was made if logged in as a commissioner.
5. Other minor fixes.
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)

Last edited by fhomess; 11-11-2009 at 05:58 PM.
fhomess is offline   Reply With Quote
Old 11-16-2009, 11:01 PM   #209 (permalink)
Hall Of Famer
 
Cooleyvol's Avatar
 
Join Date: Dec 2001
Location: Woodland Mills, TN
Posts: 4,356
Thanked 9x in 6 posts
All my widgets are updating except the standings. Any ideas from those who use these?

Which file does the standings use to update?
__________________



SEC Champions, 2006,2008-14
2008, 2011 National Runners-up
2009, 2010, 2012, 2013 National Champions
Cooleyvol is offline   Reply With Quote
Old 11-18-2009, 01:36 PM   #210 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
Quote:
Originally Posted by Cooleyvol View Post
All my widgets are updating except the standings. Any ideas from those who use these?

Which file does the standings use to update?
Make sure you've loaded the most recent version of team_record.mysql.sql. The team_relations table also needs to be accurate, but that only changes when you realign, expand, or contract your league.
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Old 11-18-2009, 11:07 PM   #211 (permalink)
Stu
All Star Starter
 
Stu's Avatar
 
Join Date: Dec 2005
Posts: 1,207
Thanked 15x in 7 posts
I *think* I found an issue with the draft. I want to start my league's draft after thanksgiving weekend so I set the start date to '2009-11-30' however on the draft board screen it says 'Pick is due no later than 2009-11-19 12:00 EST' for the first team.
__________________
Brewers League Baseball
Stu is offline   Reply With Quote
Old 11-19-2009, 03:01 PM   #212 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
Quote:
Originally Posted by Stu View Post
I *think* I found an issue with the draft. I want to start my league's draft after thanksgiving weekend so I set the start date to '2009-11-30' however on the draft board screen it says 'Pick is due no later than 2009-11-19 12:00 EST' for the first team.
I'm pretty sure I had fixed that bug. Please download and install 1.2.2 again. I believe it should also reschedule correctly if you resave your draft timer settings.
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Old 11-19-2009, 05:51 PM   #213 (permalink)
Stu
All Star Starter
 
Stu's Avatar
 
Join Date: Dec 2005
Posts: 1,207
Thanked 15x in 7 posts
Quote:
Originally Posted by fhomess View Post
I'm pretty sure I had fixed that bug. Please download and install 1.2.2 again. I believe it should also reschedule correctly if you resave your draft timer settings.
I re-uploaded patch 2 and tried saving the timer settings again and it's still showing up as 11-19-2009. No big deal since I can just disable the draft until I'm ready but figured I'd let you know.
__________________
Brewers League Baseball
Stu is offline   Reply With Quote
Old 11-19-2009, 08:00 PM   #214 (permalink)
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,284
Thanked 26x in 11 posts
Quote:
Originally Posted by Stu View Post
I re-uploaded patch 2 and tried saving the timer settings again and it's still showing up as 11-19-2009. No big deal since I can just disable the draft until I'm ready but figured I'd let you know.
Then I'm not sure what the problem is, as I'm not able to reproduce this and haven't heard of other leagues having this issue. If you're willing to provide me access (shoot me a PM), then I can take a closer look.
__________________
StatsLab - SQL based utilities for Online Leagues
- Patch #1
- Patch #2
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 11:05 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2009 Out of the Park Developments