koobeza
Forum Replies Created
-
Forum: Plugins
In reply to: [World Cup Predictor] Sort user prediction after kickoffForum: Plugins
In reply to: [World Cup Predictor] Sort user prediction after kickoffOK, found it. It’s line 1388. Delete sort_order in ORDER BY so it would look like:
$sql = "SELECT is_group, h.name AS home_team_name, a.name AS away_team_name, is_result, p.home_goals, p.away_goals, p.home_penalties, p.away_penalties, m.home_goals AS mhg, m.away_goals AS mag, m.home_penalties AS mhp, m.away_penalties AS map, h.country AS home_country, a.country AS away_country, points FROM {$wpdb->prefix}{$this->prefix}match m, {$wpdb->prefix}{$this->prefix}prediction p, {$wpdb->prefix}{$this->prefix}stage s, {$wpdb->prefix}{$this->prefix}team h, {$wpdb->prefix}{$this->prefix}team a WHERE m.stage_id = s.stage_id AND p.match_id = m.match_id AND m.home_team_id = h.team_id AND m.away_team_id = a.team_id AND p.user_id = %d $throttle ORDER BY kickoff";Forum: Plugins
In reply to: [World Cup Predictor] Sort user prediction after kickoffhttp://www.sizmekworldcup.com/?page_id=229&wcp=predictions&user=26
This list sorted by group and not by kickoffSame “issue”, i think it’s better to sort it by kickoff. landoweb, which SQL is responsible for this report?
Forum: Plugins
In reply to: [World Cup Predictor] Full time/Extra time score predictionOK, tnx for your support.
Forum: Plugins
In reply to: [World Cup Predictor] Full time/Extra time score predictionYes, I read manual. My question comes to: why not to predict full-time score? Maybe it’s only in my country (is it?) but in Poland standard bet is like:
1. full-time score
2. and who will advance
And in your plugin it’s like:
1. after extra time score
2. penalties score
There is no place to predict advanced team, bonus is only for exact penalties score or other defined… :/Forum: Plugins
In reply to: [World Cup Predictor] Full time/Extra time score predictionI should clarify. It’s about “Teams and Matches”->”Matches”->”Extra Time checbox” when modifying/entering results.