Agence web Eoxia - Montpellier
Forum Replies Created
-
Forum: Plugins
In reply to: [Task Manager] Translate entire plugin to EnglishHi,
About translate, the next version 1.9.0 will be in full English.
Forum: Plugins
In reply to: [Task Manager] English support and issue on multisiteHi,
About translate, the next version 1.9.0 will be in full English.
About the error, we will check Task Manager on multisite.
We will back here asap.
Thanks.
- This reply was modified 5 years, 9 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Page “bleue”Difficile à analyser le problème.
-Peut être essayer de rétrograder la version de PHP en php 7.0.x (Peut être que la 7.2.x n’est pas compatible ?)
-Peut être extension qui fait conflit ?
Comme ?a, le CSS et le JS ne semble pas chargé.
Pouvez vous essayer de supprimer les lignes suivantes dans le fichier ./core/action/task_manager.action.php:
de la ligne 69 à 71 et
de la ligne 110 à 112.Forum: Plugins
In reply to: [Task Manager] Page “bleue”Vous pouvez par exemple utiliser un site d’upload d’image et partager le lien ici.
Forum: Plugins
In reply to: [Task Manager] Page “bleue”Bonjour,
Voici comment faire un screenshot (capture d’écran)
https://www.astuces-aide-informatique.info/121/comment-faire-une-capture-d-ecran
Pouvez vous essayer d’activer WP_Debug pour voir si des erreurs se trouvent sur la page ?
Forum: Plugins
In reply to: [Task Manager] Error activation pluginHi,
I answer three months later, sorry for that.
do you have the same error with the 1.8.0 ?
Can you send a list with your plugins activated on your WordPress ?
Thanks.
- This reply was modified 5 years, 9 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Page “bleue”Bonjour,
est-il possible d’avoir:
-La version de votre WordPress et de PHP ?
-Un screenshot de la page en question ?Merci d’avance.
Forum: Plugins
In reply to: [Task Manager] Seulement 10 taches d’affichéesBonjour,
Oui c’est une limitation normale. Seulement, il est censé y avoir une pagination lors du scroll pour charger 10 taches supplémentaires, mais cette fonctionnalités ne fonctionne pas dans la dernière version.
Nous travaillons dessus pour la rendre fonctionnelle pour la prochaine version.
En attendant, il faut éditer le fichier ./modules/task/task.config.json et augmenter la valeur de l’entrée “posts_per_page” qui est à 10.
Vous pouvez par exemple mettre 50 pour avoir 50 taches qui s’affichent.
Merci de votre retour,
A bient?t.Forum: Plugins
In reply to: [Task Manager] Liste des taches?Hi,
For the version 1.7.0 and to fix shortcode you need to change manually:
* The file module/task/shortcode/class-task-shortcode.php
* The file core/view/main.view.phpFor the first file:
* Line 74: Delete the line ob_start();
* Line 86: Delete the line return ob_get_clean();For the second file:
Delete the echo instruction on the line 39 and 41.
Sorry for this bug, it will be fixed on the version 1.8.0.
Thanks.
Forum: Plugins
In reply to: [Task Manager] Error when activating pluginHi,
You have to edit ./modules/import/action/class-import-action.php on line 38 from
$task_id = ! empty( $_POST ) && ! empty( (int) $_POST['id'] ) ? (int) $_POST['id'] : 0;
to
$task_id = ! empty( $_POST ) && ! empty( $_POST['id'] ) ? (int) $_POST['id'] : 0;
This bug will be fixed for the next update.
Best regards, Eoxia.
Forum: Plugins
In reply to: [Task Manager] Plugin activation errorHi,
It’s like you got the DigiRisk Plugin.
DigiRisk is for the moment only compatible with Task Manager 1.5.1 maximum.Here is a link to download the .zip file: https://downloads.www.ads-software.com/plugin/task-manager.1.5.1.zip
Once the zip downloaded to your PC, il will be necessary to add the plugin by your self.
Go to the “Plugin” page of your WordPress backend, and start by removing the old version of Task Manager.
Then to add the new plugin, always in the “Plugin” page, click “Add” at the top of the page.
Then “Upload a plugin”, and “Choose a file”. Choose the .zip file downloaded before.
Best Regards,
Eoxia.French:
Bonjour,Il me semble que vous avez également DigiRisk.
DigiRisk est pour le moment compatible uniquement avec Task Manager 1.5.1 maximum.Voici un lien pour télécharger le fichier.zip: https://downloads.www.ads-software.com/plugin/task-manager.1.5.1.zip
Une fois le fichier zip téléchargé sur votre PC il va falloir ajouter l’extension à la main.
Rendez vous dans la page “Extension” de votre WordPress et commen?ons déjà par supprimer l’ancienne version de Task Manager (cette version est sans doute supérieure à la 1.5.1).
Ensuite pour ajouter la nouvelle extension, toujours dans la page “Extension”, cliquez sur “Ajouter” en haut de la page. Puis “Téléverser une extension” Et enfin “Choisir un fichier”, à partir de la vous allez choisir le fichier .zip téléchargé avant.
Cordialement,
Eoxia.Forum: Reviews
In reply to: [Task Manager] Excellent pluginMerci pour votre retour.
Nous essayons effectivement d’être le plus réactive possible, et de garder un plugin simple d’utilisation et surtout gratuit.
Bonne continuation avec Task Manager. ??
Forum: Plugins
In reply to: [Task Manager] Taches vide depuis mise à jourIl est très important dans votre cas de changer “wp_comments” par “so_comments” dans les requêtes ci-dessus.
Après l’exécution de ses requêtes tout aurait du réappara?tre.
Forum: Plugins
In reply to: [Task Manager] Taches vide depuis mise à jourBonjour,
vos points ne contiennent pas le bon type.
UPDATE wp_comments SET comment_type=”wpeo_point” WHERE comment_approved = “-34070″ AND comment_parent = 0;
UPDATE wp_comments SET comment_type=”wpeo_point” WHERE comment_approved = “-34071″ AND comment_parent = 0;UPDATE wp_comments SET comment_type=”wpeo_time” WHERE comment_approved = “-34070″ AND comment_parent != 0;
UPDATE wp_comments SET comment_type=”wpeo_time” WHERE comment_approved = “-34071″ AND comment_parent != 0;UPDATE wp_comments SET comment_approved = 1 WHERE comment_type=”wpeo_point” AND comment_approved = “-34070”;
UPDATE wp_comments SET comment_approved = “trash” WHERE comment_type=”wpeo_point” AND comment_approved = “-34071″;UPDATE wp_comments SET comment_approved = 1 WHERE comment_type=”wpeo_time” AND comment_approved = “-34070”;
UPDATE wp_comments SET comment_approved = “trash” WHERE comment_type=”wpeo_time” AND comment_approved = “-34071”;Cordialement,
L’équipe Eoxia.
Forum: Plugins
In reply to: [Task Manager] Taches vide depuis mise à jourEst-il possible de votre coté de créer une tache ainsi que des points et des commentaires afin de vérifier que Task Manager fonctionne bien sur votre installation ?
Est-il possible d’avoir un export de vos tables wp_posts et wp_comments afin d’analyser de notre coté ?
Est-ce que cette requête vous retournes un résultat :
SELECT comment_ID FROM wp_comments WHERE comment_type = “wpeo_point” and comment_approved=1
Cordialement,
L’équipe Eoxia.