• Bonjour.
    Je ne trouve pas les shortcodes à utiliser.
    Tout bete: j’aimerais bien créer une simple liste (table) de taches (page, article…).
    Style:
    Date – Titre – Categorie – …

    • This topic was modified 5 years, 11 months ago by hfrank.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Bonjour,

    same here. I’m looking for a list of shortcodes. Even the shortcode provided as an answer to this post “[task id=”x” frontend=”true”]” does not work.

    update: I found out that the task number should not be quoted. So [task id=22] works, but [task id=22 frontend=”true”] or [task id=22 frontend=true] have no effect.

    thanks
    g45m4m

    • This reply was modified 5 years, 11 months ago by g45m4n.

    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.php

    For 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Liste des taches?’ is closed to new replies.