landoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [World Cup Predictor] Matches not showing in the back endWe have corrected this bug in version 1.9.5 of the plugin. Thank you!
Forum: Plugins
In reply to: [World Cup Predictor] New website??? new version???Yes, in version 1.9.3 you can select whether to import the matches of the World Cup 2014 or Euro 2016.
Forum: Plugins
In reply to: [World Cup Predictor] Error in multisitePlease use Firebug (or an equivalent tool on your browser) to inspect the form and tell me what action it is showing. For the script to run, this action must be the same administrative panel of the site.
Forum: Plugins
In reply to: [World Cup Predictor] LoginIf you have Poedit, you can change that phrase by removing the links, or if you have technical knowledge to modify the script, you can access the wcp-predict.class.php file and make the change of links directly into it.
Forum: Plugins
In reply to: [World Cup Predictor] Result Page CSS having problemIn this page work right: https://www.wcp.net.br/match-results/
What type of error is occurring exactly?
Forum: Plugins
In reply to: [World Cup Predictor] fatal errorReally I have not tested the plugin with version 7 of php. I’ll try to do it on the weekend to find a permanent solution that does not require changing the version. Thanks!
Forum: Plugins
In reply to: [World Cup Predictor] Overall Player RankingWell, what you can do is go to Admin >> Plugins >> Editor and select the World Cup Predictor. Open the file world-cup-predictor/wcp-reports.class.php and within the function user_ranking() look for
total DESC, user_registered ASC
changing tototal DESC, user_registered DESC
Forum: Plugins
In reply to: [World Cup Predictor] Overall Player RankingWhy the winner is the person who appears in second place?
Forum: Plugins
In reply to: [World Cup Predictor] Group tables have no score resultsNo. The site administrator must post the results.
Forum: Plugins
In reply to: [World Cup Predictor] Group tables have no score resultsDo you recorded the result of matches?
Forum: Plugins
In reply to: [World Cup Predictor] Points Knockout DrawThe exactly consider the score of regular time plus score of penalties. In this case, 6×4. But the user don’t receive the bonus points for number of goals (this consider only the regular time).
Forum: Plugins
In reply to: [World Cup Predictor] Points Knockout DrawFirst, go to your DB and run the command:
ALTER TABLE wp_wcup_prediction CHANGE wwhen wwhen TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
And the command:
UPDATE wp_wcup_prediction p INNER JOIN wp_wcup_match m ON m.match_id = p.match_id SET p.wwhen = DATE_SUB(m.kickoff, INTERVAL 1 HOUR)
Now, in WordPress panel, go to World Cup >> Predictions >> Score Matches, select the match and click on button Score Selected.
Forum: Plugins
In reply to: [World Cup Predictor] Incorrect Points assigned for the Brazil Chile gameChange the result to 1-1 and the penalties to 0-0.
Forum: Plugins
In reply to: [World Cup Predictor] Brazil – Chile, correct calculation with penalties on?The b?nus is valid only for goals in regular time. Draw and win is not cumulative.
That is, the user will get only 4 points for hitting a draw. And win bonus by goal difference if you would use.
If user bet 2-0 he hit the Scoring of Colombia (2 points) and Uruguay (2 points). Ie, it is correct to have added 10 points, as occurred throughout the first phase. (5 + 2 + 2 + 1).