Using the split-plugin in cooperation with the sort-plugin would run in some trouble.
In tiki5 the combination of this:
{SPLIT()} -=A=- {SORT(sort->asc)} ((AC)) ((AG)) ((AA)) {SORT} --- -=B=- {SORT(sort->asc)} ((BB)) ((BA)) {SORT} --- -=C=- {SORT(sort->asc)} ((CX)) ((CD)) {SORT} {SPLIT}
will work fine. You will get three columns and every entry is sorted and seperated fine.
After tiki5 this code-creation doesn´t work any more, the entry´s wouldn´t seperate by CR , only by SPACE. Anything is in one row.
This appears to be a basic parser problem in the way nested plugins are parsed. Same issue affects the FANCYTABLE plugin - see http://dev.tiki.org/item4216
LPH and myself figured out @Wikifest Berlin this (ugly) workaround:
{DIV(class="clearfix")} {DIV(float="right",width="24%")} {SORT...} {DIV} {DIV(float="right",width="24%")} {SORT...} {DIV} {DIV}
But you can´t "sell" them anyone
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |