Agence web Eoxia - Montpellier
Forum Replies Created
-
Forum: Plugins
In reply to: [Task Manager] Taches vide depuis mise à jourBonjour,
il faut changer les “guillemets” par des vrais apostrophes dans les requêtes ci-dessus.
Forum: Plugins
In reply to: [Task Manager] Taches vide depuis mise à jourBonjour,
Il se peut que vos “points” et “commentaires” de Task Manager ne soit pas à jour au niveau du statut.
Pour remédier à ce problème, voici 4 requêtes SQL basique à exécuter depuis MySQL (PHPMyAdmin) ou directement en ssh.
Veuillez faire une backup de votre base de donnée avant d’exécuter les instructions SQL suivantes:
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”;Nous avons effectivement mis un statut au niveau des points conformes à WordPress.
Est-ce que vous faites les MAJ de Task Manager à chaque nouvelle version disponible ?
Car on pourrait croire que le problème vient d’un saut de mise à jour.Cordialement,
L’équipe Eoxia.- This reply was modified 6 years, 5 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Plugin does not workHi,
can you make a screenshoot about the “Task Manager” page and you’re frontend.
What is your PHP and WordPress Version ?
Can you clear cache on your browser. You can follow this: https://www.lifewire.com/how-to-clear-cache-2617980Thanks
Forum: Plugins
In reply to: [Task Manager] does not work in MultisiteHello again,
solution 2, update the func fill_date in task-manager/core/external/eo-framework/core/util/class-date-util.php.
Replace the function by this:
function fill_date( $current_time ) { $data = array(); $locale = get_locale(); $date = new \DateTime( $current_time ); $data['mysql'] = $current_time; $data['iso8601'] = mysql_to_rfc3339( $current_time ); if ( class_exists( '\IntlDateFormatter' ) ) { $formatter = new \IntlDateFormatter( $locale, \IntlDateFormatter::SHORT, \IntlDateFormatter::NONE ); $data['date'] = $formatter->format( $date ); $formatter = new \IntlDateFormatter( $locale, \IntlDateFormatter::SHORT, \IntlDateFormatter::SHORT ); $data['date_time'] = $formatter->format( $date ); $formatter = new \IntlDateFormatter( $locale, \IntlDateFormatter::NONE, \IntlDateFormatter::SHORT ); $data['time'] = $formatter->format( $date ); $formatter = new \IntlDateFormatter( $locale, \IntlDateFormatter::FULL, \IntlDateFormatter::SHORT ); $data['date_human_readable'] = \ucwords( $formatter->format( $date ) ); } else { $data['date'] = $date->format( 'n/j/y' ); $data['date_time'] = $date->format( 'n/j/y, g:i A' ); $data['time'] = $date->format( 'g:i A' ); $data['date_human_readable'] = $date->format( 'l, F j, Y \A\t g:i A' ); } return apply_filters( 'eo_model_fill_date', $data ); }
This fix will be available in Task Manager 1.6.2.
Thanks
- This reply was modified 6 years, 7 months ago by Agence web Eoxia - Montpellier.
- This reply was modified 6 years, 7 months ago by Agence web Eoxia - Montpellier.
- This reply was modified 6 years, 7 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] does not work in MultisiteHello,
It’s php extension intl is not enabled by your server.
You just need to clear comment(;) before this line in php.ini file:
;extension=php_intl.dll
to
extension=php_intl.dll.
If you can’t do that, in the next update we will fix this fatal error.
Thanks,
- This reply was modified 6 years, 7 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Ajout d’un client et demande de tache front-endMark as resolved
Forum: Plugins
In reply to: [Task Manager] Incorrect URL path for assetsHi,
You can try last update 1.6.0, we use plugin_dir_url instead of plugin_url.
Thanks you for using Task Manager.
Forum: Plugins
In reply to: [Task Manager] Remove Search Bar from Admin MenuHi,
Last update 1.6.0 able you to set if you wan’t “hide or show the search bar” in admin bar of WordPress.
Go to “Settings” => “Task Manager” and uncheck “Use search task in admin bar”.
Thank you for using Task Manager.
- This reply was modified 6 years, 7 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Incorrect URL path for assetsHi,
Can you try to use plugin_dir_url instead of plugin_url in task-manager/core/external/eo-framework/eo-framework.php on line 16 ?
Forum: Plugins
In reply to: [Task Manager] Remove Search Bar from Admin MenuHi,
It is true, we always use this feature internally, we just do not think to make it deactivable.
We will add this feature in future releases.
Nous prenons note de votre demande, pour le moment cette fonctionnalité n’est pas encore prévu pour une prochaine mise à jour.
Merci pour votre retour, nous faisons au mieux pour vous fournir une expérience agréable avec Task Manager!
Cordialement,
L’équipe Eoxia.Bonjour,
1) Pour la notification par email pour la deadline, nous avons pas encore traité ce point. Je ne sais pas au jour d’aujourd’hui si un mail sera envoyé.
2) Pour le deuxième point, le système de droit à été rajouté récemment et nous pouvons pas encore ajouter des utilisateurs autre que des administrateurs comme vous avez remarqué. Ce point la sera fonctionnel dans les prochaines mise à jour.
Cordialement,
L’équipe Eoxia.Forum: Plugins
In reply to: [Task Manager] Ajout d’un client et demande de tache front-endBonjour,
Utilisez vous notre extension WPShop ?
Avec l’association de WPShop et Task Manager vous avez la possibilité de faire une gestion de ticket clientèle.
Depuis le front-end le client peut faire une demande de support qui correspond à une tache de Task Manager. Vous pouvez y répondre et communiquer avec lui par le biais de celle-ci.
Pour le moment, c’est la seule solution possible. Peut être pouvons nous voir ensemble pour en développer un autre.
Translate:
With WPShop and Task Manager, you can make a customer support system.
In the frontend, the customer can ask a ticket as a task. You can make a conversation with by the created task.
For the moment, it’s the only one solution possible. Maybe we can make together an another solution.
Cordialement,
L’équipe Eoxia.- This reply was modified 6 years, 9 months ago by Agence web Eoxia - Montpellier.
Forum: Plugins
In reply to: [Task Manager] Still in French — Anyone find a language fix?Great. Maybe you can take some time to make a comeback ?
Have a nice day. ??
Forum: Plugins
In reply to: [Task Manager] Language options?Hello everyone.
The last update 1.4.1 fix this problem.
- This reply was modified 7 years, 1 month ago by Agence web Eoxia - Montpellier.