eedo
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Overtime Lost, Overtime WonThank you! It looks perfect now ??
I really appriciate the time you took to help me fix the problem I had.
Have a good day and a great weekend!
thnx again!
Regards!
Forum: Plugins
In reply to: [LeagueManager] Overtime Lost, Overtime Wonfunction displayStandingsColumns( $team, $rule ) { global $leaguemanager; echo '<td>'.$this->getNumWonMatchesOvertime($team->id).'</td>'; echo '<td>'.$this->getNumLostMatchesOvertime($team->id).'</td>'; $league = $leaguemanager->getCurrentLeague(); echo '<td class="num">'; if ( is_admin() && $rule == 'manual' ) echo '<input type="text" size="2" name="custom['.$team->id.'][points2][plus]" value="'.$team->points2_plus.'" /> : <input type="text" size="2" name="custom['.$team->id.'][points2][minus]" value="'.$team->points2_minus.'" />'; else printf($league->point_format2, $team->points2_plus, $team->points2_minus); echo '</td>'; echo '<td class="num">'.$team->diff.'</td>'; }
This is the complete function. I’m not that good at PHP, just the ordinary fixes and stuff, trying to learn ??
Only edited what you said
Regards!
Forum: Plugins
In reply to: [LeagueManager] Overtime Lost, Overtime WonI fixed the 0-0 problem on my own (woho :))
If you look at this page, you see what i mean.
https://www.vikhockey.se/a-lag/tabell/20132014-2/div-1-e-1314
It shows some left align and some center? cant figure out how to fix it ??
Regards! And thnx for all the great help!
Forum: Plugins
In reply to: [LeagueManager] Overtime Lost, Overtime WonOh, and by the way. Is there any way to get the columns centerd or right adjusted? cant get that working ??
Thanx!
Forum: Plugins
In reply to: [LeagueManager] Overtime Lost, Overtime WonThnx! It gave me OTW and OTL. But it gave me 0-0 under OTW, isn’t that wrong? Should have just given me a column of 0?
Forum: Plugins
In reply to: [LeagueManager] add column (table of truth)Hi
I’m using your plugin for our icehockey league and want to show the columns OTW, OTL, GWSW and GWSL. Is that possible?
Much thanks for a great plugin!
And also, is there a possibility to right align text in extra fields on the matchstatistics? Their on the left now and looks terrible ??
Regards,
Per