landoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [World Cup Predictor] Shortcodes WCP 1.9.9Thanks @tino_tls
In the latest update, I accidentally forgot to include the shortcode documentation on the Help page. My apologies for that.
I will be adding the complete list of available shortcodes, along with examples, to the Help page in the next update (version 1.9.91), which I plan to release this weekend.
Thank you for your patience, and please let me know if you need a specific shortcode in the meantime.
Forum: Plugins
In reply to: [World Cup Predictor] import files 2026Hello,
You can import the World Cup 2026 data directly from the Overview page in the plugin admin panel.
There you will find the import options for competitions, teams, matches, and other tournament data. Simply go to:
World Cup Predictor → Overview
and look for the import section.
If you are using the latest version of the plugin and do not see the 2026 import option, please let me know which version you are currently running.
Forum: Plugins
In reply to: [World Cup Predictor] Switch Language to GermanHello,
The plugin does not currently include built-in translations for team names, stadiums, cities, or match information.
If you would like to display these items in German, you will need to edit the data directly in the WordPress admin panel. Team names, venues, and other competition data can be customized there and saved in the language of your choice.
The plugin will then display the values exactly as they are entered in the database.
I hope this helps. Please let me know if you have any questions about where to edit a specific item.
Forum: Plugins
In reply to: [World Cup Predictor] ShortcodesHello,
Thank you for the suggestion.
I am planning to release version 1.9.91 this weekend, and I will include a section on the Help page with a list of available shortcodes along with usage examples and screenshots of the expected output.
I agree that having shortcode examples directly in the documentation will make it much easier for users to understand what each shortcode does and how it will appear on their website without having to test them individually.
Thanks again for the feedback and for helping improve the plugin!
Forum: Plugins
In reply to: [World Cup Predictor] Show PM AM timeThanks for reporting this.
The match times displayed in the groups table are generated by the JavaScript function
wcup_localtime()in the filejs/wcp.js. By default, it relies on the browser’s locale settings, which can result in different time formats depending on the user’s system.If you prefer a 24-hour format (for example, 10:00 and 22:00), you can modify the
wcup_localtime()function to force a 24-hour display:var time = d.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit', hour12: false });This will ensure that times are always displayed in 24-hour format, avoiding any ambiguity between AM and PM.
Please note that this change requires editing the plugin source code, as it is not currently configurable from the WordPress admin panel.
Forum: Plugins
In reply to: [World Cup Predictor] Whats the shortcode for the Knockout resultsWe are reviewing the possibility of re-deploying the feature in version 2.0. At the time the plugin was created, it was less common to use resposive sites, bootstrap, and other resources, and all of this needs to be taken into account when developing this feature so that it is applied correctly regardless of the theme being used.
Forum: Plugins
In reply to: [World Cup Predictor] New website??? new version???This will be fixed in version 2.0 of the plugin, which will allow you to manage multiple championships.
Forum: Plugins
In reply to: [World Cup Predictor] show_total=1 errorThis shortcode has not changed since it was implemented.
Forum: Plugins
In reply to: [World Cup Predictor] Empty in match tabThis has been fixed in version 1.9.5 of the plugin.
Forum: Plugins
In reply to: [World Cup Predictor] User history page problemThe link of magnifying glass show only of results of a specific user really. To display the detailed table of all players you must create a page with its respective shortcode.
Forum: Plugins
In reply to: [World Cup Predictor] Multisite PermissionsThis will be corrected in version 2.0 of the plugin, when the administrative panel of the plugin will be reformulated.
Forum: Plugins
In reply to: [World Cup Predictor] How to display knockout-rounds?You can use this:
[world-cup-predictor results=1 playoff=1]
Forum: Plugins
In reply to: [World Cup Predictor] Error – Point CalculationThanks for reply, DaFone.
Forum: Plugins
In reply to: [World Cup Predictor] Ranking with loupeThanks for correct reply, edskii08. In version 2.0 these two pages will probably be created automatically when the plugin is activated.
Forum: Plugins
In reply to: [World Cup Predictor] Penalty prediction rules?I created a page on the demo site to explain the rules:
But basically, the points bonus (for correct number of goals and/or correct goals difference) are only assigned for the results of regular time.