OBBLM - How to get show Highest CAS Team.
Posted: Fri Aug 21, 2015 12:56 pm
Hi guys, so i want to have a box on the front page of the league that shows the top 3 CAS causing teams in the League. So in theory it adds up all the CAS from each game and feed them into a box on the front page, i have this in the code.
),
# This will display a 'Top 3 Killer Teams' player leaders box for the node (league, division or tournament) with ID = 11
array(
'id' => 11, # Node ID
'box_ID' => 7,
// Please note: 'type' may be either one of: 'league', 'division' or 'tournament'
'type' => 'division', # This sets the node to be a tournament. I.e. this will make a leaders box for the tournament with ID = 11
'title' => 'Season One | Top 3 Killer Teams', # Table title
'field' => 'tcasf', # For the OBBLM fields available see http://nicholasmr.dk/obblmwiki/index.ph ... tomization
'length' => 3, # Number of entries in table
'show_team' => true, # Show player's team name?
),
The front page shows up just fine, but its just repeating players from the same team, and not the highest CAS influcting teams in the league.
Any ideas what i'm doing wrong? One thought, should it be a Standings Box?
Cheers
ZeroGiven
),
# This will display a 'Top 3 Killer Teams' player leaders box for the node (league, division or tournament) with ID = 11
array(
'id' => 11, # Node ID
'box_ID' => 7,
// Please note: 'type' may be either one of: 'league', 'division' or 'tournament'
'type' => 'division', # This sets the node to be a tournament. I.e. this will make a leaders box for the tournament with ID = 11
'title' => 'Season One | Top 3 Killer Teams', # Table title
'field' => 'tcasf', # For the OBBLM fields available see http://nicholasmr.dk/obblmwiki/index.ph ... tomization
'length' => 3, # Number of entries in table
'show_team' => true, # Show player's team name?
),
The front page shows up just fine, but its just repeating players from the same team, and not the highest CAS influcting teams in the league.
Any ideas what i'm doing wrong? One thought, should it be a Standings Box?
Cheers
ZeroGiven