Loading...
 
Skip to main content

Plugin Parsing Problems

Test page for some plugin parsing issues.

Line breaks not working in BOX plugin inside a FANCYTABLE

Note this line breaks don't work in the BOX plugin but do work in the code plugin. As reported in http://dev.tiki.org/item4216Question

code box
code with 2 lines
Copy to clipboard
select sysdate from dual; select sysdate from dual;
box with 2 lines
1st line in a box 2nd line in a box

Line breaks not working in the SORT plugin inside a SPLIT

As reported in http://dev.tiki.org/item3872Question.

Below is a use of just the SORT plugin by itself - line breaks work fine:
AA
AC
AG

Inslide a SPLIT plugin the SORT line breaks are lost:

A

AA AC AG
B

BA BB

C

CD CX

Plugin inside PluginTab lose plugin edit buttons

As reported in http://dev.tiki.org/item4215Question - see below:

Copy to clipboard


Wrong instance of plugin updated

As reported in http://dev.tiki.org/item4111Question, the wrong instance of a plugin gets updated with multiple instances and one inside a CODE plugin when using plugin edit interface.

Copy to clipboard
{DIV()}A{DIV}


Update one of the DIVS below using the plugin edit popup and the DIV above in the CODE plugin will be updated

B

C

Plugin parsing breaks when nested more than 7 times

As reported in https://dev.tiki.org/item5697Question, when plugin (such as DIV or BOX) is nested more than 7 times, it breaks the parsing of the whole page leaving some parts of the rendered code unclosed and the rest rendered as-is in the curly brackets syntax...
Example:

This should work!
Copy to clipboard
{DIV(class="level1")} {DIV(class="level2")} {DIV(class="level3")} {DIV(class="level4")} {DIV(class="level5")} {DIV(class="level6")} {DIV(class="level7")} {DIV(class="level8")} Foo Bar {DIV} {DIV} {DIV} {DIV} {DIV} {DIV} {DIV} {DIV}


Show PHP error messages