tryalis
Forum Replies Created
-
The problem soon is the extension “AIT Languages” which prevents translation from being taken into account when it is activated on an AIT-Themes theme.
Can you update to allow the use of multi-language on the next sites of your users?
Thank you
Jeromeok
Hello, I notice that the problem of management of the French comes from the incompatibility of your extension with the themes of AIT-THEMES because I find the same problem on another site of the same editor of theme: https://www.ets-moulet/artdelatable/
Thank you
JeromeHello Gaspar,
the version used is 1.0.2 and I do not use WPML.
Thank you
JeromeForum: Plugins
In reply to: [The GDPR Framework By Data443] Lot of work to be doneIt’s ok for me too.
thanksForum: Plugins
In reply to: [The GDPR Framework By Data443] Buttons not doing anythingBonjour,
Idem pour mois, le clic sur les boutons m’avertit de la requête mais je ne re?ois aucun email pour traiter la demande.
MerciForum: Plugins
In reply to: [LeagueManager] Standings not sorted properlyHello
I have the same problem but with the rugby function.
the classification is done by points then alphabetic
I would like to point, difference and alphabetical
Thank you
Jér?meForum: Plugins
In reply to: [LeagueManager] Bonus Point for the French's rubgyHello,
I found the solution for the calculation of offensive’s and defensive’s points for the French rugby championship (Top 14 and Pro D2).
Go to the rugby.php at line 117 or the item “re-calculate points”Change the totality function calculatePoints by this code :
function calculatePoints( $points, $team_id, $rule ) { global $leaguemanager; extract($rule); $matches = $leaguemanager->getMatches( "(<code>home_team</code> = {$team_id} OR <code>away_team</code> = {$team_id})" ); foreach ( $matches AS $match ) { $index = ( $match->home_team == $team_id ) ? 'home' : 'away'; /* Calcul du point de bonus offensif : 3 essais de plus que l'adversaire */ if ( $match->winner_id == $team_id && abs($match->tries['home']-$match->tries['away']) >= 3 ) $points['plus'] += 1; /* Calcul du point de bonus défensif : défaite par 7 points d'écart ou moins */ if ( $match->loser_id == $team_id && abs($match->home_points-$match->away_points) <= 7 ) $points['plus'] += 1; } return $points; }
Jér?me
Forum: Plugins
In reply to: [LeagueManager] Classify the match by day in frenchHello erknrio,
Yes your method is good but the matches are not classified by date “into” the match day.
For example :
19/10 bla bla bla
19/10 bla bla bla
20/10 bla bla bla
19/10 bla bla blaThanks for your method
Forum: Plugins
In reply to: [LeagueManager] Classify the match by day in frenchSorry,
The code are in window.php. the file is placed in the following directory structure : admin/tinymce/window.php