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 7 years, 1 month 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.